html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #fff;
background-image: url(/web_data/pic/background.jpg);
background-position: top center;
background-repeat: no-repeat;
  font-size: 11px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#000;  
  padding:0px;
  margin:0px;
}

p, pre {
margin: 0px;
padding: 5px 0px 5px 0px; 
}


a { 
color: #000;
background-color:transparent;
text-decoration: none;
margin:0px; 
}
a:hover { 
color: #222222;
background-color:transparent;
text-decoration: none;
margin:0px; 
}
 
h1 {
font-size: 18px;
line-height:18px;
font-weight: 400;
text-align: left;
padding-left:0px;
 color:#000; 
margin:0px;
}
h2 {
background-color:#f8ef00;
padding:5px;
font-weight:normal;
color:#000;
font-size:14px;
margin:0px;
}
h3 {
font-size:14px;
padding-top:10px;
text-transform:uppercase;
margin:0;
color: #000;
background-color: transparent;
	}
h4 {
font-size:11px;
padding:5px 5px 5px 0px;
margin:0;
font-weight:bold;
color: #000;
background-color: transparent;
	}
h5 {
font-size:11px;
font-weight:bold;
color: #000;
margin:0;
padding: 5px;
background-color: transparent;
	}
ul 
{
margin: 0; 
padding: 0;
padding-left:40px; 
}

strong { 
font-size: 11px;
}

.hr_b {
border-top: 1px solid #ccc;
padding:3px;

}


#inhalt {
margin-top:102px;
margin-left: auto;
margin-right: auto;
padding: 0px;
width:922px;   
}
#adress {
width:900px;
margin-left:20px;
margin-top:0px;
letter-spacing:-1px;
}
#adress p{
padding:0px;
padding-top:4px;
}
.adr_img {
float:left;
}
.adr_text{
width:215px;
float:left;
}
#teaser{
float:left;
width:205px;
}
#teaser p{
padding-left:10px;
}
#teaser ul {
list-style:none;
margin:0px;
padding-left:20px;
padding-top:0px;
}
#teaser li{
background:url(/web_data/pic/arrow.gif);
background-repeat:no-repeat;
background-position:left 2px;
font-weight:bold;
margin-top:8px;
margin-left:0px;
padding-left: 20px;
}
#text {
margin-left:226px;
width:675px;
color:#000;
padding-bottom:10px;
}
#text ul {
list-style:none;
margin:0px;
padding-left:20px;
padding-top:0px;
}
#text li{
background:url(/web_data/pic/arrow.gif);
background-repeat:no-repeat;
background-position:left 2px;
font-weight:bold;
margin-top:8px;
margin-left:0px;
padding-left: 20px;
}
#text_sitemap {
margin-left:226px;
width:675px;
color:#e95d0f;
padding-bottom:10px;
}


#Textbox {
clear:both;
width:902px;
margin-top:7px;
	padding: 10px;
	font-family: verdana,arial,helvetica;
	font-weight: normal;
	line-height: 1.2em;
	text-align: left;
	text-decoration: none;
min-height:400px;    
}
/* for Internet Explorer */
/*\*/
* html #inhalt {
height: 400px;
}
/**/
}
/* ----------menu-------------- */
#menu_container {
float:left;
min-height:24px;
height:24px !important;
height:24px;
z-index:1;
}

/*---------------- Main Menu------------------- */
#mainMenu {
width:650px;	
margin: 0em;
margin-left:235px;
	padding: 0em;
clear: both;
overflow:visible;
min-height:24px;
height:24px !important;
height:24px;
}

/* remove  bullets, borders and padding from the default list styling */
#mainMenu  ul {
   padding:0;
   margin:0;
   list-style-type:none;
}
#mainMenu  ul ul {
   display:block;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#mainMenu  li {
   float:left;
   position:relative;
}
#mainMenu  li li {

border-left:0px;
}
/* style the links for the top level */
#mainMenu  a {
color:#000;
   display:block;
   font-size:10px;
   text-decoration:none;
   height:24px;
   text-align:center;
   padding-left:7px;
   padding-right:7px;
   line-height:22px;
   white-space:nowrap;
text-transform: uppercase;
}

