* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #990000;
	color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #990000;
	scroll:auto;
}

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

#inhaltsmaske {
margin: 1px auto;
width: 976px;
}

#header {
background: #990000 url(images/header.jpg) no-repeat;
height: 280px;
}

#menu {
height: 41px;
padding-left:40px;
line-height: 14px;
background: #990000 url(images/menu.jpg) no-repeat;
}

#breadcrumb {
background: #ffffff url(images/content.jpg) repeat-y;
height: 20px;
line-height: 20px;
font-size:10px;
padding-left: 43px;

}

#content {
background: #ffffff url(images/content.jpg) repeat-y;
padding-left:42px;
padding-top:10px;
}

.left {
	float: none;
	width: 880px;
	text-align: left;
	padding: 10px;
	font-size: 14px;
	background: #ffffff;
	border-left: 2px solid #990000;
	border-right: 2px solid #990000;
	border-top: 2px solid #990000;
	border-bottom: 2px solid #990000;
    padding-left: 5px;
	padding-right:5px;
}

.left h1 {
	font-size: 26px;
	font-weight: 200;
	padding: 10px 0px 10px 0px;
}
.left h1 a {
text-decoration: none;
}
.left h1 a:hover {
text-decoration: underline;
}

.left h2 {
	font-size: 24px;
	font-weight: 200;
	padding: 10px 0px 10px 0px;
	text-decoration: underline;
}
.left h2 a {
text-decoration: none;
}
.left h2 a:hover {
text-decoration: underline;
}

.left h3 {
	font-size: 20px;
	font-weight: 200;
	padding: 10px 0px 10px 0px;
}
.left h2 a {
text-decoration: none;
}
.left h2 a:hover {
text-decoration: underline;
}

.left ul li {
	vertical-align: middle;
	white-space: normal;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	list-style-position:inside;
	list-style-type:disc;
}

.left table {
 background:#EEEEEE;
 border:2px solid #990000;
 border-collapse:collapse;
 width:100%;
}

.left table td,th {
	padding:0.4em;
}

.odd { background:#DADADA;
}

.bildunterschrift {
	color:#333;
	font-size:10px;
	font-weight:600;
	background:#DADADA;
	line-height:10px;
}
.duennelinie {
	border: 1px solid #990000;
}

#bottom {
background: #990000 url(images/bottom.jpg) no-repeat;
height: 35px;
}

#copyright {
text-align: center;
font-size: 10px;
color:#FFF;
}

hr {
	color:#900;
	border:1px solid;
}

