/*
*** item international stylesheets 
*/

/*
*** Standard-Eigenschaften aller Elemente im body *** 
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #D8D8D8;
	text-align:center;
}


/* 
*** Abstaende der Formulare zuruecksetzen ***
*/
form {
	padding:0;
	margin:0;
}

/*
*** Haupt-Container, umschliesst saemtliche Inhalte zur kompletten zentrierung und fuer Hintergrund ***
*/
#container {
	text-align: left;
	padding: 0px;
	background-repeat: repeat-y;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color:#ffffff;
}

/*
*** Header, Hintergrund fuer Hauptnavigation und Suche ***
*/
#header {
	padding:0;
	margin:0;
	background-color: #D8D8D8;
	width:900px;
	height:110px;
	background-image: url(../img/lay/bg_header.gif);
	background-repeat: no-repeat;
	font-size: 85%;
}



/*
*** Hauptnavigation ***
*/

#headnav {
	padding:0;
	margin:0;
/*	position:relative;
	z-index:2; */
	margin-left:20px;
	padding-top:40px;
	height:24px;
}
.menunav_spacer {
	margin-right:10px;
}



#headnav ul.menu, #headnav ul.menu ul {
    list-style-type: none;
    padding:0;
    margin:0;
    font-size: 120%;
    
}

#headnav ul.menu a {
    display: block;
    padding: 3px 10px 3px 10px;
    font-weight: bold;
    color: #9c9c9c;
    text-decoration:none;
}

#headnav ul.menu a:hover {
    color: #000000;
}


#headnav ul.menu li {
    padding: 0;
    margin: 0;
    float: left;
    height: 20px;

}


/* Für Unterpunkte keine Float-Eigenschaft */

#headnav ul.menu ul li {
    float:none;
    background-color: transparent;
}


/* Links auf Unterpunkten sollen die Hintergrundfarbe ändern */

#headnav ul.menu ul li.hover, #headnav ul.menu ul li:hover {
 color: #000000;
}

/* Zweite Ebene */

#headnav ul.menu ul {
   margin:0;
   padding: 0;
   position: absolute;
   display: none;
   width: 300px;
   font-size: 80%;
   font-weight: normal;
     }

   /* Zweite Ebene anzeigen */


#headnav ul.menu li.hover ul, #headnav ul.menu li:hover ul  {
   display: block;
   }


/* Dritte Ebene */
#headnav ul.menu li.hover ul ul, #headnav ul.menu li:hover ul ul {
    display: none;
    margin-left: 160px; /* Breite eines Listenelements - Überlagerung */
    margin-top: -20px; /* Höhe eines Listenelements */
        }


/* Dritte Ebene anzeigen */
#headnav ul.menu li.hover ul li.hover ul, #headnav ul.menu li:hover ul li:hover ul {
     display: block;
   }

/* Vierte Ebene */
ul.menu li.hover ul li.hover ul ul, ul.menu li:hover ul li:hover ul ul {
    display: none;
    }



   /* Vierte Ebene anzeigen */
ul.menu li.hover ul li.hover ul li.hover ul , ul.menu li:hover ul li:hover ul li:hover ul {
     display: block;
   }
   
/*
*** Div f?r funktionale Verweise ***
*/
#funkverw {
	position:relative;
	padding-top:10px;
	left:20px;
	color: #707172;
	width:300px;
	height:20px;
	z-index:1;
	background-repeat: no-repeat;
	text-decoration: none;
}

/*
*** Links in den funktionalen Verweisen ***
*/
#funkverw a, #funkverw a:hover, #funkverw a:link {
	color: #707172;
	text-decoration: none;
}

/*
*** item Logo ***
*/
#logo {
	position:relative;
	width:140px;
	height:41px;
	left:760px;
	top:-50px;
}

/*
*** Navigation ***
*/
#nav {
	float: left; 
	width:200px;
	font-size: 75%;
}

/* 
*** Menue in Navigation als Aufzaehlung ***
 */
#nav ul {
	margin:0;
	padding:0;
	padding-top:12px;
	padding-left:40px;
}
#nav li {
	list-style-type: none;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
	z-index:2;
}

/*
*** Links in Navigation ***
*/
#nav a:hover {
	color:#1A1A1A;
}

/*
*** umschliesst Content-Div ***
*/

#banner  {
    background-color: #efefef;
	float: clear;
	width: 690px;
	padding-left: 210px;
}

#center {
	background-color: #ffffff;
	float: left;
	width: 490px;
	font-size: 90%;
}

#banner_text  {
    background-color: #efefef;
	float: clear;
	width: 900px;
	padding-left: 0px;
}

/*
*** Inhalt ***
*/
#cont {
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	background-color: #ffffff;
	line-height: 15px;
	overflow:hidden;
}

