* {
    margin: 0;
    padding: 0;
}

html, body
   {
     background: #ff9933 url("images/background.jpg") repeat-x;    
     font: 1.0em 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif;
     margin: 0px;
      }
     

a.test:link {color:#000000;}
a.test:visited {color:#000000;}
a.test:hover {color:#FF6600;}
a.test:active {color:#000000;}
a.test:focus {color:#000000;}

 
#schatten {
width: 994.5px;
margin: 0 auto;
background: url(images/schatten.png) repeat-y;
} 
 
 
 

#frame {
    width:980px;                     /*Rahmenbreite*/
    background-color: white;        /*Rahmenfarbe*/
    margin:0px auto;               /*Rahmenabstand und mittige Ausrichtung*/
}


#header {
    background: white url(images/header.gif) left no-repeat;
    width:980px;
    height:269px;
}
    
#content {
    
    width:700px;
    margin:0px 20px 0px 50px;
    background: #FFF;
    padding-bottom:30px;
    padding-top:15px;
   
}
    #content2 {

    width:710px;
    margin:32px 40px 55px 120px;
    background: #FFF;
    padding-bottom: 30px;
    }
    

#infobox {
    width:190px;
    float:right;
              border-bottom: 2px solid #ccc;
    padding: 10px 5px 10px 5px;
    font-style:italic;
    margin:10px 10px 25px 0px;
    color:#997;
    font-size:1.0em;
    text-align:center;
    letter-spacing: -0.05em;
    display:block;
    
}


#info1 {   margin-bottom:10px;
border-top:2px solid #ccc;
padding-top:10px;
             
             
    
}
#info2 {  
          border-top: 1px solid #ccc;
          border-bottom: 1px solid #ccc;
          padding-top:10px;
          padding-bottom:10px;
          }
   
#info3 {
float:right;
    margin-top:10px;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {
width:980px; 
font-size:0.85em;
padding-bottom:85px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:140px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:140px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:130px; 
height:30px; 
 
border-width:1px 0px 0 0;
border:1px solid #fff; 
background:#758279; 
padding-left:8px; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:150px;
w\idth:129px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#ff9933;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#999;
}
.menu ul ul :hover > a.drop {
background:#ff9933;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:red;
}
.menu ul ul ul :hover > a {
background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#ccb; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:119px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#ccf; 
background:white;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#ccb;
}

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




#f {
    background: url(images/footer.jpg);
    background-repeat: no-repeat;
    color:#fff;
    width:980px;
    height:40px;
    margin: 0 auto;
}
    
    form {
   background-color: white;
   width: 500px; /* Breite des Formulars */
   height: 350px;
   padding: 20px;
   border: 1px solid #036;
   margin: 0px auto;
   margin-top:20px;
}

form label {
   display: block; /* Beschriftung auf eigener Zeile */
   cursor: pointer; /* Mauszeiger wird zur Hand */
}

input#absender,
textarea {
   width: 400px;
   border: 1px solid #036;
   margin-bottom: 1em;
}
textarea {
   height: 15em;
}

input#absender:focus,
textarea:focus {
   background-color: #d9d9d9;
}       







             
