body {
 	font-family: Arial, Helvetica, sans serif;
 	font-size: 10pt;
 	background-image: url('bg.gif');
 	background-repeat:repeat-y
 }
 h1 {
 	font-size: 12pt;
 	font-weight: bold;
 	margin-bottom: 20px;
 	margin-top: 20px;
}
 h2, h3, h4 {
 	font-size: 10pt;
 	font-weight: bold;
 	margin-bottom: 14px;
 	margin-top: 14px;
}
p.z1 {
 	font-weight: bold;
 	margin: 0px;
 	padding: 2px;
 	color: #0000FF;
 	background-color: #E5F4FF;
 	border: 1px solid #F3F8FF;
 	}
p.z2 {
 	font-weight: bold;
 	margin: 0px;
 	padding: 2px;
 	color: #0000FF;
 	background-color: #F3F8FF;
 	border: 1px solid #E5F4FF;
 	}
p.buch {
    margin: 0px 10px 5px 0px;
 	padding: 12px 2px 12px 2px;
 	background-color: #F3F8FF;
 	border: 1px solid #E5F4FF;
 	}
#buch {
    width: 150px;
    padding: 10px;
    border-left: 2px solid #E5F4FF;
    margin-left: 15px;
    float: right;
    background-color: #FFFFFF;
    }
.z1 a:visited {
    color: #0000FF;
    }
.z2 a:visited {
    color: #0000FF;
    }
p.bild {
 	margin: 0px 75px 10px 75px;
 	font-size: 9pt;
 	}
table {
 	font-size: 10pt;
}
img {
	border: 0px;
	}
a img {
	border: 1px solid;
	}
#content {
    position: absolute;
    top: 160px;  /* with Banner: 108px; without: 8px */
    left: 183px;
    background-color: #FFFFFF;
    width: 610px;
    background-color: #FFFFFF;
    }
a {
	text-decoration: none;
	color: #0000FF;
	}
a:visited {
    color: #5a3696;
	text-decoration: none;
    }
a:hover {
    background-color: #EEEEFF;
	text-decoration: underline;
	}
 hr {
     margin-top: 0px;
     margin-bottom: 0px;
     border: 0;
     color: #FFFFFF;
     background-color: #FFFFFF;
     height: 1px;
     width: 1px;
  }
#banner {
    position: absolute;
    top:  0px;
    left: 182px;
    background-color: #FFFFFF;
    width: 815px;
    height: 95px; 
/*    display: none; */
    }
sub, sup {line-height: 1;}
h1 sub, h1 sup {font-size:70%;}
p.social {background-color: #E5F4FF; width:100%; margin-top:0px; padding: 2px}
#navi {
    position: fixed;
    top: 0px;
    left: 7px;
/*    background-color: #E5F4FF; */
	width: 160px;
	height: 100%;
	}	
#right {
    position: absolute;
    top: 160px;
/*    left: 840px; */
/*    background-color: #E5F4FF; */
/*	border: 2px solid #E5F4FF;   */  
    left: 800px;
	}
div.bluebox {
	height:160px;
	padding: 3px;
	overflow:auto;
	background-color:
	#F3F8FF;
	border: 1px solid #E5F4FF;
	margin-bottom: 5px;
	}		
.menu ul {
	list-style-type: none;
	margin-left: -4;
	padding: 0;
	}
.menu li {
	font-weight: bold;
    display: block;
    width: 160px;
    padding: 4px;
	display: block;
	border: 1px solid #E5F4FF;
	background-color: #F3F8FF;
	}
.menu a:visited {
    color: #0000FF;
    text-decoration: none;
	}
.menu li a:hover {
    color: #FF0000;
    text-decoration: none;
	}
.menu a img {
    border: 0;
    }
.sponsors img{
	margin: 1px;
    }
@media print {
#navi, #banner, #right, #footer {
   display: none;
 }
#content {
    position: absolute;
    top: 8px;
    left: 8px;
 }
}