/* CSS Document */
body {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}
#Site {
	margin: 0 auto;
	background: transparent url(images/middle.gif) repeat-y top center;
	width: 980px;
}
#Middle {
    margin-top: 15px;
}

#Middle_Content {
	margin: 0px 55px 0px 55px;
}

#Middle_Content img {
	border: 0px #000000 solid;
}

#Middle_Content div.imagecaption {
	font-size: 10px;
}

#Navigation {
  margin-top: 5px;
  float: left;
  width: 235px;
}

#Navigation_Content {
  margin-top: 20px;
  width: 235px;
}

#Info {
	float: right;
  width: 200px;
}

#Info_Content {
	float: right;
	width: 135px;
	margin-right: 20px;
}

#Content {
  margin: 0px 225px 0px 260px;
}

#Content_1Spalte {
	width: 635px;
	margin: 0px 40px 0px 40px;
}

#Content_2Spalten {
	width: 286px;
	margin: 0px 40px 0px 385px;
}

#Bottom {
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	clear: both;
	background: transparent url(images/bottom.gif) no-repeat top center;
	height: 56px;
	padding: 0 0 0 0;
}

#contentinfo {
    font-size: 10px;
}

#copyright {
	text-align: right;
	margin-right: 70px;
	padding-top: 30px;

}

#impressum {
	float: left;
	margin-left: 70px;
	padding-top: 30px;
}

#impressum a {
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
	margin-right: 2px;
}

#impressum a:hover {
    text-decoration: underline;
}

#Top {
	padding: 0;
	border: 0;
	background: transparent url(images/top.gif) no-repeat top center;
	margin: 0;
}

div.top_oben {
	padding-left: 55px;
	margin-top: 35px;

}
#Left {
	float: left;
	width: 286px;
	margin: 0 40px 0 40px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	background: transparent url(images/h1_background.gif) no-repeat top left;
	width: 326px;
	line-height: 33px;
	text-transform: uppercase;
	padding-left: 20px;
	margin: 0 0 10px -20px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
}

#Content_1Spalte h1 {
	width: 626px;
	padding-left: 20px;
	margin: 0 0 0 -20px;
}

p {
    margin: 0px 0px 0px 0px;
}
a {
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}

#Info_Content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
	background: none;
	width: auto;
	text-transform: none;
	background-color: #990000;
	margin: 0 -5px 0 -5px;
	padding-left: 6px;
}

#Info_Content h2 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 0px;
	line-height: normal;
}

div.article {
	background-color: #e5b2b2;
	border: 1px solid #990000;
	padding: 0 5px 5px 5px;
	font-size: 11px;
}

/* NAVIGATION STYLES */
#topnavi {
	background:#960000;
	padding:1px 0 0 0;
	width: 870px;
	height: 31px;
	margin-left: 55px;
	clear: both;
}

#topnavi ul {
 border: 0;
 list-style-type: none;
 margin: 0;
 _margin: 0 0 0 -1px;
 padding: 0;
 text-align: center;
}

#topnavi ul li {
	display: block;
	float: left;
	margin: 0 0 0 1px;
	padding: 0;
	text-align: left;
}

#topnavi ul li a {
	background: url(images/topnavi_out.gif) #C40008 top left repeat-x;
	color: #FFFFFF;
	display: block;
	font: bold 14px arial,sans-serif;
	padding: 0px 30px 0px 30px;
	text-align: right;
	text-decoration: none;
	line-height: 30px;
	text-transform: uppercase;
}

#topnavi ul li a:hover, #topnavi a:active, #topnavi li.active a {
	background: url(images/topnavi_over.gif) #C40008 top left repeat-x;
}

#subnavi ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}

#subnavi ul li {
	margin: 0;
	padding: 0 0 1px 0;
	background: #E5B2B2;
}

#subnavi ul li a {
	color: #FFFFFF;
	display: block;
	font: bold 11px arial,sans-serif;
	padding: 4px 0 5px 15px;
	text-align: left;
	text-decoration: none;
}

#subnavi ul li a:hover, #subnavi a:active, #subnavi li.active a {
	background-color: #990000;

}
