body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FDFCF8;
	color: #000;
}

#header {
	position:absolute; 
	left:10px; 
	top:10px; 
	width:955px;  
	z-index:1;
}
#date {
   position:absolute; 
	left:765px; 
	top:99px; 
	font-weight: bold;
	color: #BC2020;
	width: 180px;
	font-size: 15px;
	text-align: right;;
	font-style: italic;
}
#menu{
	 position:absolute;
	 left: 10px; 
	 top: 150px; 
	 width: 200px;
	 height: 500px; 
	 z-index:1;
	 background-color: #EDEDED;
	 border: 1px solid #000;
	 padding: 6px;
}

#menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .81em;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	line-height: 1.5em;
}
#menu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .81em;
	font-weight: bold;
	text-decoration: none;
	color: #BC2020;
}
#menu a .active{
 	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #BC2020;
 }
#menu .sub{
	margin-left:10px;
}
#menu .subactive{
   margin-left:10px;
	color: #BC2020;
}
#menu .subnolink{
   margin-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .81em;
	font-weight: bold;
	text-decoration: none;
	color: #BC2020;
}
#content{
	position: absolute;
	left: 235px;
	top: 150px;
	width:520px;
	font-family: Arial, Helvetica, sans-serif;
	height: 459px;
}

#content p, #content td, #content li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .81em;
	color: #000;
	background-color: transparent;
}

#content a{
	color: #000;
	text-decoration: underline;
}
#content h3 a{
	color:#BC2020;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}
h1{
	font-size: 1.4em;
}
h2{
	font-size: 1.1em;
}
h3{
	font-size: 1.1em;
	color: #BC2020;
}
h4{
	font-size: .81em;
	color: #BC2020;
}
.footer{
   width: 550px;
	font-size: 11px;
	color: #666;
	text-align: center;
}
#box {
	width: 200px;
	padding: 10px;
	margin: 0px 10px 5px 10px;
	float: right;
	background-color: #F3EBCC;
	border: 1px solid #BC2020;
}
.imgContainer{
	text-align: center;
	font-size: .7em;
}

#showcase{
	 position:absolute; 
	 left:775px; 
	 top:145px; 
	 width:180px; 
	 height:500px; 
	 z-index:2;
	 text-align: center;
	 background-color: #F3EBCC;
	 border: 1px solid #000;
	 padding: 6px;
}

.blackbox {
	width: 175px;
	background-color: #000;
	font-size: 13px;
	font-weight: bold;
	padding: 3px;
	color: #FFF;
}
.bbx {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
}

#content .form_headline {
	background-color: #EDEDED;
	color: #BC2020;
	font-weight: bold;
}
.form_textfield_short{
	width: 60px;
}