/*
*** item international stylesheets 
*/

/*
*** Standard-Eigenschaften aller Elemente im body *** 
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #555;
	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: #666;
	text-decoration: none;
}

/*
*** item Logo ***
*/
#logo {
	position:relative;
	width:140px;
	height:41px;
	left:760px;
	top:-50px;
}

#banner  {
    background-color: #efefef;
	float: clear;
	width: 690px;
	padding-left: 210px;
}

/*
*** 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:33px;
}
#nav li {
	list-style-type: none;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -15px;
	z-index:2;
}

/*
*** Links in Navigation ***
*/
#nav a:hover {
	color:#E32118;
}

/*
*** umschliesst Content-Div ***
*/
#center {
	background-color: #ffffff;
	float: left;
	width: 480px;
	font-size: 90%;
}

/*
*** Inhalt ***
*/
#cont {
	padding: 15px 15px 15px 15px;
	background-color: #ffffff;
	line-height: 1em;
	margin-bottom: 20px;
}

/*
*** Tabellen im Inhalt ***
*/
#cont table{
	font-family: Arial, Helvetica, sans-serif;


	font-size: 11px;
	color: #1A1A1A;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}


/*
*** Ueberschriften im Inhalt ***
*/
#cont h1 {
	padding-top:0;
	margin-top:0;
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
}


#cont p {
	margin:0;
	padding:0;
	font-size: 95%;
}
/*
*** Links im Inhalt ***
*/
#cont a {
	color:#777777;
	text-decoration: none;
}
#cont a:hover {
	color:#000000;
}




/* 
*** 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: #e32118;
	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;
	
}

/*
*** rechter Div, umschliesst Inhalt der rechten Spalte ***
*/
#rechtespalte {
	float: left;
	width: 205px;
	margin-top:15px;
	margin-bottom: 15px;
	background-color: #ffffff;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 85%;
}

#rechtespalte a {
	 text-decoration: none;
   	color:#666666;
   	font-weight: bold;
}

#rechtespalte a:hover{
color:#000000;
}
#rechtespalte p {
	padding-bottom:10px;
	font-size: 90%;
	
}
#rechtespalte ul {
	margin:0;
	padding:0;
	list-style: none; 
	
}
#rechtespalte li {
	background: url(../img/uebersicht/pfeil.gif) 0 0.1em no-repeat;
	list-style-position:outside;
	padding-bottom:10px;
	margin-bottom:5px;
    	padding-left: 10px;
}


#rechtespalte_presse {
	float: left;
	width: 205px;
	margin-top:15px;
	background-color: #ffffff;
	height: auto;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666;
}
#rechtespalte_presse a {
	text-decoration: none;
   	color:#666666;
   	font-weight: bold;
}

#rechtespalte_presse a:hover {
   	color:#000000;
}
#rechtespalte_presse p {
	padding-bottom:4px;
	
}

#rechtespalte_presse H5{
font-size: 100%;
}


.underline {
	color:#707172;
	font-weight:bold;
	text-decoration:underline;
}




/*
*** 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 ***
*/



/*
*** Kontaktformular formatieren ***
*/

.csc-mailform {
	border:0;
	padding:0;
	margin:0;
}

.csc-mailform-field {
	clear:both;
}
.csc-mailform-input, .csc-mailform-textarea {
	float:right;
	margin-bottom:20px;
}
.csc-mailform-check {
	clear:both;
	float:left;
	width:40px;
	margin-bottom:10px;
}
.csc-mailform-field img {
	clear:both;
	padding-top:10px;
	padding-left:5px;
	margin-bottom:30px;
	margin-right:10px;
}

/*
*** Boxen ***
*/
#box-abstand {
	margin-left:20px;
	margin-bottom: 20px;
}
#box-abstand p.bodytext {
   	line-height: 1.3em;
	padding-left: 10px;
}
.box {
	float:left;
	width:210px; 
	background-color: #FFFFFF;
	line-height: 14px;
	border-top: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	height:24em;
	overflow:hidden;
}

.boxhead {
	float:left;
	width:220px; 
         color: #666;
	overflow:hidden;
	background-color: #efefef;
	padding: 4px 4px 2px 10px;
	margin-bottom: 10px;
}

.box-content {
	padding-right: 5px;
}

.box-content ul {
	padding-top:5px;
	margin-top:0px; 
	list-style: none; 
}


.box-content li {
	background: url(../img/uebersicht/pfeil.gif) 0 0.1em no-repeat;
	padding-left: 10px;
	margin: 0px 0px 0px -30px;
	font-size:95%;
}

.box p{

	margin:0;
	padding-right:10px;
	padding-left:10px;
}

#box p.bodytext {
   	line-height: 1.3em;
	padding-left: 10px;
}


.csc-textpic-intext-right {
	padding:0;
	margin-right:10px;

}
.csc-textpic-imagewrap{
	margin-bottom:10px;
}

#box img {
	margin-left:10px;
	margin-bottom:10px;
}

#box-abstand img {
	margin-left:10px;
	margin-bottom:10px;
}
.box h1 img {
	margin-top:3px;
}
.box h5 {
	float:left;
	width:220px; 
        color: #666;
	overflow:hidden;
	background-color: #efefef;
	padding: 4px 4px 2px 10px;
	margin-bottom: 10px;
	margin-top:0px;
	font-size: 95%;
}
.box a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
#auswahlboxen {
	padding-top:0px;
	margin-bottom: 20px;
}


.csc-firstHeader{
font-weight: normal;
}



.csc-textpic-intext-right {
	padding:0;
	margin-right:10px;

}
.csc-textpic-imagewrap{
	margin-bottom:10px;
}


/* Add margin from image-block to text (in case of "Text w/ images") */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {

	margin-right: 0px !important;

}
