html, body {
	margin:		0;
	padding:	0;
	background-color: #222;
	background-image:url(../images/background.jpg);
    background-position: center;
	background-repeat: no-repeat;
	height:		100%; /* Das will der IE. */
	
	
	

	color: #FFF;
	font: normal normal 12px/13px "Arial", Arial, Helvetica, sans-serif;
 
}


a, a:link, a:active, a:visited, a:hover {
	color: #FFF;
	font-size: 11px;
}




/* LAYOUT /// CONTAINER */




div#Container {
	position:absolute;
	width:		964px;
	height:     511px;
	
  	margin:-256px 0px 0px -482px;
  	top: 50%; 
 	left: 50%;
	

  	text-align: center;
  	padding: 0px;
  
    overflow: hidden;
    
    border: 1px solid #FFF;
    border: 0;
  
	
}


div#navContainer {
	position: absolute;
	top: 70px;
	left: 0px;
	
	width: 170px;
	height: 435px;
	
	border: 1px solid #FFF;
	border: 0;

}


div#navContainer p {
	margin: 0;
	padding: 0;
	margin-top: 15px;
	margin-left: 15px;
}

div#rightContainer {
	position: absolute;
	top: 70px;
	left: 808px;
	
	width: 155px;
	height: 437px;
	margin: 0;
	
	border: 1px solid #FFF;
	border: 0;
	
}

div#Footer {
	position: absolute;
	top: 398px;
	left: 172px;
	
	width: 626px;
	height: 107px;
	
	padding: 0 0 0 6px;
	
	text-align: left;
	
	border: 1px solid #FFF;
	border: 0;

}




div#mainContainer {
	position: absolute;
	top: 72px;
	left: 172px;
	
	width: 622px;
	height: 312px;
	overflow: auto;
	
	padding: 4px;
	margin: 2px 2px 0 0;
	
	color: #FFF;
	text-align: left;
	
	border: 1px solid #FFF;
	border: 0;
}




/* HAUPTNAVIGATION */

a.navButton,
a.navButton:link,
a.navButton:visited,
a.navButton:active,
a.navButton:focus {
	display: block;
	height: 23px;
	padding-left: 30px;
	text-align: left;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	background-image: url(../images/buttonBG.gif);
}

a.navButton:hover {
	display: block;
	height: 23px;
	padding-left: 30px;
	text-align: left;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	background-image: url(../images/buttonBG.gif);
	background-position: 0 -23px;
}

a.navButton_selected,
a.navButton_selected:visited,
a.navButton_selected:active,
a.navButton_selected:link,
a.navButton_selected:focus,
a.navButton_selected:hover {
	display: block;
	height: 23px;
	padding-left: 30px;
	text-align: left;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	background-image: url(../images/buttonBG.gif);
	background-position: 0 -23px;
}

a.orangeFont,
a.orangeFont:link,
a.orangeFont:visited {
	color: #fa7236;
}


/* thumbs rechte spalte */


a.rightThumb,
a.rightThumb:visited,
a.rightThumb:active,
a.rightThumb:link,
a.rightThumb:focus {
	display: block;
	float: left;
	height: 57px;
	width: 57px;
	text-decoration: none;
	font-size: 0px;
	background-position: 0px;
	
	padding: 0;
	margin: 2px 8px 8px 8px;

}

a.rightThumb:hover {
	display: block;
	float: left;
	height: 57px;
	width: 57px;
	text-decoration: none;
	font-size: 0px;

	background-position: -57px 0;
	padding: 0;
	margin: 2px 8px 8px 8px;

}

