html {
	height: 100%;
}

body {
	background-color: #898C8A;
	color: #253329;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	height: 100%;
	text-align: center;
	padding-bottom: 25px;
}

#main_table {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
	text-align: left;
	width: 874px;
	min-height: 600px;
	background-color: #F8F8DF;
	margin-top: 25px;
	margin-bottom: 25px;
}


#main_table td{
	vertical-align: top;
}

/* Kopftabelle */

#top_row_1 td {
	text-align: left;
	height: 155px;
	background-color: #253329;
	vertical-align: bottom;
}

#content_main_td {
	width: 669px;
}

#teaser_td {
	background-color: #614D40;
	text-align: left;
	vertical-align: top;
	height: 127px;
	width: 833px;
}


#content_td {
	width: 593px;
	padding-top: 28px
}


#navi_td {
	width: 204px;
}


#content {
	width: 614px;
	margin-left: 19px;
	line-height: 140%;
	margin-bottom: 5px;
	margin-top: 20px;
	text-align: left;
	float: left;
	background-color: #F8F8DF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	min-height: 400px;
}

.content {
	text-align: left;
	background-color: #F8F8DF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}



h1, h2, h3 {
	color: #253329;
	font-size: 100%;
	margin: 0px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-weight: bold;
	
}

h2, h3 {
	margin-top: 5px;
}

h1 {
	border-bottom: 1px solid #253329;
}

#content a, #content2 a {
	text-decoration: underline;
	color: #253329;
	font-weight: bold;
}

#content a:hover, #content2 a:hover{
	text-decoration: underline;
}



/* Navigation */



ul#navigation, ul#navigation li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul#navigation {
	border-bottom: 0px;
	margin-top: 20px;
}

ul#navigation li {
	border-top: 0px;
	border-bottom: 1px solid #253329;
}

#navigation a {
	display: block;
	color: #253329;
	text-decoration: none;
	padding-bottom: 3px;
	padding-top: 3px;
	font-weight: normal;
}

#navigation a:hover {
	background-image: url(balken.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#navigation li.nav0 a{
 padding-left: 18px;
}

#navigation li.nav1 a{
 padding-left: 27px;
}

#navigation li.nav2 a{
 padding-left: 36px;
}

#navigation li.open a, #navigation li.nav0.active a{
 font-weight: bold;
 background-image: url(balken.gif);
 background-repeat: repeat-y;
 background-position: right;
}

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

#navigation li.nav2, #navigation li.nav3, #navigation li.nav4 {
 display: none;
}


a img {
	border: 0px;
}

#slideinfo {
	display: none;
}
