


body{
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	color:#000000;
	background-color:#ffffff;
}


hr {
height:0px;
border:0;
border-bottom:#000000 solid 1px;
margin:  5px 0px 5px 0px;
}

p{
	margin:0;
	padding:0;
}

a {
	color:#FF0000;

}

a img {
	border: none;
}





#logo{
	margin:10px 0 0 10px;
	padding:0;
}




#news{
	margin:0;
	padding:0 5px 0 0;
	position:absolute;
	top:50px;
	left:15px;
	width:290px;
	height:520px;
	overflow:scroll;
	overflow-x:hidden;
	/*overflow:auto;*/
}





/* MAIN NAV STYLE ///////////////////////////////////////// */

#mainnav{
	margin:0;
	padding:0;
	position:absolute;
	top:20px;
	left:305px;
}

.mainnav ul{
	margin:0;
	padding:0;
	list-style:none;
	line-height:13px;
	
}
.mainnav li{
	margin:0;
	padding:0;
	float:left;
	border-left:#000000 solid 1px;
	
}
.mainnav li#first{
	border-left:none;
}
.mainnav li a{
	margin:0;
	padding:0 5px 0 5px;
	display:block;
	text-decoration:none;
	cursor:pointer;
	color:#000000;
}
.mainnav li.selected a{
	color:#ff0000;
	/*font-weight:bold;*/
}
.mainnav li a:hover{
	color:#ff0000;
}




/* SUB NAV STYLE ///////////////////////////////////////// */


#subnav{
	width:300px;
	position:absolute;
	top:59px;
	left:-27px;
}

.subnav ul{
	margin-top:0; /* wichtig sonst unterschiedliche darstellung firefox/explorer */
	list-style: none;
	text-decoration:none;
	line-height:20px;
}

.subnav li{ 
	/* wichtig fuer seperator - sonst darstellungsfehler explorer */
	float:left;
	clear:both;
}

.subnav li a{ 
	text-decoration:none;
}

.subnav li.selected a{ /* reihenfolge selected/default nicht ändern - sonst darstellungsfehler explorer*/
	color:#ff0000;
}

.subnav li.default a{
	color:#000000;
	font-weight:normal;
}

.subnav li.default a:hover{
	color:#ff0000;
}

.subnav li.seperator{
	width:15px;
	height:1px;
	border-bottom:#000000 solid 1px;
}




/* CONTENT STYLE ///////////////////////////////////////// */

#content{
	margin:0;
	padding:0 0 75px 0; /*zum untern rand*/
	position:absolute;
	top:60px;
	left:310px;
	width:650px;
	letter-spacing:0.2px;
}


.contentitem_title{
	margin:0 0 25px 0;
	border-bottom:#000000 solid 1px;
	text-transform:uppercase;
	height:20px;
}

.contentitem_detailview{
	margin:0 0 20px 0;
}

.contentitem_detailviewlabel{
	margin:0 0 10px 0;
	height:20px;
}




.contentitem_backnext{
	margin:0 0 0 0;
	float:left;
	width:650px;
}



/*problem firefox nach reload-site nicht automatisch gehighlightet*/
.contentitem_backnext a.butPrev, .contentitem_backnext a.butNext, .contentitem_backnext .butSpace{
	height:24px;
	width:24px;
	display:block;
	float:left;
	margin:0 2px 2px 0;
}

.contentitem_backnext a.butPrev{
	background:url(prev2.gif) no-repeat;
}
.contentitem_backnext a.butNext{
	background:url(next2.gif) no-repeat;
}
.contentitem_backnext a:hover.butPrev{
	background:url(prev2-over.gif) no-repeat;	
}
.contentitem_backnext a:hover.butNext{
	background:url(next2-over.gif) no-repeat;
}
.contentitem_backnext .butSpace{
	background:url(prevnextspace.gif) no-repeat;	
}






.contentitem_preview{ /*use preview end*/
}

.contentitem_preview a{ 
	border:#cccccc 1px solid;
	display:block; /*wichtig !*/
}
.contentitem_preview a:hover{ 
	border:#ff0000 1px solid;
	display:block; /*wichtig !*/
}
.contentitem_preview a#selected{
	border:#ff0000 1px solid;
	display:block; /*wichtig !*/
}

.contentitem_preview .previewitem{
	margin:5px;
	padding:0;
	float:left;
	overflow:visible;
}
.contentitem_preview .previewitem img{
	height:80px;
}
.contentitem_preview .previewitem#selected img{
}


.contentitem_previewEnd{
	clear:both;
	margin:0 0 30px 0;
}

.contentitem_text{
	margin:0 0 20px 0;
}




#serachform{
	border-bottom:#000000 solid 1px;
	margin: 0px 0 50px 0;
	padding: 5px 0 30px 0px;
}

.searchitem{
	margin:0;
	padding:2px 0 2px 0;
}


