* {
margin:0px;
padding:0px;
}

html {
height:100%;
}

body{
background-color:#fff;
background-image:url(../images/background.jpg);
background-position:top center;
background-repeat:no-repeat;
text-align:center;
line-height:18px;
font-size:14px;
font-family:arial,helvetica,sans-serif;
}

#container{
position:relative;
margin:35px auto 0px;
width:900px;
height:100%;
}

#logo{
	position:relative;
	width:900px;
	height:160px;
	background-image:url(../images/logo.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

#navi{
position:relative;
float:left;
width:240px;
text-align:left;
line-height:24px;
}

ul{
margin-left:55px;
list-style-type:none;
font-size:16px;
font-weight:bold;
color:#DF1F26;
}

li{
list-style-type:none;
font-size:16px;
font-weight:normal;
color:#000;
}

a{
text-decoration:none;
font-weight:bold;
color:#DF1F26;
}

a:hover{
text-decoration:underline;
font-weight:bold;
color:#DF1F26;
}

a:active{
text-decoration:underline;
font-weight:bold;
color:#DF1F26;
}

#navi ul li a{
text-decoration:none;
font-weight:normal;
color:#DF1F26;
}

#navi ul li a:hover{
text-decoration:underline;
font-weight:normal;
color:#DF1F26;
}

#navi ul li a:active{
text-decoration:underline;
font-weight:normal;
color:#DF1F26;
}

h1{
font-size:18px;
font-weight:bold;
color:#000;
}

h2{
font-size:16px;
font-weight:normal;
color:#DF1F26;
}

h3{
	font-size:11px;
	font-weight:normal;
}

.datum {
float:right;
font-size:11px;
text-align:right;
margin-left:20px;
}

.hr-line{
float:right;
margin-right:35px;
width:590px;
height:1px;
font-size:1px;
border-top:1px solid #ccc;
}

.hr-space{
float:right;
margin-right:35px;
width:590px;
height:20px;
font-size:20px;
}

.text{
position:relative;
float:right;
margin-right:35px;
margin-top:5px;
width:590px;
font-size:14px;
font-weight:normal;
text-align:justify;
color:#000;
}

.minilogo{
position:relative;
float:right;
margin:0px 0px 10px 20px;
padding:10px;
font-size:12px;
font-weight:normal;
text-align:left;
color:#555;
border:1px solid #ccc;
}

.hauptbild{
position:relative;
float:left;
margin:0px 20px 20px 0px;
font-size:14px;
font-weight:normal;
text-align:center;
color:#000;
}

