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

body, html
{
padding: 0;
margin: 0;
text-align: center;
background-image: url(img/bg.jpg);
background-repeat: no-repeat;
background-position: center 0px;
background-color: #CCCCCC;
position: relative;
}

#container
{
width: 984px;
height: 800px;
min-height: 800px;
min-height: auto!important;
margin: 0 auto;
}

#header
{
height: 225px;
width: 984px;
background-image: url(img/header.jpg);
text-align: right;
}

         #header ul
         {
         margin-right: 280px;
         }

         #header ul li
         {
         font-family: arial;
         font-size: 12px;
         display: inline;
         margin-right: 25px;
         }

         #header ul li a
         {
         color: white;
         text-decoration: none;
         position: relative;
         top: 15px;
         }

         #header ul li a:hover
         {
         color: #C0C0C0;
         }

         #header ul li.menu-current a
         {
         color: #C0C0C0;
         }

#menue
{
height: 92px;
width: 984px;
background-image: url(img/menue.jpg);
background-color: #C0C0C0;
}

         #menue ul.menu-top
         {
         position: relative;
         left: 35px;
         top: 46px;
         text-align: left;
         }

         #menue ul a.menu-top
         {
         display: block;
         }

         #menue ul li
         {
         list-style: none;
         float: left;
         }

         #menue ul li a
         {
         text-decoration: none;
         color: black;
         font-size: 18px;
         font-family: arial;
         padding-left: 45px;
         padding-right: 45px;
         padding-top: 45px;
         padding-bottom: 25px;
         position: relative;
         border-left: 1px solid white;
         border-right: 1px solid white;
         }

         #menue ul li a:hover
         {
         background-image: url(img/menue_bg.jpg);
         }

         #menue ul li.menu-current a
         {
         background-image: url(img/menue_bg.jpg);
         }

         #menue ul li ul
         {
         display: block;
         position: relative;
         top: 27px;
         background-color: #EEEEEC;
         padding-top: 5px;
         padding-bottom: 5px;
         z-index: 99;
         }

         #menue ul li ul li
         {
         display: block;
         float: none;
         }

         #menue ul li ul li a
         {
         display: block;
         padding: 0px;
         border: 0px;
         font-size: 14px;
         margin-left: 10px;
         margin-bottom: 5px;
         }

         #menue ul li ul li a:hover
         {
         border: 0px;
         display: block;
         color: #364D63;
         }

         #menue ul li ul li.menu-current a
         {
         color: #364D63;
         }

         #menue ul li>ul
         {
         display: none;
         }

         #menue ul li:hover>ul
         {
         display: block;
         }

#content
{
height: 429px;
width: 984px;
position: relative;
z-index: 1;
}

#hintergrund
{
position: absolute;
top: 0px;
height: 429px;
width: 984px;
z-index: 2;
}

         #hintergrund img
         {
         position: absolute;
         right: 0px;
         bottom: 0px;
         }

#vordergrund
{
position: absolute;
top: 0px;
height: 429px;
width: 984px;
z-index: 3;
background-image: url(img/content.png);
text-align: left;
}

         #vordergrund_text
         {
         float: left;
         height: 409px;
         width: 420px;
         margin-left: 35px;
         margin-top: 20px;
         }
         
         #vordergrund ul li h1 a
         {
         font-family: arial;
         color: #041F3A;
         font-size: 14px;
         text-decoration: none;
         }
         
         #vordergrund ul li h1 a:hover
         {
         text-decoration: underline;
         }  
         
         #vordergrund ul li h2 a
         {
         font-family: arial;
         color: #041F3A;
         font-size: 14px;
         text-decoration: none;
         }
         
         #vordergrund ul li h2 a:hover
         {
         text-decoration: underline;
         }         

         #vordergrund_text h1
         {
         font-family: arial;
         color: #041F3A;
         font-size: 16px;
         margin-bottom: 15px;
         }
         #vordergrund_text h2
         {
         font-family: arial;
         color: #041F3A;
         font-size: 14px;
         margin-bottom: 15px;
         line-height: 1.3;
         text-align: justify;
         }

         #vordergrund_text h2 a
         {
         color: black;
         }

         #vordergrund_text p a
         {
         color: black;
         }

         #vordergrund_text p
         {
         text-align: justify;
         font-family: arial;
         font-size: 14px;
         line-height: 1.3;
         margin-bottom: 15px;
         }

         #vordergrund_text h3
         {
         color: #CDCDCD;
         font-family: arial;
         font-weight: bold;
         font-size: 45px;
         margin-bottom: 25px;
         }

         #vordergrund_text ul
         {
         position: relative;
         left: 25px;
         }

         #vordergrund_text ul li
         {
         list-style-type: circle;
         margin-bottom: 15px;
         font-family: arial;
         font-size: 14px;
         }

#footer
{
height: 53px;
width: 984px;
background-image: url(img/footer.jpg);
}

         #footer p
         {
         font-family: arial;
         font-size: 12px;
         color: #7C7C7C;
         position: relative;
         top: 20px;
         }

         #footer a
         {
         color: #7C7C7C;
         text-decoration: none;
         }

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