@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #666666;
}
a img { border: none; }

cite {
	font-style: normal;
	display: block;
}
blockquote {
	font-size: 14px;
}
.notiz { font-size:12px; }
#wrapperOuter {
	text-align: left;
	margin: auto;
	padding: 0px;
	width: 980px;
	background-color: #fff;
}
#headerOuter {
	height: 415px;
	background-image: url(../images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#logoBox {
	height: 105px;
	width: 469px;
	font-family: "Times New Roman", Times, serif;
	color: #8C161B;
	padding-left: 145px;
	padding-top: 141px;
	clear: both;
}

#imageTeaser {
	margin-top: 24px;
	text-align: right;
	padding:0;
	height:145px;
	clear: both;
}

#imageTeaser img {
	margin:0;
	padding:0;
	border:none;
}
#imageTeaser img.left {
	border-right: 12px solid #8C161B;
}

#logoBox .name {
	font-size: 36px;
	display: block;
	letter-spacing: 2px;	
}
#logoBox .teaser {
	font-size: 24px;
	display: block;
	letter-spacing: 1px;
}

/* Content */
#backgroundWrapper {
	margin: 0;
	padding: 0;
	background: url(../images/bg-columnLeft.png) repeat-y left top;
}
#contentOuter {
	margin: 0;
	padding: 0;
}
#content {
	float: right;
	width: 575px;
	padding: 30px 120px 25px 35px;
	font-size: 16px;
	background: url(../images/bg-content.png) repeat-y right top;
}
#content h1 {
	text-transform: uppercase;
	color: #8c161b;
	font-size: 16px;
	margin-top: 0;
}
#content h2 {
	color: #000;
	font-size: 16px;
	margin: 0;
}
#content h3 {
	color: #666;
	font-size: 14px;
	margin: 0;
}
#content a {
	color: #8c161b;
}
#content a:hover {
	color: #8c161b;
	text-decoration: none;
	background-color: #eed8b5;
}
.rot { color: #8c161b; }
#navi {
	float: left;
	width: 220px;
	padding: 10px 15px 80px 15px;
	font-family: "Times New Roman", Times, serif;
	color: #8c161b;
}
#navi ul {
	margin:0;
	padding: 0;
	list-style-type: none;
}
#navi li {
	padding-bottom: 10px;
}
#navi li a {
	color: #8c161b;
	text-decoration: none;
}
#navi li a:hover {
	text-decoration: underline;
}
#addressblock {
	font-size: 13px;
	padding-top: 25px;
}
#footer {
	clear: both;
	background-color: #8c161b;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	height: 20px;
	padding: 5px 0 3px 130px;
}

table {
	font-size:14px;
}
table th {
	font-weight: bold;
	text-align: left;
	background-color: #eed8b5;
}
table td.even {
	background-color: #faf1e4;
}
table td.odd {
	background-color: #fff;
}


