/* CSS Code - Copyright by Pinzweb.at 2009 */

body, html
{
padding: 0;
margin: 0;
background-image: url(img/bg.jpg);
background-repeat: repeat-x;
background-color: #4C570B;
z-index: 1;
font-family: tahoma;
text-align: center;
font-size: 12px;
}

#container
{
width: 857px;
margin: 0 auto;
position: relative;
z-index: 1;
}

#menue
{
height: 111px;
width: 857px;
position: relative;
z-index: 1;
background-color: white;
background-image: url(img/menue.gif);
}

         #logo
         {
         height: 162px;
         width: 195px;
         position: relative;
         float: left;
         z-index: 2;
         top: 20px;
         left: -30px;
         }

         #logo2
         {
         height: 106px;
         width: 87px;
         position: relative;
         float: left;
         z-index: 4;
         top: -30px;
         left: 552px;
         }

         #menue_button
         {
         height: 51px;
         width: 640px;
         float: left;
         position: relative;
         z-index: 3;
         left: -45px;
         top: 60px;
         text-align: left;
         }

         #menue_button ul
         {
         margin-left: -40px;
         }

         #menue_button ul li.home
         {
         display: none;
         }

         #menue_button ul li
         {
         display: inline;
         text-align: center;
         padding-top: 16px;
         padding-bottom: 0px;
         padding-left: 5px;
         padding-right: 5px;
         margin-left: 0px;
         float: left;
         margin-right: 8px;
         }

         #menue_button ul li:hover
         {
         background-image: url(img/menu_bg.png);
         }

         #menue_button ul li.menu-current
         {
         background-image: url(img/menu_bg.png);
		 background-repeat: repeat-x;
         }

         #menue_button ul li.menu-current a
         {
         color: white;
         }

         #menue_button ul li:hover a
         {
         color: white;
         }

         .menue_left
         {
         width: 4px;
         height: 51px;
         float: left;
         position: relative;
         margin-top: -16px;
         top: 0px;
         left: -6px;
         }

         .menue_right
         {
         width: 4px;
         height: 51px;
         float: right;
         margin-right: 0px;
         margin-top: -16px;
         position: relative;
         left: 9px;
         top: 0px;
         }

         #menue_button ul li a
         {
         color: black;
         text-decoration: none;
         font-size: 14px;
         }

#content
{
height: 650px;
width: 857px;
position: relative;
background-image: url(img/header.jpg);
z-index: 1;
}

#footer_container
{
height: 50px;
width: 100%;
text-align: center;
background-color: #182605;
}

#abstand_unten
{
height: 50px;
width: 857px;
margin: 0 auto;
z-index: 1;
text-align: left;
}

#left
{
color: #DDF0A1;
float: left;
margin-left: 5px;
margin-top: 15px;
}

#right
{
color: #DDF0A1;
float: right;
margin-right: 5px;
margin-top: 15px;
}

#right a
{
color: #DDF0A1;
text-decoration: none;
}

#right a:hover
{
text-decoration: underline;
}
