@CHARSET "ISO-8859-1";

/*Allgemeine Einstellungen*/

body{
	background-color:#eeeeee;
}
*{
	margin: 0;
	padding: 0;
	font-family:Verdana, sans-serif;
}
hr{
	width: 60%;
	border: 0;
	color: #eeeeee;
	background-color: #eeeeee;
	height: 1px;
	margin: auto;
	margin-bottom:1px;
}
a{
	text-decoration:none;
	color: #000;
}
ul{
	margin-left:5px;
	padding-left:10px;
}
li{
	list-style:none;
}
.picture{
	height:100px;
	width:100px;
	border: 0px;
}

/*Kopf Bereich*/

.header{
	width:800px;
	height:256px;
	background: #eeeeee url('images/header_neu_klein_weiss.png') no-repeat;
	margin:auto;
	float:left;
}

/*Bild/Spruch des Tages*/

.quoteDay{
	background: #eeeeee url('images/navi_head.gif') no-repeat;
	width:200px;	
	float:right;
}
.quoteDay_Body{	
	width:200px;
	background: #eeeeee url('images/navi_body.gif') repeat-y;
	text-align:center;
	float:left;
	font-size:12px;
}
.quoteDay_Line{
	width:180px;
	background: #eeeeee url('images/navi_body.gif') repeat-y;
	text-align:center;
	float:left;
	font-size:12px;
	padding-left: 10px;
	padding-right: 10px;
}
.pictureDayDiv{
	background: #eeeeee url('images/navi_head.gif') no-repeat;
	width:200px;
	height:200px;
	float:left;
}
.pictureDay{
	height:180px;
	width:180px;
}
/*Content Bereich*/

.welcome{
	margin-left:140px;
	margin-top:-45px;"
}
.container{
	width:1200px;
	margin: auto;
}
.content{
	width:670px;
	background: #eeeeee url('images/body.png') repeat-y;
	float: left;
	margin-left:266px;
	margin-top:-1px;
}
.textContent{
	width:590px;
	margin: auto;
}
.content_bottom{
	width:680px;
	height:69px;
	background: #eeeeee url('images/content_bottom.png') no-repeat;
	float:left;
}
.divContentLeft{
	margin-top:10px;
	float:left; 
	width:280px; 
	height:250px;
}
.divContentRight{
	margin-top:10px;
	float:right; 
	width:280px; 
	height:250px;
}
.subject{
	height:75px;
	margin-left:15px;
	background: #cccccc url('images/subject_image.png') no-repeat;
}

/*Menü Bereich*/

.navi{
	width:200px;
	margin-top:20px;
	background:#eeeeee url('images/navi_body.gif') repeat-y;
	line-height: 18px;
	top:250px;
	position:fixed;
}

.navi ul {
	width:174px;
	margin-left:0px;
	padding-left:0;
}

.navi ul li {
	border-top:1px solid black;
}

.navi ul li a {
	display:block;
	padding: 2px 0 2px 10px;
}

.navi ul li.active a,
.navi ul li a:hover {
	background-color:#FFC4D3;
}

.navi ul li.active li a {
	background-color:#ffffff;
}

.navi ul li.active li.active a {
	background-color:#6bd0f6;
}


.navi ul ul {
	font-size:12px;
	width:174px;
}


.navi ul ul li a{
	padding-left:20px;
}
.navi_head{
	width:200px;
	height:20px;
	background: #eeeeee url('images/navi_head.gif') no-repeat;
	text-align: center;
	padding-top:8px;
}
.navi_body{
	width:200px;
	height:45px;
	background: #eeeeee url('images/navi_body.gif') repeat-y;
	text-align:center;
	float:left;
	font-size:12px;
}
.navi_bottom{
	width:200px;
	height:30px;
	background: #eeeeee url('images/navi_bottom.gif') no-repeat;
	float:left;
}
.navi_Body_Content{
	background-color:#eeeeee;
}
.listDiv{
	margin-left:5px;
	font-size:12px;
}
.icon{
	border: 0px;
	height: 14px;
}

/*Termin Bereich*/

.newsticker{	
	background: #eeeeee url('images/navi_head.gif') no-repeat;
	width:230px;
	margin-top: 20px;
	float:left;
	top:250px;
	position:fixed;
}
.newsticker_body{
	width:200px;
	background-color: #eeeeee;
	text-align:center;
	float:left;
}

/* Footer Bereich*/

.footer{
	background-color:#eeeeee; 
	height:20px;
	width:100%;
	float:left;
	text-align:center;	
}

h1{
	text-decoration:underline;
	font-size:20px;
}

.terminBody{
	background:#ffffff url('images/navi_body.gif') repeat-y;
	width:180px;
	padding-left:20px;
}
.kontakt_widthV{
	margin-left:55px;
}
.kontakt_widthN{
	margin-left:42px;
}
.kontakt_widthE{
	margin-left:10px;
}
.kontakt_widthT{
	margin-left:62px;
}

label{
	width: 200px;
}
