body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color:#333333;
}
table{
	background-color:#ffffff;
}
a:link, a:visited{
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active{
	font-size: 10px;
	color: #ff9933;
	text-decoration: underline;
}
#navBar{
	float: left;
	width: 130px;
	background-color:#f2f2f2;
}
#navHeader{
	font-size: 14px;
	font-weight:bold;
	background-image:url(../pages/images/h_blanco.jpg);
	text-align:center;
	border-bottom: 1px solid #666666;
}

#sectionLinks{
	margin: 0px;
	padding: 0px;
	margin-bottom:13px;
	font-size:10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	background-color:#FFCC99;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #333333;
	text-decoration:none;
	border-bottom: 1px solid #666666;
}
#sectionLinks a:hover, #sectionLinks a:active{
	background-color: #ff9933;
	font-weight: bold;
	text-decoration: underline;
	border-bottom: 1px solid #666666;
}
#footer{
	background-image:url(../pages/images/orange_stripe.jpg);
	padding: 5px;	
	font-size:12px;
	text-align:center;
}
#footer a:link, #footer a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}
#footer a:hover, #footer a:active{
	font-weight: bold;
	text-decoration: underline;
}
#news{
	font-size:9px;
	padding:2px;
}
#news h1{
	font-size:9px;
	font-weight:bold;
	display:block;
}
img.float{
	float:left;
	border:1px solid #cccccc;
	margin: 0px 10px 0px 0px;
}
img.floatr{
	float:right;
	border:1px solid #cccccc;
	margin: 0px 0px 0px 10px;
}
img.nofloat{
	float:none;
	border:1px solid #cccccc;
	margin: 0px 10px 0px 0px;
}
.titel{
	font-size:14px;
	font-weight:bold;
}
.datum{
	font-size:12px;
	font-weight:normal;
}
