/* CSS Document */

body {
	color: #000000;
	font-size: 14px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #B2A183;
	margin: 0px;
	padding: 0px;
	}
	
a:link,
a:visited {
	color: #CC3300;
	}
	
a:active,
a:hover {
	color: #330099;
	}

/*---menu Start top ---*/
#navcontainer_top ul {
	
	color: #FFFFFF;
	width: 600px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding-top: 7px;
	padding-left: 140px;

}

#navcontainer_top ul li { 
	display: inline
}

#navcontainer_top ul li a {
	padding: 0px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	float: center;
}

#navcontainer_top ul li a:hover {
	color: #FFDD00;	
}
/*---menu Ende Top---*/

#navcontainer ul { /*--- Navigation ---*/
	padding-left: 8px;
	color: #0D54AC;
	float: center;
	width: 150px;
	margin: 0px;
	padding-top: 2px;
	font: small Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}

#navcontainer ul li { 
	display: inline
}

#navcontainer ul li a {
	width: 100px;
	text-align: left;
	padding: 0em 1em;
	color: #000000;
	text-decoration: none;
	float: left;
	padding-top: 2px;
}

#navcontainer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-left: 2px solid #FFcc00;
	border-right: 2px solid #FFcc00;	
} /* Navigation END*/


/* --- FONTS --- */

.titel {
	color: #993300;
	font-size: 20px;
	font-weight: bold;
	}
	
.utitel {
	color: #888888;
	font-size: 11px;
	font-weight: normal;
	}
	
.utitelrot {
	color: #993300;
	font-size: 12px;
	font-weight: normal;
	}
	
.text {
	color: black;
	font-size: 12px;
	font-weight: normal;
	}

.newstitel {
	color: black;
	font-size: 13px;
	font-weight: normal;
	}
	
.red {
	color: #CC0000;
	font-size: 11px;
	font-weight: normal;
	}
	
.red_bi {
	color: #CC0000;
	font-size: 13px;
	font-weight: normal;
	}
	
.white {
	color: #FFFFFF;
	font-size: 14;
	}