/*
*** item international stylesheets 
*/


@import url(gfdynamicfeedcontrol.css);

/*
*** Standard-Eigenschaften aller Elemente im body *** 
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	text-decoration: none;
	margin: 0;
	padding: 0;
	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: 0;
	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:140px;
	z-index:2;
	background-image: url(../img/lay/bg_header.gif);
	background-repeat: no-repeat;
}

/*
*** Hauptnavigation ***
*/
#headnav {
	padding:0;
	margin:0;
	padding-left:20px;
	
	height:24px;
	float:left;
	padding-top:20px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
}
/*	Internet Explorer Hack - IE versteht Attribut-Ansprache nicht und ueberliest es.
	Weniger Abstand fuer Firefox */
#headnav[id] {
	padding-top:5px;
}


#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;
}

#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 funktionale Verweise ***
*/
#funkverw {
	position:relative;
	padding-top:10px;
	left:20px;
	color: #707172;
	width:300px;
	height:40px;
	z-index:1;
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 85%;
}

/*
*** Links in den funktionalen Verweisen ***
*/
#funkverw a, #funkverw a:hover, #funkverw a:link {
	color: #707172;
	text-decoration: none;
}

/*
*** item Logo ***
*/
#logo {
	width:140px;
	float:right;
	height:50px;
	position:relative;
	top:-10px;
}

/*	Internet Explorer Hack - IE versteht Attribut-Ansprache nicht und ueberliest es.
	Weniger Abstand fuer Firefox */
#logo[id] {
	top:-21px;
}


/*
*** item claim ***
*/
#claim {
	float:right;
	position:relative;
	top:-195px;
	margin-right: 10px;
}

/*
*** Navigation ***
*/
#nav {
	float: left; 
	width:200px;
}

/* 
*** Menue in Navigation als Aufzaehlung ***
 */
#nav ul {
	margin:0;
	padding:0;
	padding-top:20px;
	padding-left:40px;
}
#nav li {
	list-style-type: none;
	border-top: solid #D8D8D8 1px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -15px;
	z-index:2;
}

/*
*** Links in Navigation ***
*/
#nav a:hover {
	color:#1A1A1A;
}

/*
*** umschliesst Content-Div ***
*/
#center {
	background-color: #ffffff;
	float: left;
	width: 880px;
}




/*
*** Inhalt ***
*/


#cont {
	margin-top:15px;
	height:367px;
	clear:both;
	width:900px;
	background-color: #ffffff;
	background-image:url(../img/lay/startseite_hg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#auswahlboxen {
	float:left;
	width:880px;
	padding-top:0px;
    	padding-left:20px;
    	padding-bottom:10px;
    	height: 14em;
}
/*	Internet Explorer Hack - IE versteht Attribut-Ansprache nicht und ueberliest es.
	Weniger Abstand fuer Firefox */
#auswahlboxen[id] {
    	padding-left:20px;
}
/*
*** Ueberschriften im Inhalt ***
*/
#cont h1 {
	padding-top:0;
	margin-top:0;
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
}

/*
*** Links im Inhalt ***
*/
#cont a {
	color:#444444;
	text-decoration: none;
}
#cont a:hover {
	color:#1A1A1A;
}

/* 
*** Klassen fuer Navigartions-Menuepunkte ***
*/
#nav_produkte, #nav_service, #nav_kontakt {
	padding-top:5px;
}
.start_menunav_spacer {
	margin-right:10px;
}
.nav_startseite{
	position:absolute;
	visibility: hidden;
	line-height: 16px;
	z-index: 3;
	width: 205px;
	margin-left: 3px;
}

.nav_startseite a {
	width: 100%;
	display: block;
	text-decoration: none;
	font-size: 11px;
}

.nav_startseite a:hover{ /*hover background color*/
	color: #000000;
	font-size: 11px;
}

.nav_startseite ul {
	margin:0;
	padding:0;
}
.nav_startseite li {
	margin:0;
	padding:0;
	list-style-type: none;
}

/*
*** Boxen ***
*/
#box-abstand {
	margin-left:20px;
}
.box {
	float:left;
	width:273px; 
	background-color: #FFFFFF;
	line-height: 16px;
	border-top: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	height:13em;
	overflow:hidden;
}


.boxhead {

	width:273px; 
    	color: #666;
	overflow:hidden;
	background-color: #efefef;
	padding: 4px 4px 2px 10px;
	margin-bottom: 5px;
	font-size: 85%;
}


.box p {
	font-size: 85%;
	margin:0;
	padding:0;
	padding-left:10px;
	padding-right:10px;
	color: #555;
}

.box_ohneRahmen {
	float:left;
	width:273px; 
	background-color: #FFFFFF;
	line-height: 16px;
	height:13em;
	overflow:hidden;
	margin-right: 15px;
}

.csc-textpic-intext-right {
	padding:0;
	margin-right:10px;
}


.csc-firstHeader{
font-weight: normal;
}



.csc-textpic-intext-right-nowrap {
	padding:0;
	margin-right:10px;
}


.box img {
	margin-left:10px;
	margin-bottom:10px;
	float:right;
	margin-right:10px;
}
.box h1, .box h2 {
	margin: 0;
	padding: 0;
	text-align:right;
	height:20px;
	margin-bottom:10px;
	padding-top:3px;
}
.box h5 {
	float:left;
	width:270px; 
        color: #666;
	overflow:hidden;
	background-color: #efefef;
	padding: 4px 4px 2px 10px;
	margin-bottom: 10px;
	margin-top:0px;
	font-size: 95%;
}
.box a {
	color:#555;
	text-decoration:none;
	font-weight:bold;
}

/*
*** Footer mit funktionalen Verweisen ***
*/
#footer {
	width: 900px;
	height: 40px;
	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-top:5px;
	padding-right:0px;
	
}

/*
*** Links im Footer ***
*/
#footer a {
	color:#666;
	text-decoration:none;
}

/*
*** Hebt float:left der Navigation wieder auf ***
*/
#fluss {
	clear: both;
}
.abstandunten {
	clear:both;
	margin-bottom:20px;
}


/* *** **** *** *** *** ****
*** *** *** TYPO3 Styles ***
*/

/*
*** Bilder von Pressemitteillungen formatieren ***
*/
.news-single-img {
	float:left;
	padding-right:10px;
}
.news-single-imgcaption {
	padding:0;
	margin:0;
}

/*
*** 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;
}
