/*
Theme Name: qm21 - Site
Theme Setup: Site
Theme URI: http://www.qm21.de
Version: 1.0
*/



/* Main Sections 

------------------------------------------------------------------------- */
html, body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 12px;
	height: 100%;
}

html {
    background: url(assets/templates/qm21/img/background/background.jpg) repeat-x fixed 0 0;
}

a, a:link { 
    text-decoration: none;
    border: none;
}

a img, img {
    border: 0px none;
}

#page {
    border: 0px solid;
    margin: 0 auto;
    text-align: left;
    height: 100%;
    width: 955px;
}


/* Header 
------------------------------------------------------------------------- */

#header {
    height: 210px;
    width: 930px;
    padding-left: 25px;
    background: transparent url(assets/templates/qm21/img/background/background_top.png) repeat-y scroll 0 0;
}

#bar {
    height: 25px;
    width: 930px;
    padding: 0 0 30px 25px;
    background: transparent url(assets/templates/qm21/img/background/background_top.png) repeat-y scroll 0 0;
    font-size: 11px;
}

#bar div {
    float: left;
    height: 25px;
    margin-right: 25px;
}

#barSpace {
    width: 620px;
    padding-left: 35px;
}

#barUser {
    width: 535px;
    padding-left: 35px;
    overflow: hidden;
}

#bar .link {
    color: #000000;
    display: block;
    line-height: 25px;
}

#bar .text {
    display: block;
    line-height: 25px;    
}


/* Navigation
------------------------------------------------------------------------- */
/* css for navigation in navigation.css and navigation_ie.css



/* Content
------------------------------------------------------------------------- */
#content {
    width: 930px;
    padding-left: 25px;
    float: left;
    background: transparent url(assets/templates/qm21/img/background/background_top.png) repeat-y scroll 0 0;
}

#contentText {
    float: left;
    padding: 0 35px 40px 25px;
    width: 545px;
    line-height: 17px;
}

#contentText p {
    margin: 0px 0px 17px 0px;
}

#contentText h1 {
    color: #759BC1;
    margin: 0 0 25px;
    font-size: 16px;
    display: inline-block;
}

#contentText h3 {
    color: #759BC1;
    margin: 0 0 25px;
    font-size: 16px;
}

#contentText a {
    color: #000000;
    text-decoration: underline;
}

#contentText ul {
    margin-bottom: 25px;
}


/* Sidebar 
------------------------------------------------------------------------- */
#sidebarLeft {
    width: 295px;
    float: left;
    padding-bottom: 40px;
}


/* Teaser
------------------------------------------------------------------------- */
#teaser {
    height: 120px;
    width: 930px;
    padding-left: 25px;
    float: left;
    background: transparent url(assets/templates/qm21/img/background/background_top.png) repeat-y scroll 0 0;
}

#thumbs {
    height: 120px;
    width: 900px;
    padding-left: 10px;
}

#thumbs div.td {
    float: left;
    height: 120px;
    padding-left: 25px;
    width: 260px;
}

#thumbs div.td img {
    position: absolute;
    z-index: 10;
}

#thumbs div.td div {
    font-weight: bold;
    height: 35px;
    line-height: 17px;
    margin-top: 85px;
    position: absolute;
    width: 260px;
    z-index: 100;
}

#thumbs div.td div a {
    color: #01226c;
    display: block;
    padding-left: 15px;
}

#thumbs div.td div.single {
    line-height: 35px;
}


/* Footer 
------------------------------------------------------------------------- */
#footer {
    height: 120px;
    width: 930px;
    padding-left: 25px;
    float: left;
    background: transparent url(assets/templates/qm21/img/background/background_bottom.png) no-repeat scroll 0 0;
}


/* Special text formatting 
------------------------------------------------------------------------------- */
.lightblue {
    color: #759bc1;
}

.alightblue {
    color: #759bc1 !important;
}

.darkblue {
    color: 01226c;
}

.grey {
    color: #cccccc;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.right {
    text-align: right;
}



/* Special handling for images & alignment 
------------------------------------------------------------------------------- */
#logo {
	float: left;
}

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}

img.alignright {
	padding: 4px 0px 4px 4px;
	margin: 0px 0px 10px 20px;
	display: inline;
}

img.alignleft {
	padding: 4px 4px 4px 0px;
	margin: 0px 20px 10px 0px;
	display: inline;
}

.top {
	vertical-align: top;
}

.middle {
	vertical-align: middle;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}


/* Forms 
------------------------------------------------------------------------------- */
.efLabel {
    width: 170px;
}

.efInput {
    width: 320px;
}

.efInput_l {
    width: 260px;
}

.efInput_s {
    width: 57px;
}

.efText {
    width: 320px;
    height: 112px;
}

.efButton {
    float: left;
    width: 80px;
}

.wlInput {
    width: 155px;
}


/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}

#qmEditor {
    display: none;
}


/* Smoth PopUp
------------------------------------------------------------------------------- */
#popupBackground {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border: 1px solid #cecece;
    z-index: 1;
}

#popupLogin {
    display: none;
    background: #FFFFFF;
    border: 2px solid #cecece;
    z-index: 2;
    padding: 12px;
}
