* {
margin: 0;
padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url("../images/hg.jpg");
	background-repeat: repeat-x;
	background-color: #d4e8ff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	font-size-adjust: 0.51;
}

p {
	font-size: 80%;	
}

#fullsize {
	width: 100%;
	height: 100%;
}

#maincontainer {
	width: 800px;
	min-height: 90%;

	text-align: left;
}

#mainheader {
	width: 800px;
	height: 150px;
	background-image: url("../images/headerbg2_150.jpg");
	background-repeat: no-repeat;
	border-left: 1px solid #001f3c;
	border-right: 1px solid #001f3c;
}

#maincontent {
	width: 800px;
	background-color: white;
	border-left: 1px solid #001f3c;
	border-right: 1px solid #001f3c;
	border-bottom: 1px solid #001f3c;
}


#content {
	min-height: 200px;
	padding: 10px;
	color: #000;
	border-left: 150px solid #004382;
}

#footer {
	min-height: 20px;
}
	
#headerbar {
	background-color: #0055a4;
	width: 800px;
	height: 30px;
}

#menusidebar {
	width: 150px;
	float: left;
	margin-top: 10px;
	background-color: #004382;	
}

#menusidebar ul li {
	list-style-type: none;
}

#menusidebar a {
	font-size: 80%;	
	display: block;
	text-decoration: none;
	width: 144px;
	margin: 2px 0;
	padding: 1px 0 2px 5px;
	font-weight: bold;
	background-color: #315983;
	color: #fff;
	border-top: 1px solid #001f3c;
	border-right: 1px solid #001f3c;
	border-bottom: 1px solid #001f3c;
}

#menusidebar a:hover {
	background-color: #4E8ED2;
	color: #000000;
}

.iamhere {
	font-size: 80%;	
	display: block;
	text-decoration: none;
	width: 144px;
	margin: 2px 0;
	padding: 1px 0 2px 5px;
	font-weight: bold;
	border-top: 1px solid #001f3c;
	border-right: 1px solid #001f3c;
	border-bottom: 1px solid #001f3c;
	background-color: #4E8ED2;
	color: #000000;
}

#menusidebar .level2 a {
	font-size: 80%;	
	width: 134px;
	padding: 1px 0 2px 15px;
}

#menusidebar .level2 .iamhere {
	font-size: 80%;	
	width: 134px;
	padding: 1px 0 2px 15px;
}
.bildrechts {
	float: right;
	border: 1px solid #001f3c;
	background-color: #4E8ED2;
}

.bildrechts img {
	display: block;
}

.bildunterschrift {
	border-top: 1px solid #001f3c;
	font-size: 80%;
	padding: 0 4px;
	display: block;
	font-style: normal;
}
	
.invis {
	display: none;
}
