/****************** Basics *********************/

*{
	margin:0px;
	padding:0px;
}

/*entfernt Punktlinie um btns und swf */
:focus {
	outline: 0;
}

/* Hintergrundfarbe und -bild, Hintergrundbild-Wiederholung in vertikaler Richtung*/

body{
	background: #FF6400 url(../images/body_bg_repeat.png) top left repeat-x;
    padding: 0px 0 50px 0;
    /* IE-Besonderheit, alterativ für Zentrier-Befehl "margin: 0 auto 0 auto;" im "wrap"*/
    overflow: scroll;

}

/*Breite für Inhalte, Position zentriert (Firefox)*/
#wrap{
	margin: 0px auto 0px auto;
	width: 1001px;
	padding-left: 11px;
	min-height: 500px;
	background: url(../images/wrap_bg_repeat.png) repeat-y;
	
}	



#headerbild{
	width: 698px;
	height: 152px;
	padding-top: 180px;
}


#logo{
	width: 141px;
	height: 150px;
	position: absolute;
	margin: 21px 0 0 812px;
}



/************** Content-Layout ******************/

#center{
	float: left;
	width: 590px;
	min-height: 390px;
	margin: 58px 0 50px 88px;
}



#right{
	float: right;
	width: 220px;
	margin: 78px 44px 0 0;
}



.csc-default{
	margin-bottom: 50px;
}

/************* Navi *********************/

#mainmenu {
	width: 698px;
	height: 23px;
	padding-top: 16px;
}


#mainmenu ul{
	float: right;
	margin-right: -10px;
	
}

*+html #mainmenu ul{
	padding-top: 15px;
}

#mainmenu ul li{
	float: left;
	line-height: 23px;
	margin-left: 32px;
}


/********** footer ***********/
.floatclearer{
	clear: both;
}

#footer{
	margin: 0px auto 0px auto;
	height: 35px;
	background: url(../images/footer_bg.png) top center no-repeat;
	width: 1012px;
}

#footer ul {
	float: right;
	padding-top: 8px;
	margin-right: 16px;
	
}

#footer ul li{
	display: inline-block;
	margin-right: 32px;
}

/********* News ************/
.news-single-timedata{

	float: right;
}

.news-latest-gotoarchive{
	display: none;
}



.news-list-item h3{
	margin-bottom: 10px;
}
.news-list-item h3 a{
	font-size: 15px;
	font-weight: normal;
}

.news-list-date,
.news-latest-date{
	font-size: 10px;
	font-weight: normal;
}
