@CHARSET "ISO-8859-1";


.infoBox {
	border: 4px orange solid;
	background-color: #fff5ea;
	position: absolute;
	left: 300px;
	top: 250px;
	width: 550px;
	padding: 15px;
	color: #606060;
	display: none;	
}

.infobox_head {
	width: 360px; 
	float:left; 	
	color: orange;
	font-size: 18px;
}

.infobox_close {
	width: 180px; 
	text-align:right; 
	float:left;
	height: 50px;		
}

.team_header
{
	color: #e1892b;	
}

.team_content
{
	color: #606060;	
}	

.oza
{
	background-color: #fff0d9;
}

.whiteBG
{
	background-color: white;
}

.buttonDark 
{
	background-color: #929292;
	border-bottom: 1px white solid;
	border-left: 1px black solid;
	text-align: left;
}

.buttonDark:hover
{
	background-color: #bbbbbb;
}

.buttonText, .buttonDark A, .buttonSelected A
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.buttonDark span
{
	display: block;
/*	padding-top: 2px;*/
	color: white;
}

.buttonSelected span
{
	display: block;
	padding-top: 8px;
	color: #e27f27;
}

.buttonSelected
{
	background-color: #white;
	border-bottom: 1px white solid;
	border-left: 1px black solid;;
	text-align: left;
}

.buttonDark span, .buttonSelected span
{
	display: block;
	padding-top: 2px;
	
}

.buttonDark img, .buttonSelected img
{
	margin-right: 10px;
	float: left;
}


.navBG
{
	background-color: #e2cca6;
	border-left: 1px black solid;
	border-bottom: 1px black solid;
	background-image: url("img/nav_bg.gif");
}

.titel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: left;
	padding-top: 2px;
	margin-left: 1px;
	display: block;

}

#rightSide
{
	background-color: #white; /* faf0f0 */ 
	border-top: 1px black solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
}	

#content
{
	padding: 20px 20px 20px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #606060; /*#502020;*/
	min-height: 510px;
}
li
{
	font-size: 14px;
}
#navBG
{
	height: 71px;
}

.headline {
	color: orange;
	font-weight: bold;
}

.marker {
	font-weight: bold;
}

