/* Allgemeine Seiteneinstellungen */
/* ================================== */
html, body, #container {
min-height: 100%; /* Not supported by IE 5/6, but required for Firefox/Opera */
width: 100%;
height: 100%;
}
html>body, html>body #container {
height: auto;
}
body {
  background-color:#F9F3E8;
  margin:0px;
  color:#525146;
}
#container {
  position: absolute;
  top: 0;
  left: 50%;
  width:780px;
  margin-left:-399px;
  padding:0px 9px;
  background:#FFFFFF url(../images/background.gif) left top;

}
#main {
  margin-bottom: 28px;
  height: auto;
  overflow: visible;
}
#header {
  width: 780px;
  height:193px;
  background-color:#FFFFFF;
  position:relative;
}
#tab {
  width: 100%;
  overflow: visible;
  z-index:50;
}


#seitenstruktur {
  width: 798px;
  height: 100%;
  border-collapse:separate;

}
#seitenstruktur td {
  border: 0px red solid;
}

/* Logoleiste */
/* ================================== */
#logo_text {
  padding:4px;
  text-align:center;
  font-size:10pt;
  letter-spacing:0.8pt;
  color:#616070;
}
#header_part1 {
  border-bottom:2px solid #C9C8C9;
  width:780px;
  padding:0px;
  margin:0px;
  clear:left;
}


/* Navigationsleiste */
/* ================================== */
#banner {
  width:300px;
  height:140px;
  border-left:2px solid #C9C8C9;
  border-right:2px solid #C9C8C9;
  float:left;
}
#menu_special {
  float:left;
  width:471px;
  height:16px;
  text-align:right;
  padding:6px 0px;
  border-bottom:3px solid #FED12E;
  margin-left:5px;
}
#status {
  float:left;
  height:20px;
  width:471px;
  text-align:right;
  padding:6px 0px;
  margin-bottom:52px;
  margin-left:5px;
  font-size:10pt;
  color:#999999;
}
#menu_main {
  float:right;
  width:475px;
  padding:0px;
}
#header_part2 {
  position:relative;
  border-bottom:6px solid #E14300;
  width:780px;
  padding:0px;
  margin:0px;
  float:left;

}
#menu_nav {
  float:left;
  width:700px;
  text-align:left;
  font-size:9pt;
  color:#999999;
  padding:2px 0px;
  text-decoration:none;
}
#menu_nav a {
  color:#999999;
  text-decoration:none;
}
#header_part3 {
  border-bottom:2px solid #C9C8C9;
  width:780px;
  padding:0px;
  margin:0px;
  clear:left;
  overflow:auto;
}

/* Untermenü */
/* ================================== */
#logo {
  position:absolute;
  bottom:35px;
}
#menu {
  width:160px;
  padding:0px;
  border:0px;
  float:left;
  display: inline;
  padding-bottom: 220px;
}

/* Inhalt */
/* ================================== */
#content {
/*  position:absolute; */
/*  left:161px; */
  margin:0px 0px 10px 1px;
  width:611px;
  overflow:auto;
  float:left;
  display: inline;
/*  background-color:yellowgreen; */
  
}

/* Seitenfuß */
/* ================================== */
#footer {
  position: absolute;
  bottom: 0px;
  width:780px;
  height: 18px;
  background-color:#FFFFFF;
  border-top:2px solid #C9C8C9;
  text-align:center;
  font-size:8pt;
  color:#999999;
  padding:3px 0px 0px;
}
#footer a {
  text-decoration:none;
  color:#999999;
}


