@import url("schrift.css");
@import url("sonstiges.css");
@import url("menue.css");

body {
  margin:0px;
  background:#f5f5f5;
  text-align:center;
}

form, div, p, h1, h2, h3, h4, table, tr, th, td, ol, ul, li, img {
	margin: 0;
	padding: 0;
	vertical-align:top;
	border:none;
}

li {
	margin-left:20px;
}

#wrapper {
  position:relative;
  width:776px;
  min-height:550px;
  margin:auto;
  padding:0px 0px 10px 0px;
  border:solid 2px #eeeeee;
  border-top:none;
  background:#ffffff;
  overflow:visible;
  text-align:left;
  padding-bottom:25px;
  }

* html #wrapper {
  width:780px;
  height:550px;
  w\idth:776px;
}

#header {
  width:776px;
  height:135px;
  margin:0px;
  background:url(header.png) no-repeat center;
}

#menue {
  width:142px;
  margin-left:15px;
  float:left;
}

* html #menue {
  margin-left:8px;
}

#content {
  width:574px;
  margin-left:177px;
}

#footer {
  clear:both;
  width:776px;
  margin:auto;
  text-align:left;
  line-height:20px;
  font-size:8pt;
  color:#aaaaaa;
}

#footer a, #footer a:hover {
  color:#aaaaaa;
  font-size:8pt;
}

.links { float:left; }
.rechts { float:right; }
.clear { clear:both; }

