body {
	font-family: Arial;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	color: #8ea08b;
	padding-top: 40px;
}

#container {
	width: 900px;
	margin: auto;
	height: 600px;
	background-color: white;
	text-align: left;
	border: 1px solid #40336d;
}

#content {
	height: 420px;
	margin: 0px;
	background-image: url(images/background.jpg); 
	background-position: left bottom;
	background-repeat: no-repeat;
}

#text {
	margin-left: 400px;
	padding-top: 20px;
	width: 480px;
	height: 400px;
	overflow: auto;
	
}

#menu_alt {
    background-color: #00330e;
	height: 180px;
}

#menu {
    background-color: #ccc;
	height: 180px;
}

#menu ul {
	margin-top: 0px;
	list-type: none;
	padding-top: 30px;
}

#menu ul li {
	color: white;
	float: left;
	display: block;
	margin-right: 60px;
}

#menu_alt ul li a {
	color: #8ea08b;
	text-decoration: none;
}

#menu ul li a {
	color: #40336d;
	text-decoration: none;
	font-weight: bold;
}


#menu ul li a:hover {
	color: #000;
	text-decoration: underline;
}

h1 {
	position: absolute;
	top: 280px;
	font-size: 40px;
	color: #40336d;
}

h1 .akad {
	font-size: 18px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px; 
	padding: 0px;
	color: #40336d;
}

p, #text a, #text li {
	font-size: 12px;
	color: #000;
	margin-bottom: 2px;
	padding-bottom: 0px;
}

#text ul {
	margin-top: 0px;
	padding-top: 0x;
}

#text li {
	padding-top: 4px;
}

#impressum {
	font-size: 11px;
	color: #ffffff;
	position: absolute;
	margin-left: 280px;
	margin-top: 110px;
	text-decoration: none;
}