/* CSS Document */
html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#77797d;
	background: #8c9ea9 url(../images/background.jpg) top left repeat-x;
}
* {
	outline:none;
}
a {
	color:#a40822;
	text-decoration:none;
}
a img {
	border:none;
}
p {
	margin:15px 0;
	line-height:1.45em;
}
form {
	margin:15px 0;
}
table {
	font-size:11px;
}
td, th {
	vertical-align:top;
}
td p {
	margin:7px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:15px 0;
	font-size:13px;
	color:#792618;
}
h1 {
	font-size:12px;
	color: #a40822;
}
h2 {
	color: #a40822;
	margin: 15px 0 0px 0;
	font-size:11px;
	font-weight: normal;
}
hr {
	background:none;
	border:none;
	border-top:1px solid #e1e1e1;
	height:1px;
}

ul, li {
	margin:15px 0;
	padding:0;
	list-style:none;
}
li {
	background:url('../images/bull.gif') no-repeat 0 7px;
	padding-left:7px;
	margin-bottom:5px;
	text-align:left; margin-left:0; margin-right:0; margin-top:0
}

address {
	font-style:normal;
}
input, textarea, select {
	font-size:11px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
}
input[type="text"], textarea, input[type="password"], select {
	border:1px solid #0c3154;
	padding:2px 5px;
}
select {padding:0;}
.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.size8 {font-size:8px;}
.size9 {font-size:9px;}
.size10 {font-size:10px;}
.size11 {font-size:11px;}
.size12 {font-size:12px;}
.size13 {font-size:13px;}
.size14 {font-size:14px;}

.white {color:#FFF;}
.black {color:#000;}
.red {color:#a40822; font-weight: normal;}
.noUdl {text-decoration:none;}
.udl {text-decoration:underline;}
.foat-left {float:left;}
.float-right {float:right;}
.clearer {clear:both;}
.menu ul, .menu li {
	margin:0;
	padding:0;
	list-style:none;
	background:none;
}

#site {
	width: 858px;
	padding: 0;
	margin: 0 0 0 40px;
}

#container {
	margin: 0 auto;
	width: 858px;
}

#header {
	position:relative;
}

#logo {
	padding-top: 47px;
	margin-left: 11px;
}

#menu {
	position: absolute;
	top:65px;
	left: 363px;
	text-align: right;
}

#menu ul {
	padding: 0;
}

#menu ul li {
	padding: 41px 0 2px 0;
	float: left;
	background: #e2e7e9;
	border-bottom: #bec7cc 1px solid;
	border-right: #bec7cc 1px solid;
}

#menu a {
	padding: 41px 8px 2px 8px;
	text-decoration: none;
	color:#000;
}

#menu a:hover, #menu a:focus, #menu a.active {
	padding: 41px 8px 2px 8px;
	color: #fff;
	text-decoration: none;
	background:#a40822;
}

#topmenu {
	margin-top: 55px;
}

#topmenu a.active, #topmenu a:focus, #topmenu a:hover {
	color: #a40822;
	text-decoration: none;
}

.contactmenu {
	margin: 5px 0;
	text-align: right;
	padding-right:17px;
}

.contactmenu a {
	color: #000;
}

.contactmenu a:hover, .contactmenu a.active, .contactmenu a.focus {
	color: #a40822;
}

#container {
	color: #000;
	background: url(../images/content2bg_bottom.png) bottom left no-repeat;
	padding-bottom: 6px;
	font-size:10px;
}

#contentbg {
	background:url(../images/content2bg_middle.png) top left no-repeat;
	margin-top: 13px;
	overflow: hidden;
}

#contenttopbg {
	background: url(../images/content2bg_top.png) top left no-repeat;
	padding-top: 10px;
}

#contentindex {
	margin: 0px 17px 15px 116px;
	font-size: 11px;
	width: 270px;
}

#contentindex p {
	text-align: justify;
}

#contentindex img {
	display: block;
	margin: 0 auto;
}

.bildbeschriftung {
	color: #96a5b0;
	font-style: italic;
	margin:7px 0 0;
}

#footer {
	clear: both;
	text-align: right;
}

