* {
	margin:0;
	padding:0;
}

html, body, #main { height: 100%; }
body > #main { height: auto; min-height: 100%; }

body {
	font-family: Verdana, Arial, Times, Georgia;
	color: #ffffff;
	font-size: 12px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}

#main {
	width: 962px;
	margin: 0 auto;
	background-image: url(../images/rumpf.gif);
	background-repeat:repeat-y;
}

#head_oben {
	width: 962px;
	height: 213px;
	background-image: url(../images/head_oben.gif);
	background-repeat: no-repeat;	
}

#rumpf {
	width: 962px;
	height: auto;
	overflow: hidden;
	background-image: url(../images/rumpf.gif);
	background-repeat:repeat-y;
}
#left {
	display: inline;
	width:333px;
	float: left;
}
#navi {
	width: 333px;
	height: auto;
	background-color: #7f7f7f;
	display: inline;
}

#navi ul {
	list-style: none;
	margin: 20px 20px;
}

#navi ul li {
	margin: 10px 50px 10px 10px;
	border-bottom: dotted 2px #ffffff; 	
}

#navi ul li a,
#navi ul li.empty,
#navi ul li a:visited {
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
}

#navi ul li a:hover {
	color: #9f162c;
	font-weight: bold;
}

#navi ul li.active a {
	font-weight: bold;
}

#footer {
	width: 333px;
	height: auto;
	background-image: url(../images/rumpf.gif);
	background-repeat:repeat-y;
}

#head_unten {
	width: 629px;
	height: 165px;
	background-image: url(../images/head_unten.gif);
	background-repeat: no-repeat;
}

#content {
	width: 629px;
	float: right;
	display: inline;
}

#clear {
	clear: both;
}

a {
	outline: none;
}

a:link {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

a:hover {
	color: #9f162c;
	font-weight: bold;
}

a:visited {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

a:active {
	color: #9f162c;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6{
	color: #9f162c;
	font-weight: normal;
	margin: 10px;
	margin-bottom: 20px;
}

p {
	margin: 10px;
}

.kontaktdaten{
	margin: 20px 30px;
}

.adologo{
	margin: 20px 30px;
	border: none;
}

.space {
	margin:0 0 50px 30px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;	
}