#mainMenu  li:hover a {
   background-color:#f8ef00;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#mainMenu  ul ul {
   visibility:hidden;
   position:absolute;
   height:0;
   top:24px;
   left:0;
   width:170px;
}
/* position the third level flyout menu */
#mainMenu  ul ul ul {
   left:178px;
   top:0px;
   width:170px;
}
#mainMenu  ul ul ul li:hover a {
   background-color:#f8ef00!important;
   color:#000;
}

/* style the second level links */
#mainMenu  ul ul a {
   background-color:#f8ef00!important;
   color:#000;
   height:auto;
   line-height:1em;
   padding:5px 10px;
   width:158px;
   text-align:left;
   padding-left:10px;
}

#mainMenu  ul ul li:hover a {
   background-color:#000 !important;
   color:#fff;
}

/* make the second level visible when hover on first level list OR link */
#mainMenu  ul li:hover ul, #body .menu ul a:hover ul {
   visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
#mainMenu  ul :hover ul ul{
   visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#mainMenu  ul :hover ul :hover ul {
   visibility:visible;
}


#mainMenu  a.active {
   background-color:#f8ef00 !important;
   color:#000;
   font-weight:normal;
   cursor:default;
}


form p {
        margin-bottom: 0em;
      }

      form p label {
        float: left;
        width: 7em;
        margin-top: 0.6em;
        cursor: pointer;
      }

      form p input,
      form p select,
      form p textarea {
        border: 0.08em solid #9ea0a2;
        margin-top: 0.1em;
        width: 11.5em;
      }

      form p select {
        width: auto;
      }

      form p textarea {
        width: 485px;
        height: 7em;
      }

      form p input#formInput_submit,
      form p input#formInput_reset {
        width: auto;
border: 0.08em solid #9ea0a2;
      }

#footer {
color:#fff;
text-transform:uppercase;
line-height:18px;
background-color:#000;
clear:left;
margin-left:auto;
margin-right:auto;
width:915px;
height:18px;
}
#footer a {
padding-right:10px;
padding-left:10px;
color:#fff;
}
#footer a:hover {
color:#cccccc;
font-size:9px;
}
.footer_pos {
text-align:right;
font-size:9px;
}

.partner_links {
padding:5px;
width:280px;
margin:10px 10px 0px 0px;
border: 1px solid #cccccc;
float:left;
text-align:center;
}
.partner_links img {
margin-right:10px;
}

ul#referenz {
        padding: 0;
        margin: 1em 0 1em 0;
      }

ul#referenz li {
list-style: none;
padding: 0.5em;
margin-bottom: 1em;
height:70px;
border-bottom:1px solid #cccccc;
      }
ul#referenz img {
float:left;
padding: 0;
 margin: 5px;
      }

.referenz_teaser_bild{
float:left;
margin: 5px;
}
	
#sitemap {
    font:16px Arial,sans-serif;
    overflow: hidden;
    padding: 1em;
  }
#sitemap a{
color:#000;
}
#sitemap a:hover{
color:#222222;
}

  /* Erste Ebene */

  #sitemap ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #sitemap li {
border-top: 1px solid #fff;
    background-color: #f8ef00;
    margin: 0 0 -0.1em;
    min-height: 1em;
    padding: .2em .4em;
    position: relative;
    width: 9em;
    color: #FFFFFF;
  }

  /* Zweite Ebene */

  #sitemap ul ul {
    font-size: 90%;
    margin-top: -1.4em;
  }
#sitemap ul ul a{
color:#fff;
}
#sitemap ul ul a:hover{
color:#cccccc;
}

  #sitemap ul ul li  {
    background: #000;
    border-left: 0.5em solid #222222;
    border-top: 0.5em solid #FFFFFF !important;
    left: 10.4em;
  }

  /* Dritte Ebene */

  #sitemap ul ul ul li {
    background: #f8ef00;
    border-color: #9f9903;
  }
#sitemap ul ul ul li a{
color:#000;
}
#sitemap ul ul ul li a:hover{
color:#222222;
}

  /* Vierte Ebene */

  #sitemap ul ul ul ul li {
width:180px;
    background: #000;
    border-color: #222222;
  }

  #sitemap ul ul ul ul ul li {
    background: #666666;
    border-color: #990000;
  }  
