@charset "utf-8";
*{
	margin:0;
	padding:0;
}

html{
	width:101%;
}


body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 955px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-color: #FFFFFF;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #bc7a00;
	border-bottom-color: #bc7a00;
	border-left-color: #bc7a00;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-top-color: #bc7a00;
} 
.twoColFixLtHdr #header {
	position:relative;
	display:block;
	background-image: url(../img/header.jpg);
	background-repeat:no-repeat;
	height: 174px;
} 
#header #languageswitcher{
	position:absolute;
	display:block;
	top:155px;
	left:60px;
}
#header #languageswitcher a{
text-decoration:none;
margin-right:2px;
}
#header #languageswitcher img{
border:0;
}

#header #headertext{
	display:block;
	background-color:#f19000;
	padding-left:16px;
	float:right;
	width:752px;
	height:20px;
	margin-top: 154px;
}

#headertext h1{
	font-size:16px;
	font-weight:bold;
	text-transform: uppercase;	
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 155px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 15px 10px 15px 20px;
}

.twoColFixLtHdr #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 350px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	overflow:hidden;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

#sidebar2 img{
	border: 1px solid #bc7a00;
	background-color: #FFF;
	padding: 5px;
}

#sidebar1 ul{
	list-style-image: url(../img/bullet.gif);
	margin-left:20px;
	
}

#sidebar1 ul li{
	margin-bottom:15px;
	
}

#sidebar1 a{
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

#sidebar1 a:hover{
	text-decoration:underline;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 350px;
	margin-bottom: 0;
	margin-left: 185px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#mainContent h1{
	font-size:14px;
	font-weight:bold;
	color:#bc7a00;
	margin-bottom:5px;
}
#mainContent h2{
	font-size:14px;
	font-weight:bold;
	color:#bc7a00;
	margin-bottom:3px;
}
#mainContent ul{
	margin-left:35px;
	list-style-type: square;
	margin-bottom:20px;
}
#mainContent ul li{
	
}
#mainContent a{
	color:#bc7a00;
	text-decoration:none;
}
#mainContent a:hover{
	text-decoration:underline;
}
#mainContent p{
	margin-bottom:15px;
	line-height:16px;
	text-align:justify;
}

#mainContent strong{
	color:#bc7a00;
	
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
}
.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;
}

