/* allgemein Angaben */

body {
background-color:#b4152b;
width:100%;
height:100%;
margin:0px;
padding:0px;
font-size:12px;
font-family:Arial;
color:#000000;
text-align:center;
}

img {border-width:0px;}


/*der innere Bereich */

#main {
width:860px;
height:100%;
margin:0px;
padding:0px;
background-color:#fff7e2;
text-align:left;
position:absolute;
}

/* Rahmen links*/
#rahmengraulinks {
background-image:url(../bilder/rahmengraulinks.gif);
background-repeat:repeat;
width:15px;
height:100%;
margin:0px;
padding:0px;
float:left;

}

/* Rahmen rechts*/
#rahmengraurechts {
background-image:url(../bilder/rahmengraurechts.gif);
background-repeat:repeat;
width:15px;
height:100%;
margin:0px;
padding:0px;
float:right;

}

/* der obere Bereich */
#oben {
background-image:url(../bilder/hintergrund1.jpg);
background-repeat:no-repeat;
width:830px;
height:140px;
margin:0px;
padding:0px;
float:left;
}

#logohahn {
height:140px;
width:270px;
float:left;
}

#obenlinks{
float:right;
height:140px;
width:560px;
text-align:right;
margin:0px;
padding:0px;
}

#info {
font-size:12px;
font-family:Arial;
font-weight:bold;
color:#000000;
text-align:right;
font-style:italic;
margin-top:20px;	/*Abstand von oben*/
margin-right:20px;	/*Abstand von rechts*/
}
div#info b {color:#B82937;}

#menu {
text-align:right;
height:25px;
width:540px;
margin-top:62px;	/*Abstand von oben*/
font-style: italic;

}

#bilder {
float:left;
height:160px;
width:830px;
}

#bilder_bild1 {
float:left;
width:270px;
height:160px;
background-repeat:no-repeat;
}
#bilder_bild2 {
float:left;
width:560px;
height:160px;
background-repeat:no-repeat;
text-align:right;
}

#logo2{
margin-top:108px;	/*Abstand von oben*/
margin-right:20px;	/*Abstand von rechts*/
}


#mitte {
margin-top:40px;
float:left;
width:830px;
}

div.kasten {
margin-left:20px;
width:206px;
padding:20px;			/* Innenabstand */
font-size:12px;
font-family:Arial;
color:#000000;
background-color:#fffbf0;
border-color:#ffd656;
border-left-width:2px;
border-right-width:2px;
border-top-width:2px;
border-bottom-width:2px;
border-style:solid;
float:left;
}

div.kasten2 {
margin-left:20px;
width:476px;
padding:20px;			/* Innenabstand */
font-size:12px;
font-family:Arial;
color:#000000;
background-color:#fffbf0;
border-color:#ffd656;
border-left-width:2px;
border-right-width:2px;
border-top-width:2px;
border-bottom-width:2px;
border-style:solid;
float:left;
}


#hintergrund2{
min-height:530px;			/*Bildh–he des Hintergrundbildes unten*/
float:left;
width:830px;
background-image:url(../bilder/hintergrund2.jpg);
background-repeat:no-repeat;
background-color:#FFF7E2;
}

#unten {
padding:20px;
float:left;
width:790px;
}


div.clear {clear:both;height:1px;width:1px;overflow:hidden;}

div#formular input{
border-width:1px;
border-color:#FFD656;
border-style:solid;
width:200px;
background-color:#ffffff;
color:#000000;
}

div#formular input.check{
border-width:0px;
width:20px;
background-color:#fffbf0;
}

div#formular input.klein{
border-width:1px;
border-color:#FFD656;
border-style:solid;
width:100px;
background-color:#ffffff;
}

div#formular input.knopf{
border-width:1px;
border-top-color:#FFD656;
border-left-color:#FFD656;
border-bottom-color:#AD913A;
border-right-color:#AD913A;
border-style:solid;
font-weight:bold;
width:150px;
background-color:#fffbf0;
}

div#formular textarea{
border-width:1px;
border-color:#FFD656;
border-style:solid;
width:100%;
height:75px;
overflow:auto;
background-color:#ffffff;
}

div#formular td{
color:#000000;
font-size:12px;
font-family:Arial;
}

div#formular td.bold{
font-weight:bold;
}


.Stil1 {
	color: #b4152b;
	font-weight: bold;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #b4152b;
}
hr {height:1px;color:#FFD656;}