body {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 15px;
	z-index: 0;
}

#layer {
	margin: 0px auto; /* auto = der Browser berechnet den Abstand automatisch und zwar für links und rechts gleich == zentriert*/
	width:	850px;
	height: 650px;
	background: transparent url('images/layer.png') repeat;
	padding-top: 100px;
	padding-left: 400px; 
	position: fixed;
	visibility: hidden; 
	z-index: 10;
}


/* ######### DIV-Container ###########*/
#master, #divFoot {
	margin: 0px auto;
	width: 800px;
	border: 1px solid #666666;
}
#divFoot {
	border: none;
	text-align: center;
}

#divHead {
	height: 150px;
	width: 100%;
	background: #FFCC00 url(images/kopf.png) no-repeat;
	position: relative;
	z-index: 3;
}

#Headline {
	height: 17px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #FF9900;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 15px;
	position: relative;	
	z-index: 3;
}

#divNavi {
	position: relative;
	background: transparent url(images/kreis_orange_grau.png) no-repeat right bottom;
	height: 500px;
	width: 403px;
	z-index: 0;
	padding-top: 20px;
}

#divContent {
	position: relative;
	background: transparent url(images/kreis_grau.png) no-repeat;
	margin-top: -526px; 
	height: 527px;
	width: 660px;
	z-index: 2;
}

#divNavi ol, #divNavi ul, #divNavi li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#divNavi ol {
	border-bottom: 1px dotted #666666;
	list-style: none;
	margin-left: 15px;
	padding: 5px 0px;
} 

#divNavi ol ul li {
	margin-left: 10px;
	padding: 2px 0px;
}

a:link, #divNavi a:active, #divNavi a:visited {
	color: #666666;
	font-weight: bold;
  text-decoration: none; 
}

#inhalt, #newsinhalt {
	float: right;
	width: 585px;
	height: 510px;
	padding-top: 15px;
}

h2, h4 {
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 16px;
	color: #15518D; /*#217FDB*/
	margin-bottom: 15px;
}

h4 {
	font-size: 11px;
	color: #ABCEE6;
	clear: both;
	margin: 5px 0px;
}

#inhalt span {
	display: block;
	width: 120px;
	float: left;
}


#inhalt p {
	width: 500px;
	padding-left: 25px;
	text-align: justify;
}

.block {
	float: left;
	padding-left: 25px;
}

.w160 { width: 160px;				}

#imageBlock {
	float: left;
	width: 390px;
	margin: 2px;
}

#newsBlock {
	float: right;
	width: 185px;
	margin: 2px;
}

#imgSektionsleiters {
	width: 125px;
	height: 170px;
	margin-left: 15px;
	float: left;
	padding: 2px;
	text-align: center;
	border: 1px solid #666666;
}

#inhalt p.txtSektionsleiter {
	width: 205px;
	float: right;
	padding: 0px;
}

.blue {
	color: #ABCEE6;
}

#kalender, #news {
	float: right;
	border: 1px solid #FFCC00;
	width: 165px;
	padding: 5px;
}

#kalender {
	height: 150px;
	margin-bottom: 5px;

}
#news {
	height: 55px;
}

.shortnews {
	font-size: 9px;
	display: block;
	width: 200px;
	border: 1px solid blue;
}

.overtxt {
	background-color: #AFC2EB;
	width: 300px;
	border: 1px solid #3366CC;
	font-size: 10px;
}

.overtitle {
	display: block;
	width: 100%;
	background-color: #7C9CDE;
	color: #ffffff;
	text-align: center;
}

.kalender {
	padding: 5px;
	border: 1px solid #3366CC;
}

/********************************************************/
/* diverse styles */
/********************************************************/
input, textarea {
  font-family:	Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:	11px;
  color:		#000088;
  margin:		5px 0px;
}

.attention {
	color:  #990000;
	font-weight: bold;
}

.disclaimer {
	font-family:	Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:		10px;
	font-style:		italic;
	color:			#000088;
}

.error {
	background-color: white;
	width: 300px;
	height: 75px;
	border: 1px solid #333300;
	text-align: center;
	padding-top: 25px;
}

#errortxt {
	padding: 25px;
	color: #000000;
}

.cursor { cursor: pointer; }
.email	{ display: block; width: 250px;}
.flight	{ float: right; }

/* NEWS */
.news {
	width: 550px; 
	border: 1px solid #FFCC66;
	margin-bottom: 10px;
}

.news p {
	padding: 5px;
	font-size: 10px;
	line-height: 9px;
}

.news_title, .news_anhang{
	display: block;
	background-color: #FFD8B0;
	font-weight: bold;
	color: #FF8000;
}

.page_link, .page_link_aktiv {
	border:1px solid #DF9859;
	background-color: #FFF9F0;
	margin:1px;
	padding-left:2px;
	padding-right:2px;
	text-decoration:none;
}

.page_link_aktiv {
	background-color: #9BCBFF;
}
