@charset "utf-8";
html { overflow-y:scroll;}
* { outline:none; }
html, body  {
	text-align: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #333;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    }
#wrapper2 {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	margin-top: 0px;
}


#wrapper {
	width: 970px;
}




#container  {
	width: 970px;
    } 

#top {
	height: 15px;
	width: 970px;
}
#contentwrapper {
	float: left;
	width: 475px;
	margin-right: 5px;
}

#logo {
	height: 125px;
	width: 416px;
	margin-left: 45px;
	margin-bottom: 40px;
	font-size: 11px;
	color: #006;
	text-align: center;
	display:none;
}
#logo h1      {
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#logo h1 .untertitel {
	font-size: 14pt;
	font-weight: bold;
	color: #006;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
#drucklogo {
	height: 105px;
	width: 416px;
	margin-left: 45px;
	margin-bottom: 40px;
	font-size: 11px;
	color: #006;
	text-align: center;
}

#mainContent  {
	width: 950px;


    } 


#mainContent #topmenu {
	height: 30px;
	width: 450px;
	margin-left: 25px;
	display:none;
}
#menu  {
	width: 255px;
	float: left;
	display:none;
    }
#news {
	width: 230px;
	float: right;
	height: 500px;
	display:none;
}
#bottom {
	height: 20px;
	width: 970px;
}

#footer  {
	height: 52px;
	width: 970px;
	display:none;
    } 


    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
.refimg {
	border: 1px solid #FFF;
}

