html {
		width:100%;
}

body {
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		font-size: 11px; 
		font-family: Trebuchet MS, Tahoma, Arial; 
		color:#DFDFDF;
		background:#000000;
		SCROLLBAR-FACE-COLOR: #101010; 
		SCROLLBAR-HIGHLIGHT-COLOR:#060606; 
		SCROLLBAR-SHADOW-COLOR: #000000;
		SCROLLBAR-3DLIGHT-COLOR: #020202; 
		SCROLLBAR-ARROW-COLOR:#DFDFDF;
		SCROLLBAR-TRACK-color:#020202; 
		SCROLLBAR-DARKSHADOW-COLOR:020202;
}

#hauptdiv {
		width:100%;
		height:100%;
		text-align:center;
}

#haupttable {
		background: url(files/rahmen/bg.jpg) #000000 center repeat-y;
		width:1000px;
		height:100%;
		margin:0 auto;
}

#top {
		width:1000px;
		height:116px;
		text-align:right;
		font-size:0px;
}

#top div {
		float:left;
}

#middle {
		vertical-align:top;
}

#leftmenu, #rightmenu {
		vertical-align:top;
		width:186px;
}

#leftmenu_background {
		background: url(files/rahmen/left_menu_grun.jpg) repeat-y;
}

#rightmenu_background {
	background: url(files/rahmen/right_menu_grun.jpg) repeat-y right;
}

#content {
		vertical-align:top;
		padding:15px 15px 15px 15px;
		width:596px;
		text-align:justify;
		
}

*html #content {
		width:626px;
}

.menu {
		text-align:center;
}

.menu a:link, .menu a:hover, .menu a:visited, .menu a:active {
		font-family: Verdana, Arial; 
		font-size:11px;
		line-height:16px;
		color:#fbe195; 
		text-decoration: none;
}

.menu a:hover	{
		color:#ffffff; 
		text-decoration: underline;
}

.menu a:active, .menu a:focus, .menu a:visited	{
		color:#ffffff; 
		text-decoration: none;
}

.bottom {
	background: url(files/rahmen/bottom.jpg) bottom no-repeat;
	height:30px;
}

#autorzeile {
	background:#000000;
	text-align:right;
	width:675px;
	margin:0 auto;
}

