body {
	background-color: #302751;
	text-align: center;
	font-family: "Arial";
}

/* Header */

#header {
	background-image: url(images/header.gif);
	width: 900px;
	height: 170px;

	color: #302751;
	font-size: 22px;
	text-align: left;
	
	margin: auto;
	margin-bottom: 0px;
}

.titel {
	padding-top: 78px;
	padding-left: 15px;	
}

#header span {
	padding: 25px;
}

.subtitel {
	font-size: 17px;
	margin-top: -20px;
	padding-left: 15px;
}

#main {
	width: 900px;
	
	background-color: white;
	text-align: left;
	
	margin: auto;
}

/* Menu */

#menu {
	background-image: url(images/whiteline.gif);
	background-repeat: repeat-y;
	background-color: #302751;
	width: 170px;
	
	padding: 0px;
	margin: 0px;
	
	text-align: left;
	list-style: none;
	
	float: left;
}

#menu a {
	display: block;
	margin-left: 17px;
	padding-left: 4px;
	width: 149px;

	font-size: 18px;
	line-height: 200%;
	text-decoration: none;
	
	color: white;
	border-bottom: 7px solid #302751;
}

#menu a:hover {
	color: #302751;
	background-color: white;
	font-weight: bold;
}

.lastlink {
	display: block;
	margin-top: 45px;
	border-bottom: 10px solid #302751;
}

.selected {
	display: block;
	margin-left: 17px;
	padding-left: 4px;
	width: 149px;

	font-size: 18px;
	line-height: 200%;
	
	border-bottom: 7px solid #302751;
	color: #302751;
	background-color: white;
	font-weight: bold;
}

.selectedlast {
	display: block;
	margin-left: 17px;
	padding-left: 4px;
	width: 149px;

	font-size: 18px;
	line-height: 200%;
	
	color: #302751;
	background-color: white;
	font-weight: bold;
	
	margin-top: 45px;
	border-bottom: 10px solid #302751;
}

/* Fusszeile */

#bottom {
	width: 900px;
	height: 65px;
	background-image: url(images/bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: white;
	
	margin: auto;
	padding-top: 50px;
}



/* Inhalt */

#textbox {
	margin-left: 200px;
	padding-right: 30px;
	padding-top: 20px;
	font: 0.95em;
	text-align: justify;
	min-height: 450px;
	padding-bottom: 20px;
}

/* Text- und Bildformatierung */

.seitentitel {
	color: #302751;
	font-size: 1.7em;
	font-weight: normal;
}

h3 {
	color: #302751;
	font-size: 1.2em;
	font-weight: normal;
}

ul {
	list-style: disc;
}

a {
	color: #302751;
}

.willkommen {
	color: #302751;
	font-size: 2.3em;
	font-weight: normal;
	text-align: center;
}

.textcenter {
	text-align: center;
}

.bilderrahmen {
	border: 2px solid #302751;
	padding: 10px;
	margin: 5px;
}

.limgaktuell {
	padding-right: 7px;
	padding-top: 3px;
	float: left;
}

.rimgaktuell {
	padding-left: 7px;
	padding-top: 3px;
	float: right;
}

dt {
	padding-top: 10px;
	padding-bottom: 5px;
}