/*
*** Tabellen im Inhalt ***
*/
#cont table{
	font-family: Arial, Helvetica, sans-serif;
	color: #707172;
	text-decoration: none;
	margin: 0px;
	padding: 0px;	
	font-size: 95%;
}

#cont table a   {
	text-decoration:none;
	color: #707172;
	
}

#cont table.formular{
	margin-left: 0px;
	font-size: 98%;
	color: #707172;
	text-decoration: none;
	margin: 0px;
	padding-left: 5px;
}


#cont .contenttable{
	width: 460px;
	font-size: 100%;
}


/* 
***ThomK 22.10.09 Änderung der Tabellenbreite auf 33% */
*/
#cont .contenttabletd {
	width: 33%
}


tbody{

}

/* Bilder im Content */
#cont img {
	border:0px;
	margin-top: 0px;
	margin-bottom: 0px;

}


/*
*** Ueberschriften im Inhalt ***
*/
#cont h1, #cont h1 a {
	padding-top:0;
	margin-top:0px;
	font-size: 110%;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color:#9c9c9c;
}

#cont h2 {
	padding-top:0;
	padding-left:5px;
	margin-top:10px;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color:#9c9c9c;
}

#cont h3 {
	font-size: 95%;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 5px;
}


#cont p {
	padding-bottom:7px;
	margin:0px;
	padding-left: 5px;
	font-size: 95%;
}

#cont li[id]{
    left: 0px;
    }
    

#cont a:hover {
	color:#000000;
}

#cont ul {
	padding-top:5px;
	margin-top:0px; 
	list-style: none;
}


#cont li {
	background: url(../img/uebersicht/pfeil.gif) 0 0.1em no-repeat;
	padding-left: 20px;
	margin: 0px 0px 0px -30px;
	font-size:95%;
}

#cont li a {
	text-decoration: none;
   	color:#666666;
   	font-weight: bold;
}

#cont li a:hover {
   	color:#000000;
}

p.bodytext {
   line-height: 1.5em;
}

p.bodytext a{
   text-decoration: none;
   color:#666666;
   font-weight: bold;
}


/* 
*** Klassen fuer Navigartions-Menuepunkte ***
*/

/*
*** Menuepunkte der ersten Ebene ***
*/
.sub1, .sub1 a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	
}

/*
*** Menuepunkte der ersten Ebene - aktiv ***
*/
.sub1akt, .sub1akt a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	
}

/*







*** Menuepunkte der zweiten Ebene ***
*/
.sub2, .sub2 a {
	font-weight: normal;
	color: #9c9c9c;
	text-decoration: none;

}

/*


*** Menuepunkte der zweiten Ebene - aktiv ***
*/
.sub2akt, .sub2akt a {
	font-weight: normal;
	color: #e32118;
	text-decoration: none;
   ;
}

/*
*** Menuepunkte der dritten Ebene ***
*/
.sub3, .sub3 a {
	font-weight: normal;
	color: #9c9c9c;
	text-decoration: none;
	font-size: 10px;
	padding-left: 10px;
}

/*
*** Menuepunkte der dritten Ebene - aktiv ***
*/
.sub3akt, .sub3akt a {
	font-weight: normal;
	color: #e32118;
	text-decoration: none;
        font-size: 10px;
        padding-left: 10px;
}

/*
*** rechter Div, umschliesst Inhalt der rechten Spalte ***
*/
#rechts {
	float: left;
	width: 185px;
	margin-top:13px;
	margin-left: 15px;
	background-color: #ffffff;
	height:350px;
	overflow:hidden;
	line-height: 15px;
	font-size: 85%;
}

/*ALT ANFANG*/

*** Inhalt der rechten Spalte ***

#spalte {
	width:238px; 
	background-color: #FFFFFF;
/*	padding-right: 20px; */
	line-height: 16px;
	border-top: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	
}

/*
*** Ueberschriften in der rechten Spalte ***
*/
#spalte h1, #spalte h2 {
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 4px 4px 4px 6px;
       
}

#spalte ul {
	margin:0px;
	padding:0px;
	list-style: none; 
}

#spalte li {
	background: url(../img/uebersicht/pfeil.gif) 0 0.1em no-repeat;
	list-style-position:outside;
	padding-bottom:10px;
	margin-bottom:5px;
    padding-left: 12px;
}

/*
*** Absaetze in der rechten Spalte ***
*/	
#spalte p {
	margin: 0px 1px 1px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

/*
*** Links in der rechten Spalte ***
*/
#spalte a {
	color:#707172;
	font-weight:bold;
	text-decoration:none;
}

#spalte a:hover {
	color:#000000;
}


.underline {
	color:#707172;
	font-weight:bold;
	text-decoration:underline;
}

