@charset "utf-8";
/* CSS Document /* 

########################################################################################################
########################################################################################################

Einteilung des CSS-Aufbaus

0. Import CSS
1. Standards
2. Layout
3. Navigation
4. Content
5. Links 

########################################################################################################
######################################################################################################*/

/* 0. Import CSS */

	@import url("lightbox.css");
	@import url("cms.css");
	@import url("clearfix.css");

/* ########################################################################################################
######################################################################################################*/   

/* 1. Standards */

html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, span, a, table, td, form, img, li, form, object, textarea {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	color: #fff;
	font-size:12px;
}

body {
	background: #383838 url(../images/bg.jpg) repeat-x top center;
}

html[xmlns^="http"] {
	overflow-y: scroll;
}

h1{
	font-size: 20px;
	color: #ffffff;
	font-weight:lighter;
	font-family: Verdana;
}

h2 {
	font-size: 16px;
	color: #ffffff;
	font-weight:lighter;
	font-family: Verdana;
	padding: 0 0 40px 0;
}

h3 {
	font-size: 16px;
	color: #ffffff;
	font-weight:bold;
	font-family: Verdana;
	padding: 0 0 10px 0;
}

h4 {
	font-size: 17px;
	color: #831634;
	font-weight:lighter;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 5px 0 10px 0;
}

p {margin: 0 0 20px 0px; line-height: 18px;}
	
.floatende {clear: both;}
.unsichtbar  {display: none;}


/*######################################################################################################
######################################################################################################*/

/* 2. Layout */

#dafloatkilla2k {
	clear:left;
	float:none;
}

#wrapper {
	width: 877px;
	margin: 0 auto;
	background: url(../images/wrapper_bg.png) repeat-y;
}

#logo{

}

#header {
	background: url(../images/header.jpg) no-repeat;
	width:866px;
	height:431px;
}

.editcontent{

}

#content {
	min-height: 300px;
	height:auto;
	width: 850px;
	padding: 0 0 0px 28px;
}

.contentbox {
	border-left: 1px solid #333333;
	float: left;
	padding-left: 20px;
	padding-bottom:10px;
	width: 550px;
	height:auto;
}

.headlinebox {
	color:#2F62A8;
	float:left;
	font-weight:bold;
	padding-right:20px;
	width:210px;
	height:200px;
}

.abstand {
	margin-top:30px;
}

#footer {
	background: url(../images/footer_bg.png) no-repeat;
	color: #514317;
	height: 89px;
	margin: 0 auto;
	position:absolute;
	width: 877px;
}

#footer p {
line-height:18px;
font-size:10px;
margin:0pt 0pt 20px 0px;
}

.adress {
float:right;
padding:10px 0 0 10px;
width:240px;
}

.zeiten {
float:right;
padding:10px 60px 0 0;
text-align:right;
width:300px;
}


/*######################################################################################################
######################################################################################################*/


/* 3. Navigation */

#menu {
	width:533px;
	height:30px;
	font-size:11px;
	padding:0 0 0 15px;
	position:relative;
	top:-267px;
}


/*------------------------------- Subnavi  -------------------------------*/

#subnavi{
	position:relative;
	top:-420px;
	left:650px;
	width:200px;
}

#subnavi li{
	float:right;
}

#subnavi a{
	color:#FFFFFF;
	padding:0 10px 0 0;
	font-size:11px;
	text-decoration:none;
}

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

	
/*######################################################################################################
######################################################################################################*/

/* 4. Content */

.bildborder {
	border: 1px solid #666;
	padding: 2px;
	background:#FFF url(../images/progress.gif) no-repeat center center;
	margin: 4px 8px 4px 0;
	cursor: url(../images/zoomin.cur), pointer;
    outline: none;
}

.bildborder:hover{
	border: 2px solid #cc0000;
	padding: 1px;
}

.bildbordernohover {
	border: 1px solid #666;
	padding: 2px;
	background:#FFF url(../images/progress.gif) no-repeat center center;
	margin: 4px 4px 0 0;
}

.imgborder {
	border: 1px solid #6a6a6a;
}

.floatleft{
	float: left;
}

.marginright10px{
	margin: 0 10px 0 0;
}

.floatright {
	float: right;
}


ul.liste{
	margin: 0 0 10px 30px;
}

ul.liste li {
	padding: 5px 0 5px 5px;
	line-height: 14px;
	list-style-type: square;
}


address { 
	font-style:normal;
	line-height: 18px;
}

abbr {
	color: #333; 
	border-bottom: dotted 1px #333;
}



/*######################################################################################################
######################################################################################################*/


/* 5. Links */

a:link {
	font-size:12px;
	color:#FFFFFF;
}	

a, .escape span{
	text-decoration: underline;
	color: #FFFFFF;
	outline: none;
}

a:hover, a:hover span{
	text-decoration:none;
}

a[href$=".pdf"] {
	 padding: 4px 0 4px 55px;
	 background: url(../images/pdf.gif) no-repeat 0 50%;
	 line-height: 30px;
	 border-bottom: none;
	 display:block;
}

/*######################################################################################################
######################################################################################################*/

/* Slideshow */

#containerSwf{
	width:205px;
	height:148px;
	padding:0 0 0 0;
	margin:0 0 0 0px;
	border:none;
	background: url(images/bg_slideshow.png) top left no-repeat;
	border: 1px solid #6a6a6a;
}

