

@charset "utf-8";
@import url("reset.css");
@import url("text.css");
@import url("common.css");

/* CSS Document */

html

body {
	background: #bbb url(../images/body.gif) top left repeat-y;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Rotis, Verdana, Helvetica, Arial, sans-serif;

}

#top {
	position: absolute;

	height: 33px;
	width: 100%;
	top: 0px;
	left: 0px;

	background: transparent url(../images/top_balken.gif) top left repeat-x;
}



#container {
	margin-top: 33px;
	margin-left: 0px;
	margin-bottom: 250px;
	margin-right: 0px;

	padding: 1px;

	background: transparent url(../images/logo_header.jpg) top left no-repeat;

	width: 1018px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:1018px;
}


#top_bg {
	position: absolute;

	top: 33px;
	left: 1004px;
	right: 0px;
	color: #fff;

	background: #c7ccd0 url(../images/back-top2.gif) top left repeat-y;
	border-bottom: 1px solid #4a4c4d;

	height: 480px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:478px;
}

html>body #top_bg {
	height: 478px;
}	

	#top_bg span {
		position: absolute;

		top: 0px;
		left: 0px;
		right: 0px;

		margin-bottom: 471px;

		color: #fff;

		background: #c7ccd0 url(../images/back-top2-span.gif) top left repeat-x;

		height: 7px;
		voice-family: "\"}\"";
		voice-family:inherit;
		height:7px;
	}

	html>body #top_bg span {
		height: 7px;
	}
	
#headline {
	margin-left: 40px;
	margin-top: 250px;
	margin-right: 262px;
	margin-bottom: 10px;
	padding: 0px;
	border-bottom: 1px solid #394A38;
}


.dateWidth {
	width:160px;
}

/******************************************************************* text format section */

#headline h2 {
	width: 100%;
	font-weight:bold;
	color: #0c0c0c;
	padding: 0px;
	margin:0px;	
}




#content {
	width:700px;
	padding-left:40px;
}

#content a{
	font-weight:bold;
	color:#c593c2;
	text-decoration:none;
}

#content a:hover{
	text-decoration:underline;
}


#navigation {
	position:absolute;
	left:769px;
	width:210px;
	top:290px;
	padding:0px;
	margin:0px;
}

#navigation ul{
	list-style:none;
	padding:0px;
	margin:0px;
	margin-bottom:150px;
}
#navigation li {
	padding:0px;
	margin:0px;
}

#navigation li.navi, li.active {
	background-color:#4c4c4c;
}
 
#navigation li.subnavi {
	padding-left:10px;
	padding-right:10px;
}
 

#navigation li a, li span {
	color:#4c4c4c;
	voice-family: "\"}\""; 
	voice-family: inherit;
	text-decoration: none;
	font-weight:bold;
	padding:0px;
	margin:0px;
	border-bottom:1px white solid;
}


#navigation a.navi, span.active {
	background-image:url(../images/li_navi.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	min-height:25px;	
	color:#FFFFFF;
	border:0;
}

#navigation a.subnavi {
	background-image:url(../images/li_subnavi.gif);
	background-repeat:no-repeat;
	margin-top:10px;
	padding-top:2px;
	padding-left:20px;
	min-height:25px;	
	border-bottom:1px solid #FFFFFF;

}

#navigation li a:link, #navigation li a:visited {
	display: block;
}

#navigation li a:hover {
	color:#c593c2;
}
                    

.copyright{
	margin:5px;
	padding:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-small;
}


#newsmodule .newsitem{	
	width: 100%;
	min-height:150px;
	margin-bottom:2px;
} 

#newsmodule .even {
	background-color: #f0e4f0;
}

#newsmodule .uneven {
	background-color: #f9f4f9;
}

#newsmodule .headline{
	padding-left:5px;
	padding-right:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color: #7f2669;
	border-bottom:1px solid #c493c2;
}

#newsmodule .date {
	padding-left:5px;
	padding-right:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color: #c493c2;
	position: relative;
	top:-20px;
	left:595px;
}	

#newsmodule .teaser_text {
	margin-left:5px;
	margin-right:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:regular;
	padding-right:10px;
	padding-bottom:20px;	
	width:500px;
}

#newsmodule .teaser_image {
	position:absolute;
	padding:5px;
	margin:2px;
	left:550px;
}


#newsmodule a {
	margin-left:5px;
	margin-right:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}

