body
{
	margin:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

a, a:link, a:visited
{
	text-decoration:none;
	color:black;
}
	
a:hover
{
	color:#cc0033;
}
	
a:focus
{
 	-moz-outline-style: none;
}

#header
{
	background-image:url('img/zaehne.png');
	background-position:bottom;
	background-repeat:no-repeat;
	
	height:270px;
	width:700px;
}

#header a:hover
{
	text-decoration:underline;
	color:black;
}

#header #anschrift
{
	float:left;
	padding-top:10px;
	background-image:url(img/dotted_v.gif);
	background-repeat:repeat-y;
	background-position:170px;
	font-size:9px;
	line-height:11px;
	width:250px;
}

#header #logo
{
	background-image:url('img/logo.gif');
	background-position:top left;
	background-repeat:no-repeat;
	background-color:white;
	width:364px;
	height:112px;
	text-align:right;
}

#hauptmenu a, #hauptmenu a:link, #hauptmenu a:visited
{
	color:white;
	display:block;
	height:102px;
	padding-top:10px;
	float:left;
	text-transform:uppercase;
	font-weight:bold;
	width:83px;
	padding-left:5px;
	margin-right:4px;					
}

#hauptmenu a:hover
{
	text-decoration:none;
	height:95px;
	border-top:7px solid white;
}

#logo img
{
	margin:5px 20px;
}
		
#header #submenu
{
	float:right;
	padding-top:16px;
}
		
#submenu a, #submenu a:link, #submenu a:visited
{
	color:white;
	display:block;
	width:160px;
	filter:alpha(opacity=50); -moz-opacity: 0.50; opacity: 0.50;
	padding:5px;
	border-bottom:1px dotted white;
	background-color:black;
	background-position:4px 9px;
	background-repeat:no-repeat;
}

#submenu a:hover
{
	filter:alpha(opacity=100); -moz-opacity: 1; opacity: 1;
	text-decoration:none;
}

#base
{
	border-top:1px dashed black;
	margin-top:10px;
	width:700px
}

#base h1
{
	width:270px;
	margin:0;
	font-size:25px;
	border-bottom:1px dashed black;
	font-weight:normal;
	padding:6px 0px;
	margin-bottom:5px;
	background-position:left;
	background-repeat:no-repeat;
}
	
.content
{
	width:410px;
	font-size:12px;
	padding-left: 290px;
	width: 410px;
}
	
#footer
{
	margin-top:30px;
	border-top:1px dashed black;
	padding:5px 0 5% 0;
	width:700px;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
}

#auswahl
{
 	display:none;
}

.message
{
	width: 100%;
	border-bottom: 1px solid black;
	background-color: red;
	padding: 2px;
	font-weight: bold;
	color: white;
	position: absolute;
	top: 0px;
	left: 0px;
}

.error-message
{
	color: red;
	font-weight: bold;
}

#loading_t
{
	width: 100%;
	border-bottom: 1px solid black;
	background-color: rgb(153, 204, 51);
	padding: 2px;
	font-weight: bold;
	color: white;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.news
{
	
}

.news_title
{
	font-weight: bold;
}
