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

*{
	margin:0;
	padding:0;
}



body{
	background-color: #928A7F;
	background-image: url(../Bilder/linie.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color:#006;
}
a:link {
	color: #1A0D52;
}
a:visited {
	color: #1A0D52;
}
a:hover {
	color: #1A0D52;
}
a:active {
	color: #1A0D52;
}
h1{

	font-size:3.0em;
	padding:0 0 20px 0;
}
.willkommenh{
	text-align:center;
}
#container{
	width:1200px;
	position:relative;
	margin: 0 auto;
	height:900px;
	text-align: left;
}
#navi{
	width:1200px;
	height:193px;
}
#navi img{
	float:left;
	padding:0;
	margin:0;
}
#content{
	background-image:url(../Bilder/body.jpg);
	background-repeat:no-repeat;
	width:1200px;
	height:550px;
	padding: 30px 100px 30px 100px;
}
#contenttrad{
	background-image:url(../Bilder/body.jpg);
	background-repeat:no-repeat;
	width:1200px;
	height:850px;
	padding: 30px 100px 30px 100px;
}


#footer{
	position:relative;
	background-image:url(../Bilder/foot.png);
	background-repeat:no-repeat;
	width:1200px;
	height:44px;
	padding: 10px 0 0 0;
	font-size:0.8em;
	text-align:center;
	line-height:1.8em;
}
#text{
	width:990px;
}
.willkommen{
	width:500px;
	text-align:center;
	padding: 0 250px 30px 250px;
	font-size: 1.3em;
}
#leftstart{
	position:relative;
	float:left;
	width:600px;
	padding:20px;
}
#rightstart{
	position:relative;
	float:right;
	width:330px;
}
#left{
	position:relative;
	float:left;
	width:500px;

}
#right{
	position:relative;
	float:left;
	width:500px;
}
.mitte{
	
	text-align:center;
}
address{
	font-style:normal;
	font-weight:bold;
	line-height:1.5em;
	margin: 0  0  0 20px;
}
#container #content p {
	text-align: center;
}
#container #content #text #rightstart h2 {
	text-align: center;
}
#mittig{
	width:1000px;
}

