/* CSS Document */
*{
margin:0;
padding:0;
}
body {
	text-align: center;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}
a{
	text-decoration: none;
}
#wrapper{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-repeat: repeat-y;
}
.header{
	height: 250px;
	width: 1000px;
	background-image: url(img/main.gif);
	background-repeat: no-repeat;
}
.main{
	width: 960px;
	min-height: 400px;
	background-color: white;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.bild{
	width:960px;
	height:550px;
	background-image: url(img/home.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.grafikrechts{
	float:right;
}

.grafikmitte{
	azimuth:center
}

#footer{
	clear: both;
}
.footer{
	height: 25px;
	background-color: #B00000;
	width: 100%;
}
.footer_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FEBB36;
	text-decoration: none;
	text-align: center;
	line-height: 23px;

}

/* Hauptueberschrift*/
.haupt_ueberschrift, .haupt_ueberschrift a, .haupt_ueberschrift a:hover,  p a  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #E66A02;
	text-decoration: none;
	width: 95%;
}
/* Normaler Text*/
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #663300;
	text-decoration: none;
	text-align: justify;
	width: 95%;
}

li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #663300;
	text-decoration: none;
	text-align: justify;
	width: 95%;
}

.menu {
	height: 50px;
	width: 100%;
	background-color: #B00000;	
}


.menu-text a{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFC234;
	padding-left: 20px;
	font-size: 16px;
	line-height: 50px;
}

.menu-text a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFC234;
	background-image: url(img/ani.gif);
	font-size: 16px;
	line-height: 50px;
	background-repeat: no-repeat;

}



.menu-text{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FEBB36;
	text-decoration: none;
	line-height: 50px;
	background-image: url(img/menu_bg.jpg);
	background-repeat: repeat;

}

.untermenu {
	height: 40px;
	width: 100%;
	background-color: #B00000;	
}

.untermenu-text a{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFC234;
	padding-left: 20px;
	font-size: 16px;
	line-height: 40px;

}

.untermenu-text a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFC234;
	background-image: url(img/ani.gif);
	font-size: 16px;
	line-height: 40px;
	background-repeat: no-repeat;


}



.untermenu-text{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FEBB36;
	text-decoration: none;
	line-height: 40px;
	background-image: url(img/menu_bg.jpg);
	background-repeat: repeat;
	text-align:center;

}
