html, body {
  background: #faf9eb;
  margin: 0;
  height: 100%;
}

#mainFrame {
  height: 100%;
}

#leftFrame {
  width: 250px;
  height: 100%;
  float: left;
}

#leftMenu {
  width: 250px;
  height: 145px;
  background: #28272b;
}

#contentFrame {
  width: 420px;
  height: 100%;
  background: #e3e2d6;
  float: left;
}

#contentFrameImprint {
  width: 420px;
  /*height: 100%;*/
  background: #e3e2d6;
  float: left;
}

#content {
  font-family: verdana, sans-serif;
  font-size: 12px;
  padding: 25px;
  line-height: 22px;
  color: #333;
}

#header {
  width: 450px;
  height: 145px;
  background: url(images/logo.gif) no-repeat;
}

h1 {
  font-size: 16px;
  text-transform: uppercase;
}

h2 {
  font-size: 14px;
}

#nav a {
  font-size: 18px;
  text-decoration: none;
  font-weight: bold; 
  color: #b3a10b;
}

#TeaserContent {
  font-family: verdana, sans-serif;
  color: #b7a714;
  font-size: 22px;
  text-transform: uppercase;
  font-style: italic;
  position: absolute;
  top: 200px;
  left: 200px;
}

#answers a {
  color: #999;
}

#menu {
  position: absolute;
  top: 110px;
  left: 90px;
}

#menu a {
  font-family: verdana, sans-serif;
  font-size: 16px;
  text-decoration: none;
  padding-left: 15px;
  color: #999;
  font-style: italic;
}

/*
#ihk {
  position: absolute;
  top: 600px;
  left: 310px;
}
*/

/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 80%; /* Set to gallery width, in px or percentage */
/*height: 264px; Set to gallery height */
/*position: absolute;*/
/*top: 450px;*/
/*left: 50px;*/
overflow: hidden;
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -30px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */