/**
* (C) by Moritz Kühl 2009,
* Gally Websolutions, www.websolutions.gally.ch
* CSS only dropdown menu
**/




*, html, body {
          padding:0px;
          margin:0px;
}


body{
        background-image: url(../img/unternav_einpx.gif);
        background-repeat:repeat-y;
}
*, td, tr {
        font-family:verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
}

#contenter {
}
/* header */
#header {
         width:100%;
         min-width:855px;
         height:117px;
         background-image: url(../img/verlauf_einpx_top.gif);
}

#headerbtd {
         float:left;
         background-image:url(../img/header.jpg);
         width:213px;
         height:117px;
}

#address_box {

         font-size:12px;
         font-style:normal;
         float:center;
         padding-left:250px;
         padding-top:46px;
}

#logo {
         float:right;
         width:356px;
         height:117px;
         background-image: url(../img/logo.jpg);
}

#platzhalter {
         width:189px;
         height:14px;
         background-image: url(../img/hintergunnd_menu.gif);
         margin-left:29px;
}

#webbody {
         clear:both;
}





/* content */
#content {
         margin-left:250px;
         padding-top:39px;
		 margin-bottom:60px;
		 margin-right:80px;
}




/*NAVI Verschachtelung*/
#menu  {padding:0px; margin:0px 0 0 0px;width:158px;   }
#menu a {text-decoration:none;}




/*Navi divs */
#ueber_menu {
         height:100%;
}

#pic_down {
         width:189px;
         height:43px;
         background-image:url(../img/header_pic2.jpg);
         margin-left:29px;
}

#navi {
         clear:both;
         float:left;
         height:100%;
         width:190px;
}

#border {
         width:167px;
         margin-left:30px;
         border-top:1px solid #fff;
}
#unter_nav {
         margin-left:29px;
}

#menu {

         width:208px;
         background-image: url(../img/test_02.gif);
         background-repeat:repeat-y;
}

#unter_nav {
         clear:both;
         width:189px;
         height:220px;
         background-image: url(../img/unternav.jpg);
         background-repeat:repeat-y;
}

#language {
         margin-left:44px;
         margin-top:32px;
         width:118px;
         height:18px;
		 font-size:12px;
}



