html {
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	background-color: Black;
	margin: 0px 0px 0px 0px;
	font-family: "Comic Sans MS";
	font-size: 12pt;
	text-align: left;
	color: White;
}
#header{
	position: absolute;
	top: 0px;
	left: 160px;
	height: 100px;
	font-size: 32pt;
	font-weight: bold;
	line-height: 100px;
}
#barexp{
	position: absolute;
	top: 100;
	left: 0;
	width: 100%;
	height: 25px;
	background-image: url(bar.gif);
	background-repeat: repeat-x;
}
div.bar{
	position: absolute;
	top: 100px;
	left: 160px;
	height: 25px;
	width: 600px;
	overflow: hidden;
	text-align: left;
}
div.baritem{
	display: inline;
	margin: 0px 40px 0px 0px;
	line-height: 25px;
}
#barend{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 25px;
	width: 20px;
	background-image: url(bar_end.gif);
	overflow: hidden;
}



#menuexp{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 150px;
	background-image: url(menu.gif);
	background-repeat: repeat-y;
}
#menu{
	position: absolute;
	left: 0px;
	top: 135px;
	width: 150px;
	height: 265px;
	overflow: hidden;
}
div.menuitem{
	width: 150px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
#menuend{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 150px;
	height: 20px;
	background-image: url(menu_end.gif);
	overflow: hidden;
}



#logoecke{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 135px;
	width: 160px;
	background-image: url(logoecke.gif);
}



.menuitem a:link, .baritem a:link{
	color: white;
	text-decoration: none;
}
.menuitem a:hover, .baritem a:hover{
	color: silver;
	text-decoration: none;
}
.menuitem a:active, .baritem a:active{
	color: white;
	text-decoration: none;
}
.menuitem a:visited, .baritem a:visited{
	color: white;
	text-decoration: none;
}




#inhalt{
	position: absolute;
	top: 135px;
	left: 160px;
	width: 600px;
	height: 385px;
	overflow: hidden;
	
}
#columnli{
	position: absolute;
	text-align: justify;
	top: 135px;
	left: 160px;
	width: 290px;
	height: 385px;
	overflow: visible;
	padding: 0px;
	margin: 0x;
}

#columnre{
	position: absolute;
	text-align: justify;
	top: 135px;
	left: 470px;
	width: 290px;
	height: 385px;
	overflow: visible;
}



h1{
	font-weight: bold;
	font-size: 24pt;
}
h2{
	font-weight: bold;
	font-size: 14pt;
	}
h3{
	font-weight: bold;
}
a:link{
	color: white;
	text-decoration: underline;
}
a:hover{
	color: silver;
	text-decoration: underline;
}
a:active{
	color: white;
	text-decoration: underline;
}
a:visited{
	color: white;
	text-decoration: underline;
}