html { height:101%; }
body { height:100%; }

body {
 font-size:85%;
 background-color:#DEDEDE; 
 margin:0px;
 border:0px;
 padding:0px;
}

img {	border:0px;}

/* general layout stuff auch für den öffentlichen Teil der Seite */
#outerwrapper {
 margin:0px auto;
 width:800px;
 height:100%;
}

#wrapper {
 width:800px;
 background-image:url(../_images/start.gif);
 background-repeat:no-repeat;	
 height:100%;
}

#navigation {
 float:left;
 display:inline;
 margin-left:100px;
 margin-top:200px;
 width:251px;
 height:280px;
 z-index:20;  
 background-color:#fff;
 overflow:hidden;
 font-size:11px;
}

#navigation .inner {
  padding:0px;
  border:0px;
  margin:0px;
}


#content {
 margin-top:133px;
 min-height:50px;
 width:449px;
 overflow:hidden;
 background-color:#fff;
 z-index:10;	
 float:right;
 display:inline;	 
}
 
.inner {
  padding:5px 10px 10px 10px;
}

.imagepane {
  margin:10px 0px 10px 0px;
}

h1,h2,h3,h4,p {
 margin-bottom:11px;
}

a {
 text-decoration:none;
}

a:hover {
 text-decoration:underline;
}

#navi td a {
 text-decoration:none;
 color:#000;
 margin-right:5px;
}
#navi td a:hover {
  color:#ccc;
}
#navi td a#active {
  color:#ccc;
} 


#navi td {
 height:25px;
 overflow:hidden;
 vertical-align:top;
}


