/*   sub.css - Grundeinstellungen f�r Unterseiten   */
/*    Allgemeine Definitionen liegen in root.css,   */
/* farbspezifische Angaben in separaten Stylesheets */

/* ###### Allgemeiner Konfigurationsteil ###### */ 

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color:#808080;
	background-image: url(../img/back_main_gr.gif); 
	background-repeat: no-repeat;
	background-position:50% top;
}

/* ###### Positionselemente und Formate f�r Unterseiten ###### */ 

@media screen, projection {


/* --- Top-Navigation (Meta Menu) --- */

#eins {
	position:relative;
	z-index:2;
	width: 100%;
	height: 40px;
}

#eins_content {
	height:40px;
	width:472px;
	margin:0 auto;
	background-image:url(../img/sub_oben.gif);
	background-repeat:no-repeat;
	padding-left:448px;
}

#eins_2 div, #eins_2 div a {
	font-size:11px;
}

/* --- Main Menu & Logo --- */

#zwei {
    clear:both;
	width:900px;
	height:150px;
	background-color:#FFFFFF;
}

#zwei_1 {
	width:161px;
	height:104px;
	float:left;
	margin:18px 0 0 20px;
}

#zwei_2 {
	width: 420px; /*width:420px;*/
	height:40px;
	float: right;
	margin-top:110px;
}

#zwei_2 ul {
	margin-top:5px;
	margin-left:0px;
	padding-left:0px;
	list-style-type: none;
}

#zwei_2 ul li.level1_1 {
	float:left;
	position:relative;
	text-align:center;
}

#zwei_2 ul li.level1_2 {
	float:left;
	position:relative;
	text-align:center;
	margin-left:-8px;
}

#zwei_2 ul li.level1_3 {
	float:left;
	position:relative;
	text-align:center;
	margin-left:-9px;
}

#zwei_2 ul li:level1 a, #zwei_2 ul li:level1 a:visited {
	display:block;
	text-decoration:none; 
	color:#000;
	text-transform: uppercase;
	background-color:transparent;
}

/* --- Submenu (optional) --- */

#drei {
	background-repeat: repeat-x;
	width:900px;
	height:40px;
}

#drei ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}

#drei ul li{
	float:left;
	height:40px;
	position:relative;
	text-align:center;
	font-size:12px;
	padding:0 20px 0 20px;
	background-image:url(../img/sub_back_3_border.gif); 
	background-repeat:no-repeat;
	background-position: 100% 0;
}

#drei ul li.level2_no a, 
#drei ul li.level2_act a,
#drei ul li.level2_no a:visited  {
	padding:10px 0px 8px 0px;
	display: block;
	text-decoration:none; 
	text-transform: uppercase;
}


/* --- Key Visual --- */

#vier {
	background-color: #000000;
	width:900px;
	height:165px;
}

/* --- Breadcrumb Menu --- */

#fuenf {
	background-repeat: repeat-x;
	width:900px;
	height:25px;
}

#fuenf_1 {
	width:700px;
	height:25px;
	padding:5px 0 0 20px;
	color:#fff;
	font-size:11px;
	float:left;
}

#fuenf_1 a {
	padding:0;
	color:#fff;
	font-size:11px;
}

/* --- Gentile Spacer --- */

#sechs {
	width:900px;
	height:40px;
	background-color:#FFFFFF;
}

/* --- Content --- */

#sieben {
	width:900px;
	background-color:#FFFFFF;
}

#sieben_1, #sieben_2, #sieben_3 {
	vertical-align:top;
}

/* Link-Format */
#sieben_2 a:link,
#sieben_3 a:link {
	text-decoration:none;
}

#sieben_2 a:visited,
#sieben_3 a:visited {
	text-decoration:none;
}

#sieben_2 a:focus,
#sieben_3 a:focus,
#sieben_2 a:hover,
#sieben_3 a:hover,
#sieben_2 a:active, 
#sieben_3 a:active  {	
	text-decoration:underline; 
}

/* --- Back Button Seitenende --- */
#backbutton{padding:15px 0 0 200px;
}

#backbutton a
{
 padding-left: 20px; /* Platz f�r Zur�ck-Pfeil */
}
#backbutton a:hover{
text-decoration:underline;
}
/* --- Footer Menu --- */

