@charset "utf-8";
/* CSS Document */

* {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}


html, body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#fff;
	font-weight: normal;
}


a:link,a:visited,a:active {
color:#000;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}



#wrapper 
{
	position:relative;
	width:900px;
	height: 600px;
	left: 50%;
	margin-left:-450px;
	margin-top:2%;
	border: 1px solid #ccc;
	
}

#head {
	width:900px;
	height:130px;
	float:left;
	border-bottom: 2px solid #ccc;
	background-image:url(../images/head.jpg);
}

#menu 
{
	width:250px;
	height:350px;
	float:left;
	background:url(../images/menu_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#inhalt 
{
	height:350px;
	float:right;
	width:650px;
		background:url(../images/menu_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#footer {
	width:100%;
	height: 120px;
	float:left;
	border-top: 2px solid #ccc;
	background:url(../images/foot_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}















.menue,.menue a:link, .menue a:visited, .menue a:active 
{
	font-size:12px;
	color:#000;
	text-decoration:none;
}

.menue a:hover 
{
	font-weight:bold;
}

.menue_aktiv 
{
	font-weight:bold;
}

.headline,.headline a.link,.headline a:visited,.headline a:hover,.headline a:active
{
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#00618e;
	text-decoration:none;
	font-weight:bold;
}

.footer, .footer a:link, .footer a:visited, .footer a:active 
{
	font-size:10px;
	color:#000;
	text-decoration:none;
}

.footer a:hover 
{
	font-size:10px;
	color:#000;
	text-decoration:underline;
}

.left 
{
	float:left;
	padding-top:25px;
	padding-left:60px;
}

.right 
{
	float:right;
	padding-top:15px;

}

.head,.head a:link, .head a:visited, .head a:active 
{
	font-size:12px;
	color:#000;
	text-decoration:none;
}

.head a:hover 
{
text-decoration:underline;
}

.inhalt_table {
background:url(../images/menu_bg.jpg);
background-position:bottom;
background-repeat:repeat-x;
}

.abstand {
padding: 10px;
}

.feld {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
border: 1px solid #828282;
background-color:#fff;
color: #828282;
}

#inhalt_inhalt {
width:390px;
margin: 0 auto;

}

.bild {

border:2px solid #fffef2;
}

.lauf {
font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#930000;
}