
* {
padding:0;
 margin:0;}

body {
  font:11px/16px "Lucida Grande","Lucida Sans Unicode","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",sans-serif;
  color:#000;
  background-color:#fff;
}

.clear{
  clear:both;
  line-height:1px;
}

a {
	text-decoration:none;
	color:#000000;
}

a:hover {
color:#33CCFF;
}

#active{
font-weight:bold;
color:#33CCFF;
}

#wrapper {
	width:800px;
	margin:20px auto;
}

#left {
	display:block;
	width:200px;
	float:left;
}

#logo a{
	background: transparent url("wassily_zittel_logo.png") no-repeat left top;
	height:56px;
	width:168px;
	margin-bottom:10px;
	display:block;
	float:left;
}

#logo span{
  display:none; 
}
ul#navi {
  list-style:none;
}   
#left hr {
	width:168px;
}

#content img {
	float:right;
	margin-bottom:15px;
}

hr {
height:1px;
border:none;
color:#999;
background-color:#999;
margin:20px 0 10px;
}

table  td, table  th{
	padding-bottom:7px;
	vertical-align:top;
}

table  th{
	text-align:right;
	font-weight:normal;
	padding-right:10px;
}

table span {
	font-weight:bold;
}

