@import "jan.css";

body {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #777777;
	
	background-color: #d6d6d6;
	text-align:center; /* zentrierung fuer den ie*/
	overflow: -moz-scrollbars-vertical;
}

a:link { font-size:11px; color:#670000; text-decoration:none; }
a:visited { font-size:11px; color:#670000; text-decoration:none; }
a:hover { font-size:11px; color:#670000; text-decoration:underline; }
a:active { font-size:11px; color:#670000; text-decoration:none; }

img {
	border: 0px;
}

#content-links h3 {
	color:#444444;
	font-weight: normal;
	font-size:15px;
}

#content-links h1 {
	color:#636363;
	font-weight: normal;
	font-size:15px;
}

#content-links a {
	font-size: 13px;
}


#rahmen {
	
	/*hier ist der rechte rand drin*/
	margin: 0 auto 0 auto;
	width: 820px;
	background-image:url(../images/rand-rechts.jpg); 
	background-repeat:repeat-y;	
	background-position: right;
}

#rahmen2 {
	
	/*hier ist das rechte untere randstück drin*/
	background-image:url(../images/rand-unten-rechts.jpg); 
	background-repeat:no-repeat;	
	background-position: bottom right;
}

#rahmen3 {
	
	/*hier ist der linke rand drin*/
	background-image:url(../images/rand-links.jpg); 
	background-repeat:repeat-y;	
	background-position: left;
	padding: 0 0 0 11px;
}

#container {
	width: 817px;
	margin: 0 auto;
	background:url(../images/site_bg.gif) top center repeat-y; 
}	


#seite {
	/*float: left;*/
	width: 797px;
	margin: 0 auto;
	/*hier ist das rechte untere randstück drin*/
	background:#FFF; 
	text-align: left;
}

#footer {
	clear:both;
	font-size: 11px;
	color: #a3a3a3;
	background:url(../images/footer_bg.gif) bottom center no-repeat; 
	width: 817px; height: 50px;
	margin: 0 auto;
	
}

#footer div {
	width: 767px;
	border-top: 1px solid #E8E8E8;
	margin: 0 auto;
	padding: 15px 0 0 0 !important;
	text-align: left;
}

#footer a {
	font-size: 11px;
	color: #a3a3a3;
}

#footer div ul {
	margin: 0 !important; padding: 0 !important;
}

#footer div ul li {
	list-style: none;
	float: left;
}

#footer div ul li.copy {
	width: 500px;
}

#footer div ul li.footer_spacer {
	width: 61px;
}

#footer div ul li.sitemap {
	width: 104px;
	text-align: left;
}

#footer div ul li.impressum {
	width: 100px;
	text-align: right;
}

#logo {
	padding-top: 10px;
	margin-left: 363px;
	width: 418px;
	height: 36px;
	algin: right;
}

#mood {
	margin-top: 13px;
}

#navi {
	padding: 0px 10px 0px 9px;
	background-color: #670000;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	border-left: 0px solid #d6d6d6;
	padding-bottom: 30px;
}


#navi a { 
	font-size:13px; 
	color:#fff; 
	font-weight: normal; 
	text-decoration:none; 
}

#navi .navipkt {
	padding-top: 7px;
	padding-bottom: 7px;
	
	float:left;
	padding-left: 6px;
	padding-right: 6px;
}


#navi .active, #navi .active a {
	background-color: #fff;
	color:#670000;
}


#navi .navipkt:hover, #navi .navipkt:hover a {
	background-color: #fff;
	color:#670000;
}


#navi #kontaktpresse {
	width: 194px;
	float: right;
	text-align: right;
}

#navi #kontaktpresse .navipkt {
	float: right;
}


#content {
	margin-top: 10px;
	padding: 15px;
}


#content-links {
	width: 525px;
	float: left;
	padding-bottom: 1px;
	line-height: 150%;
	padding-right: 15px;
	border-right: 1px solid #eee;
	
	
}

.news {
	margin-bottom: 45px;
}


.cmstext {
	float: left;	
	clear:both;
	margin-bottom: 15px;
}



#content-rechts {
	width: 210px;
	float: left;
	padding-left: 15px;
}

#content-rechts h3, #content-rechts h1  {
	font-size:15px;
	font-weight: bold;
}


#content-rechts #listerechts a {
	float: left;
	clear: both;
	margin-bottom: 5px;
}



.feed a {
	color: #666666;
}

.feed {
		padding-top: 10px;		
		padding-bottom: 10px;
		border-top: 2px dotted #ddd;
		width: 133px;
}

.news p {
	margin: 0 !important;
}
.first{
		border-top: 0px; 
		padding-top: 0px;
}

.feedtitel {
		font-size: 15px;
}

.feedort, .feedzeit {
		font-size: 11px;
}


.pressebild {
	margin-bottom: 7px;	
	margin-right: 13px;
	float: left;
}

.pressenews p{
		font-size: 12px;		
		margin-bottom: 10px;	
}

.artikellink{
		margin-top: 6px;
}




#sitemap {
	margin-left: 488px;
}
#impressum {
	margin-left: 25px;
}

#rand-unten {
	height: 11px;
	background-image:url(../images/rand-unten.jpg); background-repeat:repeat-x;

}

.clearer {
	clear:both;
}