/* Allgemeine Seiteneinstellungen */
/* ================================== */
html, body, #container, #main {
min-height: 100%; /* Not supported by IE 5/6, but required for Firefox/Opera */
width: 100%;
height: 100%;
}
html>body, html>body #container, html>body #main {
height: auto;
}
body {
  background:#fefaeb url(../img/waben.png) left top;
  margin:0px;
  color:#525146;
}
#container {
  position: absolute;
  top: 0;
  width:100%;
}
#main {
  position: absolute;
  top: 0;
  padding:0px;
  margin-bottom: 28px;
  height: auto;
  overflow: visible;
}
#header {
  width:782px;
  left:50%;
  margin-left:-391px;
  height:130px;
  background-color:#f3c200;
  position:relative;
  border-bottom:1px solid #f3c200;
  overflow:hidden;
}
#tab {
  position:relative;
  width:780px;
  left:50%;
  margin-left:-390px;
  overflow: visible;
}

/* Hintergrund */
/* ================================== */
#streifen_oben {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height: 131px;
	background-color:#f3c200;
}
#streifen_unten {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:26px;
	background-color:#f3c200;
}
#white {
  position:absolute;
  width:780px;
  left:50%;
  margin-left:-391px;
  height:100%;
  background-color:#FFFFFF;
  border-left:1px solid #f3c200;
  border-right:1px solid #f3c200;
}


/* Header */
/* ================================== */
#logo {
  border-left:1px solid #ffffff;
  width:159px;
  height:120px;
  background-color: #f3c200;
  float:left;
  text-align:center;
  padding:10px 0px 0px;
}
#logo img {
  border:0px;
}
#banner {
  width:620px;
  border-left:1px solid #ffffff;
  border-right:1px solid #ffffff;
  float:left;
}



/* Menü */
/* ================================== */
#menu {
  width:129px;
  margin-right:30px;
  padding-top:24px;
  border:0px;
  float:left;
  display: inline;
}
#menu a {
  text-decoration:none;
  color:#000000;
  font-size:10pt;
}
.menu1 {
  border-top:1px solid #f3c200;
  padding:6px 18px;
  font-size:10pt;
  text-decoration:none;
}
.menu1-n {
  color:#000000;
}
.menu1-n:hover {
  background-color:#fefaeb;
}
.menu1-a {
  color:#000000;
  background-color:#f3c200;
}

/* Inhalt */
/* ================================== */
#content {
  padding:20px 20px 20px 0px;
  width:600px;
  overflow:auto;
  float:left;
  display: inline;
  
}

/* Seitenfuß */
/* ================================== */
#footer {
  position: absolute;
  bottom: 0px;
  width:780px;
  left:50%;
  margin-left:-390px;
  height: 22px;
  background-color:#FFFFFF;
  text-align:center;
  font-size:10pt;
  color:#595959;
  padding:3px 0px 0px;
  border-top:1px solid #f3c200;
}
#footer a {
  text-decoration:none;
  color:#595959;
}

