/*wechselnde Farbe und Bild einmalig einstellen*/
html, a, p, h1, h2, h3, h4, h5, h6, #searchbox .searchbox, #searchbox .searchbutton {
	color: #FF7800;
}
#footer {
	border-top-color: #FF7800;
}
#header {
	background-image: url(../images/headerOrange.gif);
}

/*allgemeine Einstellungen*/
* {
margin: 0;
padding: 0;
}
html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-color: #FFF;
}
#all {
	width: 987px;
	overflow: hidden;
	/*position: absolute;
	left: 0;
	top: 0;*/
}

/*Texte, Links und Überschriften*/
a {
	font-weight: bold;
	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%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 100%;
}

/*Headerbereich*/
/*Header*/
#header {
	background-repeat: no-repeat;
	position: absolute;
	height: 486px;
	width: 987px;
	overflow: hidden;
	text-indent: -999px;
	left: 0px;
	top: 0px;
	background-position: left top;
}

/*Link Home über Logo*/
#linkHome {
	z-index: 9999;
	left: 737px;
	top: 44px;
	position: absolute;
}
#linkHome a {
	display: block;
	width: 250px;
	height: 57px;
	text-indent: -9999px;
}

/*Flashheader*/
#flashHeader {
	left: 288px;
	top: 46px;
	position: absolute;
}

/*Sprachwechsler*/
#language {
	position: absolute;
	left: 787px;
	top: 10px;
	width: 200px;
	text-align: right;
}

/*nav*/
#nav1 {
	position: absolute;
	left: 330px;
	top: 143px;
	height: 30px;
	width: 647px;
}
#nav1 li {
	display: inline;
	float: left;
}
#nav1 li a {
	display: block;
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 8px;
}
#nav1 li a.act, #nav1 li a:hover {
	text-decoration: underline;
}
#nav2 {
	position: absolute;
	left: 330px;
	top: 172px;
	height: 30px;
	width: 647px;
}
#nav2 li {
	display: inline;
	float: left;
}
#nav2 li a {
	display: block;
	font-size: 90%;
	text-decoration: none;
	padding: 0px 8px;
}
#nav2 li a.act, #nav2 li a:hover {
	text-decoration: underline;
}

/*Suche*/
#searchbox {
	position: absolute;
	left: 775px;
	top: 143px;
	height: 32px;
	width: 207px;
	text-align: right;
}
#searchbox p {
	display: inline;
}
#searchbox .searchlabel {
	font-size: 0.8em;
	color: #FFF;
}
#searchbox .searchbox {
	font-size: 1em;
	border: 0;
}
#searchbox .searchbutton {
	font-size: 1em;
	background-color:#fff;
	border: 0px;
}

/*Printversion*/
#printversion {
	position: absolute;
	left: 775px;
	top: 172px;
	width: 207px;
	font-size: 90%;
	text-align: right;
}
#printversion a {
	text-decoration: none;
}
#printversion a:hover {
	text-decoration: underline;
}

/*content*/
#content {
	position: absolute;
	width: 932px;
	left: 55px;
	top: 220px;
	overflow: hidden;
}

/*linke Spalte*/
#left {
	float: left;
	width: 300px;
	margin: 250px 0 0 0;
}

/*mittlere Spalte*/
#normal {
	float: left;
	margin: 0 0 0 35px;
	width: 597px;
	overflow: hidden;
}
#normal li {
	margin: 0 0 0 1.2em;
}

/*IE clearing*/
#ieclearing {
	clear: both;
}

/*footer*/
#footer {
	display: inline; /*behebt double margin bug im ie*/
	clear: both;
	float: left;
	width: 912px;
	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;
}
#footer a {
	font-weight: normal;
}
#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;
	font-size: 80%;
}
.news-list-category {
	display: none;
}
.news-list-morelink {
	padding: 0 10px 10px 10px;
}
.clearer {
	display: none;
	/*border:solid #FF7800 1px;height:1px;*/
}

/*Calendar Formatierung*/
.tx-keyac-pi1 {
			width:530px;
		}

