* { 
  margin: 0; padding: 0; border: 0; 
}

html, body {
  height:100%;
  margin:0px;
  padding:0px;
  text-align:center;
  background:#ffffff;
}

#page {
  width:990px;
  margin-top:50px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0px;
  background:transparent;
  border:1px solid #000000;
}

#head {
  background:transparent;
  background-image:url(graphics/Wiggy-Header2.gif); /*Bildgröße anpassen!*/
  background-repeat:no repeat;
  width:990px;
  height:175px;
  padding: 0px;
  margin-top: 0px;
  margin-left:auto;
  margin-right:auto;
}

#bannerlink {
  width:990px;
  height:146px;
}

#nav {
  width:990px;
  height:20px;
  background:#cccccc;
  margin:0px;
  text-align: center;
  padding:0px;
}

/*//////////////////////////////////////////////////*/

#wrapper {
  margin:0px auto;
  width:990px;
  text-align:left;
  background: #FFF URL() repeat-y left top;
}

.main {
  width:628px;
  position:relative;
  top:0px;
  left:0px;
  margin-right: 180px;
  margin-left: 180px;
  background: #FFF;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}

.left {
  width:160px;
  position:relative;
  top:0px;
  left:-181px;
  float:left;
  background: transparent;
  padding:10px;
}

.middle {
  position:relative;
  top:0px;
  left:0px;
  width:608px;
  margin-left:-180px;
  float:left;
  padding:10px;
  color:#333;
  background: transparent;
}

.right {
  width:160px;
  float:right;
  position:relative;
  top:0px;
  left:0px;
  margin-right:-180px;
  float:left;
  color:#333;
  padding:10px;
  background: transparent;
}

.clear {
  clear:both;
  font-size:1px;
  line-height:1px;
  margin-top:-1px;
}

/*//////////////////////////////////////////////////*/

#footer {
  border-top:1px solid #000000;
  padding:5px;
  margin:0px;
  text-align: center;
} 
