body {
  	margin: 0px;
    font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 90.01%;
  	color: #636363;
    background-color: #ffffff;
  }
table#topnav {
	margin: 0px;
	height: 80px;
	background-image: url(bilder/ana_menu_bg.jpg);
	background-repeat: repeat-y;
  }
table#topnav td a {
	padding: 0.2em 1em;
	text-align: left;
	font-size: 1em;
    text-decoration: none;
  }
table#topnav td a:hover {
    background-color: #dddddd;
    text-decoration: none;
    color: #000000;
  }
table#topnav td span {
	padding: 0.2em 1em;
	font-size: 1em;
  	font-weight: normal;
 	color: #000000;
  	background-color: #d5e1d4;
  }
table#topnav td#logo a {
	padding: 0;
  }
table#topnav td#logo a:hover {
	background-color: #A8B8A8;
  }

ul#leftnav {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: right;
	font-size: 1em;
	line-height: 1.2em;
	border: none;
	background-color: #fff;
  }
ul#leftnav li {
	list-style: none;
	display: block;
	margin: 0 0 0.8em 0.8em;
	padding: 0;
  }
ul#leftnav a, ul#leftnav span {
    padding: 0.2em 1em;
    font-weight: normal;
	text-decoration: none;
  }
* html ul#leftnav a, * html ul#leftnav span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
ul#leftnav a:hover {
    background-color: #eeeeee;
    color: #000000;
  }
ul#leftnav span {
  	font-weight: normal;
  	color: #000;
  	background-color: #eeeeee;
  }
h1 {
	font-weight: bold;
	font-size: 1.4em;
	color: #000000;
  } 
  
a:link {
	color: #346969;
  }

a:visited, a:hover, a:active {
	color: #600000;
  }
 
p {
	margin: 0 0 1.0em 0;
	font-size: 0.9em;
	line-height: 1.6em;
	font-weight: normal;
	text-align: justify;
  }
ol.n {
	margin: 0 0 3em 0;
	font-size: 0.9em;
	line-height: 1.6em;
  }
ul.n {
	list-style: none;
	margin: 0.4em 0 1em 0;
  }
ul.n li  {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.6em;
  }

table.n {
	border: 0;	
  }  
table.n td {
	padding: 0.4em 1em;
	font-size: 0.9em;
	line-height: 1.6em;
  }
table.n td ul{
	padding: 0.4em 1em;
	font-size: 1.1em;
	line-height: 1.6em;
  }

h2 {
	margin: 0 0 0 0;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.4em;
  }
h3 {
	margin: 0.5em 0 0 0;
	font-weight: bold;
	font-size: 0.9em;
	color: #000000;
  }
h2 em {
	font-weight: bold;
	font-style: normal;
	color: #000000;
  }  

#top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	background: #efefef;	
  }
#main {
	position:absolute;
	top: 180px;
	left: 0px;
	width: 100%;
	margin-left: 0;
  }
#sidenav {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	margin-left: 0;
  }
#maintext {
	position:absolute;
	top: 0px;
	left: 220px;
	width: 620px;
	margin-left: 0px;
  }
#maintext em {
	font-weight: bold;
	font-style: normal;
	color: #000000;
  }
#team {
	position: relative;
	width: 620px;
	min-height: 180px;
	margin-left: 0px;
  }
#team img.team {
	position: relative;
	top: 0px;
	left: 0px
	width: 160px;
	height: 160px;
	margin: 0 0 0 0;
  }
