/* CSS Document */

#header {
 width:100%;
 text-align:center;
 margin:auto;
 background-image:url(images/header.jpg); 
 height:142px;
 background-position:center;
 background-repeat:no-repeat; 
 }


#menue2 {
	width:390px;
	margin:auto;
	text-align:center;
	position:relative;
	left:185px;
	top:103px;
 }
#seite {
 min-height:510px;
 background-image:url(images/body.jpg); 
 background-repeat:repeat-y;
 background-position:center;
 text-align:center;
 } 
 
#content {
margin:auto;
width:744px;
text-align:left;
padding-left:10px;
padding-right:10px;
padding-top:2px;
padding-bottom:2px;
}

#footer {
font-size:10px;
color: #cccccc;
text-align:left;
 }



body, html{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #ffffff;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-y;
	font-style: normal;	
	background-position:center;
    margin:2px;
	
}

table{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    color: #333333;
	font-style: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table.infobox{
text-align:left;
background-color: #E3E9F6;
position:relative;
width:360px;
border:0px;
border-collapse:collapse;
padding:4px;
}
.rechts{
float:right;}
td.bg{
vertical-align:middle;
position:relative;
background-image:url(images/tablebg.jpg);
background-repeat:repeat-x;
height:26px;
text-align:center;
font-weight:bold;
}
a.menue:link {color:#cccccc; text-decoration:none; }
a.menue:visited {color:#cccccc; text-decoration:none;}
a.menue:active {color:#ff0000; text-decoration:none;}
a.menue:hover {color:#ff0000; text-decoration:none;}
a.menue:focus {color:#ff0000; text-decoration:none;}

a:link {color:#333333; text-decoration:underline;}
/*a:hover {text-decoration:underline;  color:#FF0000;}*/
a:visited {color:#333333; text-decoration:underline;}
a:active { color:#FF0000; text-decoration:underline; }
a:focus { color:#FF0000; text-decoration:underline; }

h1{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.big{
	font-size: 32px;
	font-weight: bold;
	color: #333333;
}
.Blocktext {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	text-align:left;
}
.Ueberschrift {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
}
.klein {
	font-size: 10px;
	color: #333333;
}
.meldung{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#FF0000
}
