body {
	margin:0;
	background-color:#302C66;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFEA00;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFEA00;	
}

#left {
	height:100%;
	width:250px;
	background-color:#FFEA00;
}

#right {
	margin:0;
	height:100%;
	width:150px;
	background-color:#FFEA00;
	text-align: center;
}

#inhalt {
	height:100%;
	width:545px;
}

#text {
	margin: 25px;
	color:#FFEA00;
}

#text p {
	font-size: 12px;
}

#text table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFEA00;	
}

#text a {
	padding-left: 7px;
	font-size: 12px;
	text-decoration: none;
	color: #FFEA00;
	background-color: #595685;
	background-image: url(images/pfeil.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#text a.bild {
	padding: 0;
	background: none; 
	text-decoration: none;
}

.logo {
	margin:30px 0 30px 5px;
}

.menu {
	
}

.menu a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#302C66;
	margin-left:25px;
	text-decoration:none;
}

.menu a:hover {
	color:#760D13;
}

.menu_x {
	height:1px;
	width:100%;
	margin:3px 0 3px 0;
}

.adresse {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#302C66;
}

.adresse a {
	color:#302C66;
	text-decoration:none;
}

.adresse a:hover {
	color:#760D13;
}

.liste {
	font-size: 12px;
	margin-left: 15px;
	padding: 0;
	list-style: outside disc;
}

.box {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFEA00;
	background-color: #595685;
	/*border: 1px solid #FFEA00;*/
	vertical-align: top;
	padding: 10px;
}
