/* - Grundlegendes Layout ------------------------------------------------------------------------------------------- */

/* - Typo3 RTE-Anpassungen ------------------------------------------------------------------------------------------ */

* { text-shadow: #000000 0 0 0px; font-family: Arial, sans-serif; }
input { font-family: Arial, sans-serif !important; }
p, li { margin-bottom: 0 !important; }
table p { margin-bottom: 0; }
.indent { padding-left: 1.5em; }
th { font-weight:bold; background: white; border-bottom: 1px solid gray; }
table caption { background:white; }
a { outline: none !important; }
ul { margin-bottom: 0; }

table p { margin: 0; padding: 0; }

#contentwrap {
	min-height: 200px;
	height: auto;
	clear: both;
}


.tab_oben td {
vertical-align: top;
}

/* - link@27112008- */

.zelle_links td{
text-align: left;
vertical-align: top;
}
.zelle_rechts td{
text-align: right;
vertical-align: top;
}
.zelle_mitte td{
text-align: center;
vertical-align: top;
}


/* - Layout --------------------------------------------------------------------------------------------------------- */

body {
	background-color: white;
}

#container {
	position: absolute; top: 0; left: 0; 
}

#header {
	background: white url("../images/layout/header_bg.gif") repeat-x top left;
	width: 965px;
	margin: 0;
	margin-bottom: 20px;
	overflow: hidden;
}

@media screen {
	#header {
		height: 80px;
	}
}

#homelink {
	background: url("../images/layout/header_logo.gif") no-repeat top left;
	display: block;
	height: 80px;
	width: 500px;
	overflow: hidden;
}

#contenttopping {
	height: 23px;
	overflow: hidden;
}

#contentwrap {
}

#mainnavwrap {
	overflow: hidden;
	float:left;
	width:224px;
}

#footer {
}

#mainnav {
	width: 224px;
}

#mainnav a  {
	border-bottom: 1px solid white;
}

#mainnav a.current {
	border-bottom: 1px solid white;
}

#mainnav a:hover {
}

#contentnormal {
	margin-left: 10px;
}

/* - Layouttypen ---------------------------------------------------------------------------------------------------- */

body.einspaltig #contentnormalwrap { width: 730px !important; margin-right: 0; overflow: hidden; }
body.einspaltig #contentrightwrap { display: none; }

body.zweispaltig #contentnormalwrap { float: left; width: 570px; margin-right: 10px; overflow: hidden; }
body.zweispaltig #contentrightwrap { width: 150px; margin-right: 0; overflow: hidden; }

/* - Typo ----------------------------------------------------------------------------------------------------------- */

body { 
	color: rgb(50,77,95); 
}

h1, a, strong, b { 
	color: #f60; 
}

a { 
	color: #f60; 
	font-weight: bold; 
	text-decoration: none; 
}

.csc-firstHeader {
	font-size: 16px;
	font-weight: normal; 
}

h1, h2, h3, h4, h5, h6 { 
	color: black; 
	margin: 0 0 8px 0; 
	font-weight: normal; 
	text-decoration: none; 
	font-size: 12px;
}

h4, h5, h6 { 
	color: #f60; 
}

h2, h5 {
	font-size: 18px;
}

h3, h6 {
	font-size: 20px;
}

blockquote { font-stlye: normal !important; }

#topnav a {
	color: white;
}

#topnav a:hover {
	text-decoration: underline;
}

#contentnormal {
	line-height: 1.3em;
}

#contentnormal li {
	list-style-type: circle;
}

/* - Such- und Adressbox in der linken Spalte ----------------------------------------------------------------------- */

.searchbox, #mainnavwrap .adresse { 
	margin-top: 30px; 
}

#mainnavwrap b { 
	margin-bottom: 10px; 
}

.searchbox form, #mainnavwrap .adresse p { 
	padding-left: 8px; 
	font-size: 11px; 
	margin-bottom: 4px; 
	color: black; 
}

.searchbox input { 
	border: 1px solid gray;
	background-image: none; 
	background-color: white; 
	width: 120px; 
	margin: 0; 
	padding: 0; 
	height: 18px;
	display: inline;
	vertical-align: bottom;
}

.searchbox input.submit_button { 
	border: 1px solid gray;
	width: 60px; 
	height: 20px;
}

.searchbox b, #mainnavwrap .adresse b { 
	display: block; 
	font-size: 12px; 
	padding-left: 8px; 
	border-bottom: 1px solid white; 
	width: auto; 
	margin-bottom:2px; 
}

/* -------------------------------------------------- Suchergebnisse ------------------------------------------------ */

.tx-indexedsearch-browsebox ul {
	margin-left: 0;
}

.tx-indexedsearch-browsebox li {
	display: inline;
	margin-right: 20px;
}

