body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}





/* WEBSITE GERÜST */

#hauptrahmen {
	background-color: #FDF1B5;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../grafik/layout/gesamthintergrund.jpg);
	background-repeat: no-repeat;
}

#kopf {
	height: 145px;
}

#kopfhintergrund {
	position:absolute;
	height: 145px;
	z-index:2;
}

.navi_oben {
	position:absolute;
	margin-left: 633px;
	padding-top: 48px;
	z-index:20;
}

#navigation {
	float: left;
	height: 200px;
	width: 158px;
}

#inhalt {
	width: 572px; 
	float: right;

	padding-top: 20px;
}

.text {
	margin-left: 40px;
	padding-right: 20px;
}

#news {
width: 570px;
height: 250px;
background-image:url(../grafik/layout/newscontainer.gif);
background-repeat:no-repeat;
background-position:right;
z-index:40;
}

.news_inhalt {
padding-top: 30px;
padding-left: 100px;
width: 480px;
height: 210px;
overflow:hidden;
z-index:50;
}

.spalte {
width: 200px;
margin-right: 40px;
float: left;
}

*html .spalte {
width: 180px;
margin-left: 10px;
}


#fuss {
	height: 50px;
	background-image: url(../grafik/layout/fusshintergrund.jpg);
	background-repeat: no-repeat;
	width: 750px;
	clear: both;
}

.navi_unten {
	margin-left: 614px;
	padding-top: 28px;
}

.headline {
font-weight:bold;
font-size:0.9em;
}

.subline {
font-weight:bold;
color: #999999;
font-size:0.9em;
}

 
.klein {
font-size:0.8em;
}


ul {
list-style:outside;
list-style-image:url(../grafik/layout/ul.gif);

}

/*  Pseudo-Elemente  */

a:focus {
outline: none;
}

#inhalt a:link, #inhalt a:visited, a.normlink:link, a.normlink:visited {
text-decoration:none;
border-bottom:thin;
border-bottom-color:#6B3688;
border-bottom-style:dotted;
border-bottom-width:thin;
color:#000000;
padding-left:8px;
background-image:url(../grafik/layout/navi/pfeil.gif);
background-position:center left;
background-repeat:no-repeat;
}

#inhalt a:hover, #inhalt a:active, a.normlink:hover, a.normlink:active  {
text-decoration:none;
color: #6B3688;
border-bottom:thin;
border-bottom-color:#6B3688;
border-bottom-style:dotted;
border-bottom-width:thin;
padding-left:8px;
background-image:url(../grafik/layout/navi/pfeil.gif);
background-position:center left;
background-repeat:no-repeat;
}

*html #inhalt a:link, *html #inhalt a:visited, *html #inhalt a:hover, *html #inhalt a:active, *html a.normlink:link, *html a.normlink:visited, *html a.normlink:hover, *html a.normlink:active {
background-position:5px left;
}

#inhalt a.nosign:link, #inhalt a.nosign:visited, #inhalt a.nosign:hover, #inhalt a.nosign:active {
background-image:none;
border:0px;
padding:0;
}

.bildLinks {
float:left;
margin-right: 25px;
}

.bildRechts {
float:right;
margin-left: 25px;
}


/******************************************************************** fuer Kalender */

.infobox {
margin: 20px 0 20px 0;
padding: 10px;
border-left: 4px solid #FDDD34;
background-color:#FEE98C;
}

#kalenderblatt {
margin:0;
padding: 10px;
text-align:left;
width:200px;
float:right;
background-color:#FFFFFF;
opacity: .50;
border: 1px solid #FDDD34;
}

label {
	font-weight:bold;
}

input, .select  {
	border: 1px solid #FDDD34;
	background-color: #FEE98C;
	margin: 0;
	padding: 2px;
}

.submit {
	background-color: #FEE98C;
	font-weight:bold;
	border: 1px solid #FDDD34;
	cursor:pointer;
} 

*html .submit {
cursor:hand;
}
