/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

/* -----------------------------------------------------------------------------------
ALLGEMEIN
----------------------------------------------------------------------------------- */
* {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* -----------------------------------------------------------------------------------
BODY
----------------------------------------------------------------------------------- */
#homepage {
  background-color: #FFFFCC;
}

/* -----------------------------------------------------------------------------------
BODY-BEREICH
----------------------------------------------------------------------------------- */
#body {
  padding-top: 1.25em;
}

#box {
  position: relative;
  width: 51.88em;
  margin: 0 auto;
  border: 0.19em solid white;
}


/* -----------------------------------------------------------------------------------
HEADER
----------------------------------------------------------------------------------- */
#header {
  width: 51.88em;
  height: 9.38em; 
  background-color: #FF9900;
  border: 0.19em solid white;
}

#headerLeft {
  float: left;
  width: 9.38em;
  height: 9.38em;
  border-right: 0.19em solid white;
}

#headerLeft .bodytext {
  font-size: 0.75em;
}

#headerRight {
  width: 42.50em;
  height: 9.38em;
  display: inline;
}

#headerRightContent {
  text-align: center;
  padding-top: 1.88em;
}

#headerRightContent h1, #headerRightContent h1 a {
  font-size: 1.77em;
  font-weight: bold;
}


/* -----------------------------------------------------------------------------------
CONTENT-CONTAINER (Navigation and Content)
----------------------------------------------------------------------------------- */
#contentContainer {
  clear: both;
  position: relative;
  width: 51.88em;
  height: auto;
  border-left: 0.19em solid white;
  border-right: 0.19em solid white;
  border-bottom: 0.19em solid white;
  background-color: #FF9900;
}


/* -----------------------------------------------------------------------------------
NAVIGATION
----------------------------------------------------------------------------------- */
#navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 9.38em;
  background-color: #FF9900;
}

#navigation ul {
  margin-top: 1.25em;
  margin-left: 0;
  list-style: none;
}

#navigation ul li {
  width: 7.50em;
  padding-bottom: 0.63em;
}

#navigation ul li a {
  display: block;
  font-weight: bold;
  font-size: 0.88em;  
}

#navigation ul li.active a {
  font-style: italic;
  text-decoration: underline;
}

/* -- 2. Ebene -- */
#navigation ul li ul  {
  margin-top: 0;
}

#navigation ul li ul li a {
  font-size: 0.75em;
}


/* -----------------------------------------------------------------------------------
CONTENT
----------------------------------------------------------------------------------- */
#content {
  width: 39.81em;
  min-height: 15.63em;
  height: auto;
  margin-left: 9.38em;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  background-color: #FF6600;
  border-left: 0.19em solid white;
}
/* for Internet Explorer */
* html #content {
  height: 15.63em;
}


/* -----------------------------------------------------------------------------------
FOOTER
----------------------------------------------------------------------------------- */
#footer {
  width: 51.88em;
  height: 4.38em;
  background-color: #FF9900;
  border-left: 0.19em solid white;
  border-right: 0.19em solid white;
  border-bottom: 0.19em solid white;
}

#footerLeft {
  float: left;
  width: 9.38em;
  height: 4.38em;
  background-color: #FF6600;
  border-right: 0.19em solid white;
}

#footerRight {
  width: 42.50em;
  height: 4.38em;
  display: inline;
}

#footerRightContent {
  position: absolute;
  left: 9.30em;
  width: 40.20em;
  text-align: center;
  padding-top: 1.44em;
  font-size: 1.05em;
  font-style: italic;
  color: #666666;
}

#footerRightContent a {
  font-size: 0.63em;
  font-style: italic;
  color: #666666;
}


/* -----------------------------------------------------------------------------------
Address / Disclaimer
----------------------------------------------------------------------------------- */
#address {
  clear: both;
}

#disclaimer {
  position: absolute;
  left: 0.5em;
  margin-top: 3.56em;
}

#disclaimer * {
  color: #666666;
  font-size: 0.63em; 
}

