*{
padding:0px;
margin:0px;
font-family:Times New Roman, Helvetica, Verdana, sans-serif;
border:none;;
}
color:#ff7400;
}
body {
background:url(images/bg.gif);
}
#box{
width: 1200px;
margin: 0 auto;  /* Zentrierung */
text-align: left;
background:white;
}
#header, #footer {
border-top:solid 3px #ff7400;
height:57px;
background:url(images/bg_menu.png) repeat-x;
padding:10px;
clear:both;
}
#header h1 {
color:#ff7400;
font-size:30px;
}
#menue {
float:right;
width:1200px;
text-align:right;
}
#menue a:hover {
border-bottom:3px solid #046600;
}
#subheader {
clear:both;
height:150px;
background:#C9B2E5;
color:white;
}