* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #ffffff;
 /* background-image: url(../pic/hint1x583.jpg);  */
 background-image: url(../pic/hint_2_1x580.jpg);
 background-repeat: repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
 
}
#header {
 width: 900px;
 color: #333;
 padding: 10px;
 border: 0px solid #ccc;
 height: 100px;
 margin: 10px 0px 5px 0px;
 line-height:132px;
 background: #DAC8BF;
 background: white;
 
}
#pre_nav {
 width: 50px;
 background: #DC1515; 
 height: 30px;
 float:left;
 color: #fff;
 line-height:30px;
}
#navigation {
 /* width: 922px; */
 /* padding: 10px; */
 /* border: 1px solid #ccc; */
 /* margin: 0px 0px 5px 0px; */
 /* float:left; */
 /* display:block; */
 /* background: #DACFFF; */
 background: #DC1515; 
 height: 30px;
 color: #fff;
 line-height:30px;
 width: 922px;

}

 .nav{
   /* background:url(../pic/button_off_1x30.jpg) repeat-x; */
   background: #DC1515;
   padding:0px 15px;
   color: #fff;
   float:left;
   text-decoration:none;
   font-weight:bold;
   margin: 0px 0px 10px 0px;
}
 
 a.nav:hover {background:white;color: #DC1515;} 
 *.nav:aktiv {background:url(../pic/button_on_1x30.jpg) repeat-x;}
 

#content { 
 width: 693px;
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 margin: 9px 0px 5px 0px;
 padding: 10px;
 /* height: 350px; */
 float:left;
 }
#info { 
font-size: 11px;
 width: 178px;
 color: black;
 border: 1px solid #ccc;
 /* background: #F2F2CC; */
 background: #F2F2E6;
 margin: 9px 0px 5px 0px;
 padding: 10px;
 /* height: 350px; */
 float:right;
 /* box-shadow:8px 8px 8px #666; */
}
#bild {
  width: 922px;
  height: 400px;
  border: 0px solid #ccc;
  float: left;
  padding:0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
#banner {
  width: 922px;
  height: 204px;
  border: 0px solid #ccc;
  float: left;
  padding:0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
}
#footer { 
 width: 900px;
 color: #b8b8b8;
 
 border-top-style:solid;
 border-width:1px;

 background: white;
 margin: 5px 0px 10px 0px;
 padding: 10px;
 float:left;
 text-decoration:none;
 font-size: 10px;
}
a.footer { color:#a8a8a8; text-decoration:none; margin-right:50px;}
a.footer:hover { text-decoration:underline; color:red;}

.shadow {
    zoom: 1;
    filter:
    progid:DXImageTransform.Microsoft.Shadow(color='#b8b8b8', Direction=135, Strength=4)
    progid:DXImageTransform.Microsoft.Shadow(color='#b8b8b8', Direction=225, Strength=4);
    -moz-box-shadow: 0 0 8px #666; /*Mozilla-basierte Browser (z.B. Firefox)*/
    -webkit-box-shadow: 0 0 8px #666; /*WebKit-basierte Browser (z.B. Safari/Chrome)*/
    box-shadow: 0 0 8px #666; /*CSS3 Standard*/
}


ul {margin-left:2em;}
ul ul {margin-left:2em;}
