html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #ffffff;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  text-align:center;
  margin:0 auto;
}

p {
margin:0px;
padding:0px;
}

h1 {
font-size:18px;
font-style:bold;
margin:0px;
padding:0px;
color: #ff7028;
}

td {
font-size: 12px;
color:#564b47; 
background-color:#ffffff;
}

a:link { 
color: #006fb7;
font-size: 12px;
line-height:14px;
text-decoration:none; 
}

a:visited, a:active { 
color: #006fb7;
font-size: 12px;
line-height:14px;
text-decoration:none; 
}

a:hover { 
color: #006fb7;
font-size: 12px;
line-height:14px;
text-decoration:none; 
}

 
pre { 
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}


/*  Boxen */

#pcwseite {
width:780px;
margin: auto;
text-align: center;
}

#infozeile {
width:780px;
border-style:dashed;
border-width:1px 0px 1px 0px;
border-color:#ff9048;
text-align: left;
}

#foto {
width:100%;
margin:10px 0px 10px 0px;
text-align: left;
}

#inhalt {
width:780px;
padding:15px 0px 15px 0px;
margin-top:20px;
text-align: left;
}

#menue {
width:120px;
padding:0px 0px 20px 0px;
margin-right:20px;
float:left;
text-align: left;
}


#fusszeile {
position:static;
width:780px;
hight:25px;
border-style:dashed;
border-width:1px 0px 1px 0px;
border-color:#ff9048;
text-align: left;
}

