/*allgemeine Einstellungen*/
* {
margin: 0;
padding: 0;
}
html {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-image: url(../images/bgd_orange.gif);
}
#all {
	width: 990px;
	overflow: hidden;
}

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

/*Headerbereich*/
/*Header*/
#header {
	position: absolute;
	height: 68px;
	width: 912px;
	text-indent: -9999px;
	left: 20px;
	top: 20px;
	background-image: url(../images/logos.gif);
	background-repeat: no-repeat;
}

/*Link Home über Logo*/
#linkHome {
	position: absolute;
	left: 40px;
	top: 20px;
	z-index: 999;
	background-image: url(../images/clear.gif); /*sonst geht der Link nicht*/
}
#linkHome a {
	display: block;
	width: 280px;
	height: 68px;
	text-indent: -9999px;
}

/*trailer*/
#trailer {
	position: absolute;
	left: 0px;
	top: 98px;
	height: 263px;
	width: 982px;
	overflow: hidden;
}

/*breadcrumb*/
#breadcrumb {
	display: none;
	position: absolute;
	left: 0px;
	top: 189px;
	padding: 0 0 0 20px;
	font-size: 90%;
}
#breadcrumb a {
	text-decoration: none;
	color: #000000;
}
#breadcrumb a:hover {
	text-decoration: underline;
}

/*Printversion*/
#printversion {
	display: none;
	position: absolute;
	left: 680px;
	top: 189px;
	width: 250px;
	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 3px;
}
#printversion a:hover {
	text-decoration: underline;
}

/*Menueheader*/
#menuheader {
	display: none;
	position: absolute;
	left: 7px;
	top: 213px;
	width: 203px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #A1A1A1;
	border-right-color: #A1A1A1;
	border-left-color: #A1A1A1;
}
#menuheader h2 {
	color: #fff;
	width: 193px;
	height: 23px;
	padding: 0 0 0 10px;
	font-size: 160%;
}

/*content*/
#content {
	position: absolute;
	width: 982px;
	left: 0px;
	top: 371px;
	overflow: hidden;
}

/*linke Spalte*/
#left {
	/*display: none;*/
	float: left;
	display: inline;
	margin: 0 0 10px 15px;
	width: 900px;
}

/*nav links*/
#left ul {
	list-style: none;
}
#left ul li {
	display: inline;
	float: left;
}
#left li a {
	padding: 0px 10px;
	display: block;
	font-weight: bold;
	color: #f49a00;
	text-decoration: none;
	font-size: 1.0em;
	margin: 0;
	border: none;
}
#left li a.act {
	text-decoration: underline;
}
#left li a:hover {
	text-decoration: underline;
}
/*2. Menüebene*/
#left li li a {
	padding: 4px 20px;
	font-weight: normal;
	color: #999999;
}
#left li li a:hover, #left li li a.act {
	background: none;
	color: #000000;
}
/*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.2em;
}
#normal ul {
	margin: 0 0 1.2em 0;
}

/*rechte Spalte*/
#right {
	display: none;
	float: left;
	margin: 0 0 0 20px;
	width: 193px;
}

/*footer*/
#footer {
	display: inline; /*behebt double margin bug im ie*/
	clear: both;
	float: left;
	width: 982px;
	height: 20px;
	padding: 30px 0;
	color: #999999;
}
#footer a {
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: none;
}
#footerLeft {
	float: left;
	display: inline;
	margin: 0 0 0 25px;
}
#footerRight {
	float: left;
	margin: 0 25px 0 25px;
}

/*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;
}

/*Sitemap Formatierung*/
.csc-sitemap-level1 a {
	font-weight: bold;
	font-size: 140%;
}
.csc-sitemap-level2 {
	margin: 0 0 0 20px;
	font-weight: bold;
	font-size: 120%;
}
.csc-sitemap-level3 {
	margin: 0 0 0 40px;
}
.csc-sitemap-level4 {
	margin: 0 0 0 60px;
}

/*News Formatierungen*/
.news-list-container .news-list-date, .news-list-container .clearer, .news-single-timedata {
	display: none;
}
.news-list-container H3 {
	font-size: 100%;
	margin: 0;
}


.news-list-container .news-list-item {
	margin: 0 0 20px 0;
}

/*Formulare*/
.csc-form-labelcell {
	width: 300px;
}

/*Code Snippets Extension*/
.tx-jphcodesnippets-pi {
	font-size: 1.2em;
	background-color: #DEDFDE;
}