#acht {
	bottom:0;
	left:0;
	width: 100%;
	height: 40px;
	background-image:url(../img/back_unten.gif);
	color: #000;
	overflow:hidden;
	margin-bottom:-2px;
}

#acht_0 {
	width:425px;
	height:22px;
	margin-left:20px;
	float:left;
	color:#FFF;
	padding-top:10px;
}

#acht_1 {
	width:120px;
	height:22px;
	float:left;
	color:#FFF;
}

#acht_2 {
	width:90px;
	height:22px;
	float:right;
}

#acht_3 {
	width:30px;
	height:22px;
	margin-right:445px;
	float:right;
	padding-top:12px;
}

#acht_2 ul {
	height:22px;
	list-style-type:none;
	margin-left:0px;
	margin-top:0px;
}

#acht_2 li {
	float:left; 
	width:30px;
	height:22px;
	position:relative;
}

/* ###### Druckansicht (Bildschirm-Darstellung) ###### */ 

#print_container {
	text-align:left;
 	width:800px;
 	margin:0 auto;
 	padding-top:55px;
}


/*html>/**/body, x:-moz-any-link, x:default { position:relative; left:-0.1px; }
html{overflow: scroll;}
a {outline: none;}

.BeNiceToMacIE5 {
font-family: "\"}\"";
font-family: inherit;
}

html, #wrapper, wrapper2 {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
min-height: 100%;
}
html>body, html>body #wrapper, html>body #wrapper2 {
height: auto;
}

div#wrapper {
position: absolute;
top: 0;
left: 0;
}

#footer_content {
width:920px;
margin:0 auto; 
height: 40px;
overflow:hidden;
background-image:url(../img/unten.gif);
background-repeat:repeat-x;
background-position:top;
}

#main {
margin:0 auto;
width:900px; /*width:920px;*/
/*padding: 0 0 0 20px;*/
background-color:#FFFFFF;
}

head:first-child+body div#acht{
position: absolute;
z-index:0;
}

head:first-child+body div#main {
padding-bottom: 60px;
}

}


/* Direkt-Ausdrucke von der Website: Framework Ausblenden */
@media print {

#eins,
#zwei,
#drei,
#vier,
#sechs,
#acht
{
 display:none;
}

#zwei_1,
#fuenf_1
{
 display:block;
}

}


@media all and (min-width:0px) {
head~body {height:100%;}
}


/*Format f�r Seiten�berschrift*/
h1{
font-size:19px;
text-transform:uppercase;
color: #696767;
margin:15px 0 10px 0;
padding:0px;
font-weight:normal;
}


/*Logoschrift ausblenden*/
#zwei_1 h1{
display:none;
}

/*Format f�r zweite �berschrift*/
h2
{
 padding:0px;
 margin:10px 0 5px 0;
 font-size:14px;
}


/* Absatz-Standard */
p
{
 padding: 0px;
 margin: 7px 0 7px 0;
}

/* Listenformat */
ol, ul
{
 padding: 0px;
 margin: 5px 0 8px 30px;
}

ol li, ul li
{
 padding:0px;
 margin:0px;
}




/*************************** Spezialformate **************************/

/* Erste �berschrift */
*.csc-firstHeader
{
 margin-top: 0px;
 margin-left: 0px; 
 padding: 0px;
}

/* Bullet-Liste */
ul.csc-bulletlist csc-bulletlist-0
{
 list-style-type:disc;
}


/* Nummer-Liste */
ul.csc-bulletlist-1
{
 list-style-type:decimal;
}

/* Zebra-Liste */
ul.csc-bulletlist-2
{
 list-style-type:none;
 list-style-position:inside;
 color:#000;
 margin-left:0px;
}

/* dunkel bei jedem zweiten */
ul.csc-bulletlist-2 li.even
{
 background-color:silver;
}

/* hell bei den anderen */
ul.csc-bulletlist-2 li.odd
{
 background-color:white;
}


/* Bildunteschrift Contentbilder*/
.csc-textpic-caption{
visibility:hidden;
font-size:10px;
font-style:italic;
color:#999999;
}



/******************* Mittlere Spalte (Main Content) ******************/


/***************** Linke Seitenspalte (Navigation) *******************/

