/*

 himighausen.de CSS Framework 0.1
 Martin Schleyer, <!--DATE-->14.09.2007<!--/DATE-->

 Layout

*/


.hidden, .printonly
{
 display:none;
}

#page
{
  height: 100%; /* IE */
}

#page[id] /* others */
{
    height:auto;
    min-height:100%;
}

html
{
  height:100%;
  margin:0;
  padding:0;
}

body
{
  height:100%;
  margin:0;
  background: #c6d44e url('/images/bg.gif') repeat-y;
}

#page
{
  position:relative;
  width:770px;
  margin:0;
  min-height:100%;
  border-right:1px white solid;
}

#header #logo
{
  float:left;
  background: #c6d44e url('/images/top_left.gif') no-repeat;
  width:175px;
  height:140px;
  margin:0px;
  padding:0px;
}

#header #logo img
{
  border:0px;
  margin-left:18px;
  margin-top:8px;
}

#header #image
{
  float:left;
  background: #c6d44e url('/images/top_right.gif') no-repeat;
  width:595px;
  height:140px;
  margin:0px;
  padding:0px;
}

#header #left
{
  clear:left;
  float:left;
  background: #c6d44e url('/images/bottom_left.gif') no-repeat;
  width:215px;
  height:32px;
  margin:0px;
  padding:0px;
  border-bottom:1px white solid;
}

 #header #headline
{
  float:left;
  background: #ffcc99;
  width:555px;
  height:32px;
  margin:0px;
  padding:0px;
  border-bottom:1px white solid;
}

#header #menu_line

{
  position:relative;
  left:215px;
  width:555px;
  height:24px;
  line-height:24px;
  margin:0px;
  padding:0;
  clear:left;
  background-color:#ffddbb;
  vertical-align:middle;
 }

#header #menu_line p
{
  margin:0 0 0 20px;
}

#menu
{
  position:absolute;
  width:189px;
  top:173px;
  left:25px;
  z-index:3;
}

#menu ul {
   margin:0px;
   padding:0px;
   width:189px;
 }

#menu li
{
   list-style:none;
   width:189px;
   padding:0px;
   margin:0px;
   background:no-repeat 14px 0px;
   vertical-align: bottom; /* This fixes the IE5 Win gap! */
}

#menu li.sub
{
}

#menu a
{
  display:block;
  line-height:24px;
  height:24px;
  padding:0 0 0 14px;
  background:url('/images/m_back.gif') repeat-y transparent;
  font-size:1px;
  text-decoration:none;
  border-bottom:1px #FFFFFF solid;
}

#menu a:hover, #menu a.act
{
   background:url('/images/mh_back.gif') repeat-y transparent;
}

#menu a.sub, #menu a.subact
{
  line-height:20px;
  height:21px;
  padding:0 0 0 32px;
  background:url('/images/m_back.gif') repeat-y #ffddbb;
  vertical-align:middle;
}

#menu a.sub:hover, #menu a.subact
{
  background:url('/images/mh_back.gif') repeat-y #ffddbb;
}


#content
{
  clear:both;
  width:510px;
  margin:0px 20px 0px 235px;
  padding:10px 0 20px 0;
  overflow:hidden;
}

#footer
{
 position:absolute;
 clear:both;
 bottom:0px;
 width:555px;
 height:18px;
 line-height:18px;
 margin:0 0 0 215px;
 padding:0;
 background-color:#ffddbb;
 vertical-align:middle;
 text-align:center;

}