 body {
	margin: 0px; border: 0px; padding: 0px;
	background: #999999;
	font-size: 18px;
}

#navigation{	
	position: absolute;
        height:100%;
	margin-top: 30px;
	margin-left: 25px;
	width: 325px;
 }

.navtitle{ margin-top: 10px; }

.navitem { height: 20px;}


#content {
	position:absolute;
	margin-top: 80px;
	margin-left: 400px;
	padding-left: 1em;
	padding-right: 2em;
  	width: 60ex;
	font-family: "bembo roman", garamond, verdana, sans-serif;
	line-height: 120%;
	color: white;
	
}

#impressum {
	margin-top:5px;
	margin-bottom:5px;
	color: white;
	font-family: "bembo roman", garamond, verdana, sans-serif;
           }   

img { border-style:none; }

h1,h2,h3 { 
      font-size: large;
      line-height: 120%;
   }

h4 { margin-bottom:0em; }

.hspace { height: 1ex }

a { color:white;text-decoration:none }

