html {
height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
}

body {
	height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
	background: #ffffcc;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:24px;
	color: #262626;
	margin: 0px;
}

a {	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color: #663300;
	text-decoration: none;
}

a:hover {
	color: #663300;
}

a img {
	border:none;
}




h1
{	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size: 14px;
}

h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight:bold;
	font-size: 12px;
}


p {
	line-height: 24px;	
}

hr {
	display:none;
}

.footer {
	float:left;
	width:700px;
	height: 24px;
	background:url(img/transparent-bg.png);
	margin:0 100px 0 90px;
	border-top:solid 1px #8c652c;
	font-size: 10px;
	line-height: 24px;
	color:#8c652c;
}

.footerContact a {
	font-weight:normal;
}

.footerContact {
	float:right;
}

.clear {
	clear: both;	
}

.content {
	width: 890px;
	margin: 0px auto;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
	background:url(img/content-bg.gif) repeat-y #ffffff;
}

.header {
	position: relative;
	margin: 0px;
	padding:  0 0 0 92px;
	text-align: left;
	min-height:960px;
}


.navSpacer
{
	height: 0;	
}

.subLink {
	line-height: 18px;
}

a.navLinkLevel0
{
	font-weight: normal;
	margin-left: 10px;	
}

.mainContent
{
	position: relative;
	margin:35px 0 0 -92px;
	width: 890px;
	text-align: left;
}

.emptySpacer
{
	margin-top: 5px;
	text-align: center;
	font-style: italic;
	margin-bottom: 5px;	
}

.contentSpacer
{
	height: 10px;	
}

.columnSet
 {
 	width: 100%;
 	padding-bottom: 30px;
	background:url(img/content-bg.gif) repeat-y;

 }
 
 .csBackground
 {
 	background-image: url('img/content-bg.gif');
 }
 
 .csWhite
 {
 	background-color: #ffffff;
 }



.navColumn
{
	float: left;
	width:400px;
	margin:0 0 85px 420px;
	padding:0;

}



.navColumn .row {
	float:left;
	margin-right: 6px;
	padding:3px;
	line-height:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#feffbf;
	text-transform:uppercase;
	background-color: #714313;
}

.navColumn .row a {
	background-color:#ffffff;
	padding:2px 3px;
	margin:-3px;
	display:block;
}

.navColumn .row a:hover {
	background-color: #714313;
	color:#ffffff;
}

.navColumn .activerow {
	float:left;
	margin-right: 6px;
	padding:3px;
	line-height:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#feffbf;
	text-transform:uppercase;
	background-color: #714313;
}

.navColumn .activerow a {
	background-color:#714313;
	padding:2px 3px;
	margin:-3px;
	display:block;
	color:#feffbf;
}

.navColumn .activerow a:hover {
	background-color: #714313;
	color:#ffffff;
}



.arrow {
	display:none;
	width: 6px;
	height: 9px;
	margin-left: -10px;
	margin-right: 4px;
	border: none;
}

.navColumn .search
{
	padding-left: 15px;
	width: 160px;
	position: relative;
}

.navColumn .search .searchBox
{
	font-size: 12px;
	width: 125px;
	margin-top: 12px;
	margin-bottom: 12px;
	border: 0;
}

.navColumn .search .searchBox.watermark
{
	color: #999999;
}

.navColumn .search .searchBox.result
{
	color: #CC0000;
}

.navColumn .search .searchSubmit
{
	height: 17px;
	width: 17px;
	cursor: pointer;
	background: transparent url('img/search.png') no-repeat;
	border: none;
	position: absolute;
	top: 12px;
	right: 12px;
}

.mainColumn
{
	width: 300px;
	float: left;
	min-height:355px;
	margin-left: 90px;
}

.rightColumn {
	float: right;
	width: 370px;
	margin: -12px 100px 50px 30px;
	background:url(img/transparent-bg.png);
}

.rightColumn h1 {
	padding-top:3px;
}

.rightColumn h2,
.rightColumn h3 {
	padding-top:3px;
}

.homeLink
{
	position: absolute;
	top: 2px;
	left: 92px;
	width: 110px;
	height: 175px;
}

.news {
	margin: 0;	
}

.newsItem {
	margin-bottom: 12px;	
}

.newsHeader {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	border-top: #CCCCCC 1px solid;
}

.newsContent {
	border-bottom: #CCCCCC 1px solid;
	padding-bottom:10px;
	margin-bottom:-13px;
}


.gallery {	
	clear: both;
	margin:-7px 0 -13px 0;
	padding-top:5px;
	padding-bottom:5px;
	border-top:#d5d5d5 solid 1px;
	border-bottom:#d5d5d5 solid 1px;
}

.gallery img {
	display:none;
	float: left;	
}

.gallery a
{
	float: left;
	display: inline;
}

p.programHeader
{
	margin-bottom: 4px;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

/*
Main content layout
*/
.mainColumn *
{
	margin: 0px 0px 12px 0px;
}

.mainColumn h1,
.mainColumn h2,
.mainColumn h3,
.mainColumn h4,
.mainColumn h5
{
	margin-bottom: 12px;
}

.mainColumn table,
.mainColumn table td
{
	border-collapse: collapse;
	border: solid 1px #cccccc;
}

.mainColumn td
{
	padding-left: 4px;
	padding-right: 4px;
}

table.esgBox,
table.esgBox td
{
	border: none;
	vertical-align: top;
	text-align: left;
}

table.esgBox img,
table.esgBox p
{
	margin: 0px;
}

/*
Spider Search
*/
#powered_by
{
	text-align: right;
	font-size: 10px;
}

#other_pages
{
	font-size: 10px;
	margin-top: 16px;
	margin-bottom: 16px;
}

#results hr
{
	margin-top: 4px;
	margin-bottom: 4px;
}

#results .description
{
	margin-bottom: 4px;
}

#results .url
{
	margin-bottom: 24px;
}

/*
Right column layout
*/
.rightColumn p,
.rightColumn div {

}

.rightColumn table {
	margin:-8px 0 24px 0;
	width: 370px;
}

.rightColumn table p {
	margin:0;
}

.rightColumn table h2,
.rightColumn table h3 
{
	margin:0;
}

.rightColumn td {
	border-top:#d5d5d5 1px solid;
	margin:0;
	padding-bottom:18px;
}

.rightColumn img
{
	margin-left: -15px;
	margin-top: -10px;
}

/* clearfix zum Aufheben der Floatumgebung */


.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear:both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
* html #navi {margin-top: -5px; padding-bottom:7px;}
/* End hide from IE-mac */
