@charset "utf-8";
/* CSS Document */

body {
	background:#000000 url(../images/muster3.jpg);
	background-repeat:repeat-x;
	text-align:center;
	font-family:arial, verdana;
	font-size: 13px;
	color: black;		
}

#container {
	width: 985px;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	position:absolute;
	top: -9px;
	left: 560px;
	width: 515px;
	height: 306px;
}
.diashow{
	background-color:black;
	width: 230px;
	height: 158px;
	margin-top: 132px;
	margin-left:267px;
}

#header {
	background-image:url(../images/header2.png);
	background-repeat:no-repeat;
	width: 858px;
	height: 494px;
	position:relative;
}
.hauptmenu {
	position:absolute;
	width: 290px;
	height: 35px;
	top: 180px;
	left: 298px;
}
.untermenu {
	position:absolute;
	width: 330px;
	height: 200px;
	top: 240px;
	left: 50px;
}
.untermenu_links {
	text-align:right;
}
.untermenu2 {
	position:absolute;
	width: 255px;
	height: 145px;
	top: 260px;
	left: 400px;
	overflow: auto;
}
.untermenu_rechts {
	text-align:left;
}

.flag_eng {
	background-image:url(../images/gb.png);
	position:absolute;
	width: 17px;
	height: 11px;
	top: 460px;
	left: 746px;
}
.flag_de {
	background-image:url(../images/de.png);
	position:absolute;
	width: 17px;
	height: 11px;
	top: 460px;
	left: 766px;
}


#content {
	background-image:url(../images/content_back2.png);
	background-repeat:repeat-y;
	width: 784px;
	min-height: 400px;
	height: auto;
	position:relative;
	left: 76px;
	top:0px;
}
#content h1 {
	font-size: 17px;
	font-family:arial;
	fonr-weight:bold;
	color: #453024;
	text-align:left;
	margin-bottom: -5px;
}
#content h2 {
	font-size: 15px;
	font-family:arial;
	fonr-weight:bold;
	color: #453024;
	text-align:left;
}
#content a{
	color: black;
	text-decoration:underline;
}
#content a:hover{
	color: black;
	text-decoration:none;
}
.inhalt {
	position:relative;
	width: 640px;
	min-height: 400px;
	height: auto;
	top: -15px;
	left: 70px;
	text-align: justify;
	margin-top:-11px;
	margin-bottom:-12px;
}

#footer {
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	width: 783px;
	height: 136px;
	position:relative;
	left: 75px;
	top:-1px;
}
.footer_inhalt {
	position:absolute;
	width: 640px;
	height: 30px;
	top: 72px;
	left: 72px;
	text-align:right;
	margin-top: 5px;
}
.footer_inhalt a{
	color: black;
	text-decoration:underline;
	font-weight:bold;
}
.footer_inhalt a:hover{
	color: black;
	text-decoration:none;
	font-weight:bold;
}
.footer_links {
	text-align:left;
	font-size: 10px;
	font-weight:bold;
	margin-top: -16px;
	position:absolute;
}

