body {
	text-align: center;
	background-color: #f9ebce;
	color: #386EBB;
}
h3 {
	background-color: #F1A81E;
	font-size: 16px;
	background-image: url(../bilder/hi-unten.jpg);
	background-repeat: repeat-y;
	color:  #000099;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
p {padding-left: 5px;
	padding-right: 5px;
}
div.container {
	position: relative;
	background-color: #f9ebce;
	width: 900px;
	height:auto;
	border: 0px solid #000000;
	text-align: left;
	margin-right: auto;
	margin-left: auto;	
}
a.link {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #386EBB;
	text-decoration: underline;
}

div.header {
	border: 0px solid #000000;
	height: 216px;
	width: 900px;
	position: relative;
	text-align: center;
	margin: 0px;
	padding: 0px;
	
}


div.menu
{
	border: 0px solid #000000;
	height: 35px;
	width: 900px;
	position: relative;
	text-align: left;
	background-color: #f9ebce;
	margin-top: 20px;	
}

div.main {
	background-color: #f9ebce;
	width: 800px;
	height: auto;
	border: 0px solid #000000;
	font-size: 14px;
	color: #386EBB;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 60px;
	font-family: "Trebuchet MS";
	text-align: justify;
}

div.footer {
    font-size:11px;
    height: 16px;
	width: 800px;
	position: absolute;
	z-index: 1;
	border: 0px solid #000000;
	text-align: left;
	background-image: url(../bilder/hi-unten.jpg);
	background-repeat: repeat-y;
	margin-right: 40px;
	margin-left: 60px;
	margin-top: 25px;
	color: #006600;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