/*
*** Grafiken in der rechten Spalte ***
*/
#spalte img {
	float: left;
	margin: 5px 5px 5px 10px;
}

/*ALT ENDE*/



/*
*** Footer mit funktionalen Verweisen ***
*/
#footer {
	width: 900px;
	height: 30px;
	background-color:#D8D8D8;
	background-image:url(../img/lay/bg_footer.gif);
	background-repeat:no-repeat;
	text-align:right;
	font-size: 85%;
}

/*
*** Absaetze im Footer (Abstand nach rechts) ***
*/
#footer p {
	padding-right:0px;
	padding-top:5px;
}

/*
*** Links im Footer ***
*/
#footer a {
	color:#666;
	text-decoration:none;
}

/*
*** Hebt float:left der Navigation wieder auf ***
*/
#fluss {
	clear: both;



}


/* *** **** *** *** *** ****
*** *** *** TYPO3 Styles ***
*/

/* In-Text-Bilder (links) formatieren */

DIV.csc-textpic-imagewrap { 
	padding-right:7px;
	padding-left: 7px; 
	padding-bottom: 7px;
}


.csc-textpic-text {
padding-left: 0px;
margin: 0px; 
}

div.csc-textpic-text dl.csc-textpic-image csc-textpic-firstcol csc-textpic-lastcol{
padding-left: 7px; 
}


/*
*** Bilder von Pressemitteillungen formatieren ***
*/
.news-single-img {
	float:left;
	padding-right:10px;
}
.news-single-imgcaption {
	padding:0;
	margin:0;
}




/************************/
/* Filelinks */
/************************/

      .csc-uploads { border: 0px; background-color : transparent; vertical-align : top; font-size: 140%;}
      .csc-uploads .tr-even { background-color: #fff;  }
      .csc-uploads .tr-odd { background-color: #fff; }
      .csc-uploads .csc-uploads-icon { border: solid 1px #efefef; vertical-align:top; }
      .csc-uploads .csc-uploads-fileName { width: 80%; vertical-align:top;  }
      .csc-uploads .csc-uploads-fileName P A {text-decoration: none;border-bottom: dashed 1px #9c9c9c;color:#666666;font-weight: bold; }
      .csc-uploads .csc-uploads-fileName P.csc-uploads-description {  }
      .csc-uploads .csc-uploads-fileSize { white-space: nowrap; padding-left: 6px; padding-right: 6px; vertical-align:top; }







/*
*** Kontaktformular formatieren ***

*/


.csc-mailform {
	border:0px;
	padding:0px;
	margin:5px;
	font-size: 95%;
}

.csc-mailform-field {
	clear:both;
}

.csc-mailform-field label {
	clear:both;
	float:left;
	width:180px;
}
.csc-mailform-submit {
	float:left;
	
	margin-top: 5px;
	border: 1px solid #666;
	background-color: #efefef;
	font-size: 95%;
	color: #555;
}

.csc-mailform-submit2 {
	float:left;
	border: 1px solid #666;
	background-color: #efefef;
	font-size: 95%;
	color: #555;
}

.csc-mailform-input, .csc-mailform-textarea {
	float:left;
	margin-bottom:2px;
	border: 1px solid #666;
	font-size: 120%;
	color: #555;
}
.csc-mailform-check {
	float:left;
	margin-bottom:10px;
}
.csc-mailform-field img {
	clear:both;
	padding-top:10px;
	padding-left:5px;
	margin-bottom:30px;
	margin-right:10px;
}

select {
 font-size: 95%;
} 



/* Tabellen-Zellen Ausrichtung */
.align-right {
	text-align:right;
}


.tr-0{
font-weight: bold;

}

.tr-even{
background-color: #efefef;
height: 18px;
}

.tr-odd{
height: 18px;
background-color: #ffffff;
}

.td-last{
float: left;

}



.contenttable{
	width: 460px;
	font-size: 140%;
}


.tabelle-hellgrau{

background-color: #efefef;
}

.table{
width: 460px;
}





/* horizontale Linie */
hr {
	background-color: #D8D8D8; /* Mozilla */
	color: #D8D8D8; /* IE */
	border: #D8D8D8; /* Opera */
	height:1px;
	margin: 10px 0 10px 0;
	padding: 0;

}



/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:normal;
  color:#666666;
  background: #efefef url(images/add.gif) 5px center no-repeat;
  border-top:1px solid #eee;
  padding:3px 0 3px 25px;
  margin-right:32px;
margin-bottom:0;
margin-top:0;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#666666;
  background:#efefef url(images/delete.gif) 5px center no-repeat;
   
}

/* the content */
div.rgaccord1-content {
   width:400px;
   margin-left:5px;

}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
    
}

#beschreibung{
visibility: hidden;
background-color: transparent;

}
