/* Style Sheet */
/* blau: #009ee0 */

html {
overflow-y:scroll;
}

#page { width: 890px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
}
#box { 
	float: left;
	width: 890px;
	border-bottom: 1px dotted #009ee0;
	background: url(images/dot.gif) repeat-y;
	
	
}
	
#left { 
	float: left;
	width: 220px;
}
#menue {
	width: 220px;
	height: 357px;
	margin-left: 1px;
	background: url(images/menue-hg.jpg) no-repeat;

	text-transform: uppercase; 
	font-size: 12px;
	line-height: 25px;


}

#rechts { 
	float: left;
	margin-left: 0px;
	width: 670px;
}

#rechts #header {
	height: 145px;
}
ul {margin: 0 0 0 1em}
#menue li { margin-left: 0em; line-height: 2em;}


#menue ul {
	margin-left: 32px;
	margin-top: 18px;
}

#menue ul li {
	list-style: none;
	display; block;
	
}
#menue ul li ul {
	margin-left: 0px;
	padding-left: 15px;
	margin-top: 0px;
}
#menue ul li a {
	display: block;
	text-decoration: none;
	color: #666665;
	font-weight: normal;
}
#inhalt {
	font-size: 12px;
	border-right: 1px dotted #009ee0;
	border-top: 1px dotted #009ee0;
	margin-left: 10px;
	padding: 30px 25px 0 25px;
	line-height: 16px;
	min-height: 424px;
}
#start {
	background-image: url(images/startseite.jpg);
	width: 200px;
	height: 148px;
	
	background-repeat: no-repeat;
	background-position: 100px 20px;
	padding-right: 100px;
	padding-left: 140px; 
	padding-top: 160px;
	line-height: 18px;

}


	
#menue ul li a.aktuell {
	color: #009ee1;
	/*font-weight: bold; */
}

.h1{
	color: #009ee1;
	font-weight: bold;
	font-size: 16px;
	}

.blau{ 
color: #009ee1;
}
	
#fuss {
	width: 890px;
	clear:left;
	float:left;
	font-size: 12px;
	word-spacing: 0.3em;
	color: #666665;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 50px;
	
}
.liste {
	
	line-height: 20px;
	list-style-image: url(images/punkt.gif);

}

.blaubold{
	color: #009ee1;
	font-weight: bold;

}

#foto {
	float: right;
}

td { font-size: 12px; }

p.autor { text-align: right; font-style: italic; }

#fuss a.intern { text-decoration: none; color: #666665; }

