/* wenn hier was verändert wird muss auch mcgrip.de/forum geprüft werden */

.clearFloat{
  clear:both;
  visibility:hidden;
}

.wrapper{
  margin:0 auto 0 auto;
  width:986px;
}


.headerwrapper{
  height:150px;
  background:#fff url(Images/header.jpg) no-repeat;
  margin-bottom:15px;	
  position:relative;
  
}


.mainmenu{
  border-top:1px solid #999;
  width:986px;
  position:absolute;
  bottom:1px;
}


.mainmenu a{
  text-decoration:none;	
  line-height:24px;
  font-family:Arial,Verdana,sans-serif;
}


.mainmenu ul{ 
  margin:0 0 0 3em;
  padding:0;
}

.mainmenu ul li{
  float:left;

  padding-left:1em;
  padding-right:1em;
  text-align:center;
  list-style:none;

  border-left:1px solid #999;
  border-right:1px solid #999;
  margin-left:-1px;
}

.mainmenu ul li a{
  color:#000;	
}

.mainmenu li.menu1,
.mainmenu li.menu1active{
  background:#fa0;
}


.bodywrapper{
  border:#999 1px solid;
  border-bottom:none;
  position:relative;
  margin-top:1em;	
  background:url(Images/1px-verlauf.jpg) repeat-x;
}

.corner-left{
  position:absolute;
  top:-1px;
  left:-1px;
  width:6px;
  height:6px;
  background:url(Images/ecke-links.jpg) no-repeat;
  z-index:500;
}

.corner-right{
  position:absolute;
  top:-1px;
  right:-1px;
  width:6px;
  height:6px;
  background:url(Images/ecke-rechts.jpg) no-repeat;
  z-index:500;
}




