.hintergrund
{
	background-image: url('http://www.lan-mania.de/pics/background_green1.gif');
	width: 1000px;
	height: 100%;
	margin: auto;
	vertical-align: top;
	border:2px solid green;
}
table.banner
{
	width: 100%;
	height: 70px;
	border: 0px solid white;
}
td.banner
{
	border: 4px solid #00ff00;
	text-align: center;
}
hr
{
	width: 100%;
	color: green;
	height: 4px;	
}
#top
{
	width: 900px;
	height: 70px;
	border: 0px solid #000000;
	position: relative;
	text-align: center;
	color: white;
}
#mnavy
{
	width: 200px;
	height: 100%;
	border: 0px solid yellow;
	vertical-align: top;
}

#content
{
	width: 800px;
	border: 0px dashed red;
	vertical-align: top;
}
a.menuetitle
{
 display:block;
 background-color: green;
 text-align:center;
 font-weight:bold;
 color:white;
 text-decoration:none;
 border:2px solid green;
}
a.menue
{
 display:block;
 text-align:left;
 padding-left: 5px;
 font-weight:bold;
 color:white;
 text-decoration:none;
 width:160px;
 border:2px solid green;
}
a.menue:hover
{
	/*background-image: url('http://www.lan-mania.de/pics/background_gray.gif');*/
	background-color: #00ff00;
	color: #000000;
	width: 160px;
	padding-left: 5px;
}
a.submenu
{	
	text-align: left;
	border: 0px solid #00ff00;
	padding-left: 20px;
	color: white;
	text-decoration: none;
	font-size: 12px;
	width: 160px;
}
a.submenu:hover
{
	text-align: left;
	padding-left: 20px;
	color: #00ff00;
	text-decoration: none;
	font-size: 12px;
	width:160px;
}
p.banner
{
	font: 17pt bolt;
	text-align: center;

}
body, html
{
	background-color: #F0FFF0;
	height: 100%;
}

