* {
	margin:0;
	padding:0;
	line-height:1.5em;
	font-size:100.01%;

}


body {
	
	font-family: arial,helvetica,sans-serif,courier;
    font-size:0.8em;
	color:#000000;
	background-color:#ffffff;
	background-image: none;
	background-repeat:repeat-y;
}

.koerper {
	background-image: url(grafiken/bg.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 100%;
}

img {
	border:none;
}

a {
	text-decoration:none;
	color:#a31418;
}
a:hover, a:active, a:focus {
	text-decoration:underline;
}

h1 {
	font-size:1.4em;
	color:#a31418;
}

h3 {
	font-size:0.9em;
	color:#a31418;
	margin-bottom:10px;
}

p {
	margin:10px 0;
}
	

#logo {
	margin-left:22px;
	width:265px;
	float:left;
	display:inline;
	background-image: url(grafiken/bg-adresse.gif);
	background-repeat:repeat-x;
}
#logo img { vertical-align:bottom; } /* verhindert unteren Abstand im FF */

#adresse {
	font-size:0.9em;
	width:650px;
	min-height:73px;
  	height:auto !important;  /* für moderne Browser */
  	height:73px;  /*für den IE */
	float:left;
	padding:40px 20px 0 20px;
	background-image: url(grafiken/bg-adresse.gif);
	background-repeat:repeat-x;
	/*background-color:#62aaaa;*/
	font-weight:bold;
}

#kopf {
	width:982px;
}

#hauptnav {
	margin-left:22px;
	width:690px;
	padding-left:265px;
	background-color:#a31418;
	clear:both;
	font-weight:bold;
}

#gesamt {
	background-image: url(grafiken/bg-inhalt.gif);
	background-repeat:repeat-y;
	margin-left:22px;
	width:955px;
	clear:both;
	background-color:#f4f2e2;
}

#links {
	width:265px;
	float:left;
	/*background-color:#abcdef;*/
}

.links-text {
	padding:20px;
}

#inhalt {
	float:left;
	width:405px;
	padding:20px 20px 20px 25px;
	/*background-color:#eeeeee;*/
}

#rechts{
	color:#a31418;
	margin-top:20px;
	margin-bottom:20px;
	width:220px;
	float:left;
	/*background-color:#abcdef;*/
}

#inhalt img {
	border: 4px solid #ffffff;
}


.infobox {
	width:190px;
	padding:10px 15px;
	background-color:#ffffff;
}
.infobox a {
	text-decoration:underline;
}

.fotobox {
	width:212px;
	padding:4px;
	background-color:#ffffff;
}

/*----------Hauptnav----------------*/

.hauptnav-off {
	font-size:1.0em;
	padding:0;
	display:block;
	float:left;
	padding:3px 15px 3px 15px;
}
a.hauptnav-off {
	color:#ffffff;
	text-decoration:none;
}
a:hover.hauptnav-off, a:focus.hauptnav-off, a:active.hauptnav-off {
	color:#ffffff;
	background-color:#c63033;
	text-decoration:none;
}

.hauptnav-on {
	font-size:1.0em;
	padding:0;
	display:block;
	float:left;
	padding:3px 15px 3px 15px;
}
a.hauptnav-on {
	color:#ffffff;
	background-color:#c63033;
	text-decoration:none;
}
a:hover.hauptnav-on, a:focus.hauptnav-on, a:active.hauptnav-on {
	color:#ffffff;
	background-color:#c63033;
	text-decoration:none;
}

/*--------------------------------*/

/*----------Subnav----------------*/

#subnav {
	width:190px;
	padding:10px 15px;
	background-color:#ffffff;
}
#subnav a {
	padding-left:20px;
	width:170px;
	display:block;
	text-decoration:none;
}
#subnav img {
	margin:0;
	padding:0;
}
a.subnav-off {
	background-image:url(grafiken/subnav-off.gif);
	background-repeat: no-repeat;
	background-position:0px 5px;
}
a.subnav-on, a:hover.subnav-off, a:focus.subnav-off, a:active.subnav-off {
	background-image:url(grafiken/subnav-on.gif);
	background-repeat: no-repeat;
	background-position:0px 5px;
	font-weight:bold;
}
.subnav-div {
	background-image:url(grafiken/subnav-linie.gif);
	background-repeat: no-repeat;
	background-position:left bottom;
	padding:2px 0;
}

/*---------------------------------*/

#service-leiste {
	padding:10px 20px 10px 290px;
	width:405px;
	clear:both;
	background-image:url(grafiken/service-leiste.gif);
	background-repeat: no-repeat;
	background-position:290px 0;
	/*background-color:#dddddd;*/
}


#fuss {
	margin-left:22px;
	padding: 5px 10px 5px 20px;
	width:925px;
	border-top:5px solid #c4111a;
	/*background-color:#dddddd;*/
	clear:both;
}

#fuss a {
	color:#000000;
}

ul {
margin:10px 0;
list-style-image:url(grafiken/list.gif);
}
li {
margin-left: 15px;
}

.rot {
	color:#a31418;
}


a.mehr {
	padding-left:20px;
	background-image:url(grafiken/subnav-off.gif);
	background-repeat: no-repeat;
	background-position:0px 3px;
}
a:hover.mehr, a:focus.mehr, a:active.mehr {
	background-image:url(grafiken/subnav-on.gif);
	background-repeat: no-repeat;
	background-position:0px 3px;
}