/* Globale Formatierungen f�r die linke Navigation*/
li.level3_no, li.level4_no, li.level5_no, li.level3_act, li.level4_act, li.level5_act
{
 padding:3px 0 3px 0;
 text-transform: none; /*uppercsase*/
}

#sieben_1 ul a
{
 font-size: 11px;
} 

/* Korrekte Einr�ckung */
#sieben_1 ul
{
 margin-left: 0px;
 padding-left: 0px;
 text-align:left;
}

#sieben_1 ul li
{
 list-style-position:outside;
  margin-left: 0px;
 padding-left: 0px;
}


/* Inaktive schwarz */
li.level3_no a, li.level4_no a, li.level5_no a
{
 color:black;
 font-weight:normal;
}


/* Inaktive List-Elemente und Ebene 5 ohne Bullets etc. */
li.level3_no, li.level4_no, li.level5_no, li.level5_act
{
 list-style-image: none;
 list-style-type: none;
}

/* Aktive aus Ebene 3 mit Padding und Pfeilsymbol */

#sieben_1 li.level3_act
{
 list-style-position:inside;
 font-weight: bold;
/*
 list-style-image: url(../img/pfeil_down.gif);
 margin-left:17px;*/
}


li.level4_act
{
 font-weight:normal;
}

#sieben_1 li.level3_act ul li /* IE Bugfix */
{
 list-style-image: none;
 margin-left:17px;
}


/* Bullet f�r Ebene 4 */
li.level3_act, li.level4_act
{
 list-style-type: none;
}


li.level4_act ul
{
 background-image:none;
}

/* Ebene 5 einger�ckt */
li.level5_no, li.level5_act
{
 margin-left: 17px;
}


/******************** Rechte Seitenspalte (News) *********************/


/* Format der �berschrift f�r Seitenspalte */
#sieben_3 h1
{
 font-size:16px;
 text-transform:uppercase;
}

/*�berschrift-Format f�r die einzelnen News-Elemente */
div.news-list-container h3, div.news-list-container h3 a, div.news-list-container h3 a:visited
{
 line-height:16px;
 padding:0px;
 margin:0px;
 color:black;
 font-weight:bold;
}

/* Text-Format f�r die einzelnen News-Elemente */
div.news-list-item p.bodytext
{
 margin: 2px 0 5px 0;
 padding: 0px;
}

/* Grafischer Separator (Bild wird in den jeweiligen Farb-Styles erg�nzt)*/
div.hr {
  height: 1px;
  margin: 5px 0 8px 0;
  padding: 0px;
}

/* Unsichtbarer Trennbalken (wird durch Grafik ersetzt) */
div.hr hr {
  display: none;
}


/* Platzhalter f�r "more"-Pfeil (bei den Links am Rand) */
div.news-list-morelink a
{
 background-color: #fff;
 /*
 background:#FF6666 url(../img/more_green.gif) no-repeat right scroll;*/
 padding-right: 20px;
}
/* RTE Detaillink */
a.detailseite-link
{
 text-align:right;
 display:block;
 padding:12px 28px 0 0;
 height:25px;
} 

p.teaser, p.teaser2{ 
font-size: 14px;
font-weight:normal;
line-height:16px;
padding-bottom:12px;
}
span.textblau{
color:#0b519b;
}
span.textrot{
color:#d20033;
}
span.textgruen{
color:#00a56e;
}
/*
div.news-list-morelink a:visited
{
 background-color: #00FFFF;
 background: url(../img/more_silver.gif) no-repeat right scroll;
 background:#FF6666 url(../img/more_green.gif) no-repeat right scroll;
 padding-right: 20px;
}
*/

/* ausgegrauter more-Pfeil (bei besuchten Links am Rand) 
div.news-list-morelink a:visited
{
 background: #fff url(../img/more_silver.gif) no-repeat right scroll;
}*/

/*tt_news suchbegriff*/
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:#d00131; }

/*imia klappmen�erweiterung*/
p.bodytext-teaser {
       margin: 0 0 7px 0 !important;
}

/*Workaround f�r perfectlightbox: N�tig da rgslidshow unter mootools 1.4 nicht merh l�uft*/
.csc-textpic-imagerow{
	display:none;
}
.csc-textpic-imagerow-last{
	display:table;
}
