/* CSS Formatierung */

/* Globale Formatierung */

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-weight: bold;
/* background-color: #f7f7f7; */
}

p {
 padding: 5px;
}

#seite { 
 margin: 0 auto;
 width: 900px;
}

#content { 
 float: left;
 color: #333;
background: #E5E5E5;
min-height:700px;
 width: 900px;
 display: inline;
 padding-bottom: 1px;
}

#header {
 color: #333;
 width: 900px;
 float: left;
 height: 100px;
/* background: #99ccff;*/
}

#footer { 
 width: 900px;
 height: 50px;
 clear: both;
 color: #333;
 background: #cc6633;
}

ul
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
li
{
float:left;
}
a.header:link,a.header:visited
{
display:block;
width:142px;
font-weight:bold;
color:#000000;
background-color:#E5E5E5;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}
a.header:hover,a.header:active
{
background-color:#5CACEE;
}

