body {
	font-family:Verdana;
	font-size:12px;
	background-color:#DCDFE4;
	text-align:center;
	margin:0px;
	color: #6A9CF9;
}
h1 {font-size:18px;margin-bottom:0px;}
h2 {font-size:16px;}
h3 {font-size:14px;}

a:link, a:visited, a:active, a:hover {
	text-decoration:underline;
	font-weight:normal;
	color:#ff0000;
	font-size:11px;
}

a:active, a:hover {
	color:#009999;
}

a.menu {
	display:block;
	padding:2px;
/*	height: 10px;*/
	border-top:1px solid #000;
	background-color:#000;
	text-align:left;
	vertical-allign: middle;
	color:#eeeeee;
	border:1px solid transparent;
	text-decoration:none;
}

a.menu:link, a.menu:visited {
	color:#eeeeee;
	background-color:#000;
	text-decoration:none;
	font-weight:bold;
}

a.menu:active, a.menu:hover{
	color:#737994;
	font-weight:bold;
	background-color:#eeeeee;
	border:1px solid #000;
}

.haupt {
	width:1100px;
	margin:0px auto;
	text-align:left;
	background-color:#DCDFE4;
}

.menucontainer {
	border:1px solid #D1ECFC;
	background-color:#000;
	width:150px;
	margin-top:5px;
	padding-bottom:5px;
}

.menutitle{
	font-weight:bold;
	text-align:center;
	margin:2px;
}
#title {
	height:42px;
	padding:5px;
	background-color:#000;
	border:1px solid #D1ECFC;
}

#left {
	background-color:#DCDFE4;
	width:150px;
	float:left;
}

#content {
	margin-top: 5px;
	margin-left: 5px;
	border:1px solid #D1ECFC;
	background-color:#000;
	width:780px;
	float:left;
	padding:0px 5px;
}

#right {
	background-color:#DCDFE4;
	width:150px;
	float:right;
}

.eingabe{
	font-family:Verdana;
	font-size:12px;
	background-color:#FFFFFF;
	text-align:left;
	margin:0px;
	color: #000000;
	border: none;
}
