/* Content formatierung */
@import url("content.css");

/* Menu Bereicht */
@import url("menu.css");

/* Speziellen Seiten = Spezielles CSS */
@import url("site_spez.css");


*{
  margin: 0px;
  padding: 0px;
  border: 0px;     
  line-height: 1.4em;
  text-align:left;
}

body{
  background: #FFF;
  font: normal 75.01% verdana, arial, sans-serif;
  color:#000;
  width: 789px;
  margin:0px auto;
}

div#main{
  background: url("../../images/layout/hg.png") repeat-y;
  width: 789px;
}

h1#header{
 width:789px;
 height:131px;
 color:#000;
 background-color:#ffa500;
 line-height:131px;
 word-spacing:.2em;
 letter-spacing:.1em;
 font-size: 2em;
}

h1#header span{
 position:absolute;
 top:0px;
 background: url("../../images/layout/header.png") no-repeat;
 width:789px;
 height:131px; 
}

ul#menu{
  display:block;
  float:left;
  width:144px;
  color: #3300FF;
  margin-right:4px;
  min-height:418px;
  background-color: #cabba1;
  background: url("../../images/layout/menu/hg.png") no-repeat left top;
}

div#content{ 
 float:left;
 width:618px; 
 padding:5px;
 margin-left:2px;
 color:#000;
 background-color:#F3F5F8;
}

div#footer{
  background:url("../../images/layout/unten.png") no-repeat;
  height:8px;
  width:789px;
  clear:left;
}