.tx-indexedsearch-searchbox fieldset {
	border: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.tx-indexedsearch-searchbox legend {
	display: none;
}

.tx-indexedsearch-res h3 {
	margin-bottom: 0px;
}

.tx-indexedsearch-res .title a {
	font-size: 1.1em;
}

.tx-indexedsearch-res .percent {
	color: #aaa;
}

.tx-indexedsearch-info, 
.tx-indexedsearch-res .icon, 
.tx-indexedsearch-res .result-number {
	display: none;
}

/* - Horizontale 'Tabbed' Liste ------------------------------------------------------------------------------------- */

.navigation.tabbed ul {
	float:left;
	line-height:normal;
}

.navigation.tabbed ul {
	margin:0;
	padding: 0;
	list-style:none;
}

.navigation.tabbed li {
	float:left;
	margin: 0;
}

.navigation.tabbed a {
	display:block;
	font-weight: normal;
	text-decoration:none;
	padding: 0 10px;
}

#header .element form {display: none;}

/* - Header-Navigation: Sprachauswahl ----- */

#header .navigation .language a {
	padding-left: 24px;
	background-image: url("../images/layout/flag_de.gif");
	background-repeat: no-repeat;
	background-position: center left;*/
}

#header .navigation .language a.de {
	background-image: url("../images/layout/flag_de.gif");
}

#header .navigation .language a.uk {
	background-image: url("../images/layout/flag_uk.gif");
}

/* - Elemente im Header---------------------------------------------------------------------------------------------- */

#header { 
	position:relative; 
} 

.elements { 
	overflow: hidden; 
	position: absolute; 
	bottom: 34px; 
	right: 0px; 
} 

.element { 
	float: left; 
	margin-left: 10px;
}

.element a {
	padding-right: 0 !important;
	margin-left: 10px;
	color: black;
}

/* - Vertikale 'Taming' Liste --------------------------------------------------------------------------------------- */

.navigation.taming ul {
	width: 224px;
	overflow: hidden;
	list-style-type: none !important;
	list-style-position: outside;
	border: none;
	padding: 0;
	margin: 0;
	margin-left: 0 !important;
}
		
.navigation.taming li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.navigation.taming ul a {
	display: block;
	padding: 2px 0 0 8px !important;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
	width: 100%;
	color: black;
}

.navigation.taming ul span {
}

html>body .navigation.taming ul a { 
	width: auto; 
}

/* - Taming List: Main Navigation - */
#mainnav a:hover {
	text-decoration: underline;
}

#mainnav ul ul a span {
	margin: 0;
	font-size: 0.9em;
}

#mainnav ul ul a {
	padding-left: 40px !important;
	background-image: url("../images/layout/mainnav_ul.gif");
	background-repeat: no-repeat;
	background-position: 24px 7px;
}

/*
#mainnav ul ul .activesub > a {
	background-image: url("../images/layout/mainnav_ul-hover.gif");
	background-repeat: no-repeat;
	background-position: 24px 7px;
}

#mainnav ul ul a:hover, #mainnav a.current {
	background-image: url("../images/layout/mainnav_ul-hover.gif");
	background-repeat: no-repeat;
	background-position: 24px 7px;
}
*/

#mainnav ul ul a {
	font-size: 0.95em;
}

#mainnav ul ul ul a {
	padding-left: 54px !important;
	background-position: 36px 7px;
}

#mainnav ul ul ul ul a {
	padding-left: 68px !important;
	background-position: 50px 7px;
}

/* - Forms ------- */

legend {
	padding-left:10px;
	padding-right:10px;
	border: 0px;
}

fieldset {
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	border: 1px solid #C0C0C0;
}

.radiolayout {
	width:100;
	padding-top:15px;
	padding-bottom:15px;
}

.formu {

	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
}

.formu label{
	text-align:left;
}

.mf-radio {
	border:0px;
}

.mf-text {
	color: #000000;
	border: 1px solid #C0C0C0;
	margin-bottom: 5px;
}

.mf-check {
	border: 0px;
	margin: 0px 0px 30px 0px;
}
.mf-select {
	border: 1px solid #C0C0C0;
	margin-bottom: 10px;
}

.mf-input {
	border: 1px solid #C0C0C0;
	margin-bottom: 5px;
}

.mf-submit {
	color: #424242;
	background-color: White;
	border: 1px solid #424242;
	margin-left: 180px;
}

/* -  --------------------------------------------------------------------------------------------------------------- */

#mainnavwrap h1, 
#mainnavwrap h2, 
#mainnavwrap h3, 
#mainnavwrap h4, 
#mainnavwrap h5, 
#mainnavwrap h6 { padding: 8px; }

/* - Druckansicht konfigurieren ------------------------------------------------------------------------------------- */

/* - Misc ----------------------------------------------------------------------------------------------------------- */

.hide {
	position: absolute;
	left: -9001px;
}


td.zelle_mitte { text-align: center; align: center; }

td.zelle_rechts { text-align: right; align: right; }
