﻿body 
{
 background-color:#FFF;
 margin:0;
 padding:0;
 line-height:16px;
 font-size:14px;
 font-family: tahoma,sans-serif;
}

#mitte        
	{
	text-align: left;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	}

#content    
	{
	margin-left: -375px;
	position: absolute;
	top: -250px;
	left: 50%;
	width: 750px;
	height: 545px;
	overflow: hidden;
	border:0;
	}
#kopfleiste
	{
	margin:0 0 5px 0;
	width: 750px;
	height: 175px;
	overflow: hidden;
	background-color: #FFF;
	}
	
#flash    
	{
	margin-left:0px;
	width: 750px;
	height: 250px;
	overflow: hidden;
	background-color: #c3d69b;
	}

#menu
	{
	margin:5px 0 0 0;
	width: 750px;
	overflow: hidden;
	vertical-align: bottom;
	}
#menutab
	{
	border-collapse:collapse;
	margin:0;
	vertical-align: middle;
	width: 750px;
	height: 120px;
	}
#menutab td { border:0; text-align:center; height:30px; width:150px;	background-color:#FFF;}	
h1	{
	color:#005599;
	font-size:12px;
	font-weight:bold;
	}
	
#menutab a{
	display:block;
	height:20px;
	width:140px;
	margin-left:1px;
	background-color:#c3d69b;
	border: 2px solid #003399;
	color:#003399;
	font-weight:bold;
	font-size:12px;
	line-height:20px;
	text-decoration:none;
	}
#menutab a:hover{
	background-color:#003399;
	border: 2px solid #003399;
	color:#c3d69b;
	}	
#menutab a.weiter{
	display:block;
	height:20px;
	width:140px;
	margin-left:1px;
	background-color:#003399;
	border: 2px solid #c3d69b;
	color:#c3d69b;
	font-weight:bold;
	font-size:12px;
	line-height:20px;
	text-decoration:none;
	}
#menutab a.weiter:hover{
	background-color:#c3d69b;
	border: 2px solid #003399;
	color:#003399;
	}	
	
.weg {
	visibility:hidden;
	}

	
