/*allgemeine Einstellungen*/
* {
margin: 0;
padding: 0;
}
html {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-color: #FFF;
	background-image: url(../images/bgdHeaderBlau.jpg);
	background-repeat: repeat-x;
}
#all {
	width: 950px;
	overflow: hidden;
}

/*Texte, Links und �berschriften*/
a {
	font-weight: bold;
	color: #0069A5;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4 {
	margin: 0 0 0.3em 0;
	line-height: 140%;
}
p {
	margin: 0 0 1em 0;
	line-height: 140%;
}
h1 {
	font-size: 160%;
	color: #0069A5;
}
h2 {
	font-size: 140%;
	color: #0069A5;
}
h3 {
	font-size: 120%;
	color: #0069A5;
}
h4 {
	font-size: 100%;
	color: #000000;
}
h5 {
	font-size: 100%;
	color: #000000;
}

/*Headerbereich*/
/*Header*/
#header {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 88px;
	width: 219px;
	overflow: hidden;
	text-indent: -999px;
	left: 0px;
	top: 0px;
	background-position: left top;
}

/*Link Home �ber Logo*/
#linkHome {
	z-index: 9999;
	left: 0px;
	top: 0px;
	position: absolute;
}
#linkHome a {
	display: block;
	width: 219px;
	height: 80px;
	text-indent: -9999px;
}

/*Ticker*/
#ticker {
	position: absolute;
	top: 50px;
	left: 300px;
	z-index: 9999;
}

/*Sprachwechsler*/
#language {
	position: absolute;
	left: 760px;
	top: 10px;
	width: 200px;
	text-align: right;
}

/*nav1*/
#nav1 {
	position: absolute;
	left: 12px;
	top: 90px;
	height: 32px;
	width: 796px;
}
#nav1 li {
	display: inline;
	float: left;
}
#nav1 li a {
	display: block;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 8px 12px;
}
#nav1 li a.act, #nav1 li a:hover {
	color: #9FCDE4;
}

/*Suche*/
#searchbox {
	position: absolute;
	left: 770px;
	top: 95px;
	height: 32px;
	width: 207px;
	text-align: right;
}
#searchbox p {
	display: inline;
}
#searchbox .searchlabel {
	font-size: 1em;
	color: #FFF;
	font-weight: bold;
}
#searchbox .searchbox {
	font-size: 1em;
	color: #000;
}
#searchbox .searchbutton {
	font-size: 1em;
	background-color:#aaa;
	color:#fff;
	border:1px solid #ddd;
}

/*trailer*/
#trailer {
	position: absolute;
	left: 0px;
	top: 119px;
	height: 97px;
	width: 980px;
	overflow: hidden;
}

/*breadcrumb*/
#breadcrumb {
	position: absolute;
	left: 0px;
	top: 221px;
	padding: 0 0 0 20px;
	font-size: 90%;
}
#breadcrumb a {
	text-decoration: none;
	color: #000000;
}
#breadcrumb a:hover {
	text-decoration: underline;
}

/*Printversion*/
#printversion {
	position: absolute;
	left: 800px;
	top: 221px;
	width: 180px;
	font-size: 90%;
	text-align: right;
}
#printversion a {
	text-decoration: none;
	color: #000000;
	background-image: url(../images/btnPrint.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 20px;
}
#printversion a:hover {
	text-decoration: underline;
}

/*content*/
#content {
	position: absolute;
	width: 980px;
	left: 0px;
	top: 258px;
	overflow: hidden;
}

/*linke Spalte*/
#left {
	float: left;
	width: 191px;
	background-color: #0069A5;
}
#left h2 {
	color: #BDDFEF;
	background-color: #003C5A;
	width: 171px;
	line-height: 34px;
	padding: 0 0 0 20px;
	font-size: 160%;
}

/*nav links*/
#left ul {
	list-style: none;
}
#left li {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}
#left li a {
	margin: 10px 0 0 0;
	padding: 0 0 7px 20px;
	display: block;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	/*min-height: 1em;*/ /* fuer moderne Browser */
	height: auto !important; /* fuer moderne Browser */
	height: 1em; /*fuer IE*/
	font-size: 1.1em;
	line-height: 1em;
}
#left li a.act, #left li a:hover {
	background-image: url(../images/bulletWeiss.gif);
	background-repeat: no-repeat;
	background-position: 4px 2px;
}
/*2. Men�ebene*/
#left li ul {
	margin: 5px 0 0 0;
}
#left li li {
	border: none;
}
#left li li a {
	margin: 2px 0 0 10px;
	font-weight: normal;
}
#left li li a:hover, #left li li a.act {
	font-weight: bold;
}
/*3. Men�ebene*/
#left li li li a {
	margin: 1px 0 0 17px;
	padding: 0 0 3px 20px;
}

/*mittlere Spalte*/
#normal {
	float: left;
	margin: 0 0 0 25px;
	width: 550px;
	overflow: hidden;
}
#normal li {
	margin: 0 0 0 1.4em;
}

/*rechte Spalte*/
#right {
	float: left;
	margin: 0 0 0 20px;
	width: 193px;
	background-color: #DEDBDE;
}
#right h1 {
	color: #fff;
	background-color: #5A595A;
	width: 182px;
	line-height: 19px;
	padding: 0 0 0 10px;
	font-size: 130%;
}
#right p {
	padding: 0 10px;
}

/*IE clearing*/
#ieclearing {
	clear: both;
}

/*footer*/
#footer {
	display: inline; /*behebt double margin bug im ie*/
	clear: both;
	float: left;
	width: 960px;
	height: 20px;
	margin: 20px 10px 0 10px;
	padding: 4px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	color: #999999;
}
#footer a {
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: none;
}
#footerLeft {
	float: left;
}
#footerRight {
	float: right;
}

/*Specials f�r Typo3 Elemente*/
/*Bildunterschriften, Tabellen*/
.csc-caption {
	font-size: 90%;
	background-color: #DEE3E7;
	padding: 0 0 0 2px;
}
.contenttable {
	width: 100%;
}
.contenttable p {
	margin: 0;
}
.contenttable td {
	margin: 3px;
	padding: 3px;
}
.contenttable .tr-odd {
	/*background-color: #DEE3E7;*/
}
.contenttable .tr-0 {
	font-weight: bold;
}

/*News Formatierungen*/
.news-list-container H3 {
	font-size: 100%;
	padding: 0 10px;
}
.news-list-date {
	display: block;
	color: #666666;
	font-size: 80%;
}
.news-list-category {
	display: none;
}
.news-list-morelink {
	padding: 0 10px 10px 10px;	
}

/*Maps Formatierungen*/
#map_container img {
	border: none;
}

#map_container {
	font-weight: bold;
}