  body{
	background-image: url('design/backlines.gif');
	background-repeat: repeat-y;
	background-position: top left;
	font-family: Verdana;
	margin: 0px;
  }
  a:link, a:visited{
	color: #3366CC;
	text-decoration: none;
  }
  .oben{
  	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	background-image: url('design/backtop.png');
	background-repeat: repeat-x;
	background-position: top left;
	vertical-align: top;
  }
  .logo{
  	position: absolute;
	left: 0px;
	top: 0px;
    width: 190px;
	height: 170px;
	padding: 0px;
  }
  .titel{
	color: #B30000;
	font-size: 16pt;
	padding-top: 75px;
	padding-bottom: 40px;
  }
  .kopftext{
  	position: absolute;
	right: 0px;
	top: 0px;
	color: #FFFFFF;
	font-size: 14pt;
	padding-top: 7px;
	padding-right: 7px;
	height: 40px;
  }
  .options{
  	position: absolute;
	right: 0px;
	top: 40px;
    height: 130px;
	width: 200px;
	font-size: 11px;
	padding: 6px;
	vertical-align: bottom;
  }
  .options, .options a:link, .options a:visited{
	color: #666666;
  }
  .options input{
    font-size: 10px;
	padding: 1px;
  }
  .options table{
    font-size: 11px;
	border: 3px double #D63232;
	background-color: #FFFFFF;
	padding-left:  8px;
	padding-right: 8px;
  }
  .navi{
	padding-left: 40px;
	position: absolute;
	top: 170px;
	left: 0px;
	z-index: 2;
  }
  a.nav:link, a.nav:visited{
	position: relative;
	display: block;
	font-size: 11pt;
	color: #666666;
	text-decoration: none;
	width: 90px;
	margin-bottom: 15px;
	padding: 3px;
	padding-left: 5px;
  }
  a.nav:hover{
	text-decoration: none;
  }
  .menu{
    position: absolute;
	display: none;
	left: 40px;
	width: 245px;
	padding-left: 99px;
	border-top: 1px solid #990000;
	background-image: url('design/menu.png');
	background-position: top left;
	background-repeat: repeat-x;
	z-index: 1;
  }
  *[class="menu"]{
    width: 145px;
  }
  .menu div{
	background-color: #FFFFFF;
	border-right: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	background-image: url('design/menu2.png');
	background-position: top;
	background-repeat: repeat-x;
  }
  .menu a:link, .menu a:visited{
	display: block;
	color: #666666;
	text-decoration: none;
	font-size: 11pt;
	padding: 3px;
	padding-left: 6px;
  }
  .menu a:hover{
	background-color: #D63232;
	color: #EFEFEF;
	background-image: url('design/menu_hover.png');
	background-repeat: repeat-y;
	background-position: left;
	text-decoration: none;
  }
  .navi sub{
    display: none;
  }
 
  div.sidebar{
  	position: absolute;
	right: 0px;
	top: 170px;
    font-size: 10pt;
	color: #999999;
	width: 190px !important;
	width: 200px;
	border: 1px dotted #CCCCCC;
	border-right: none;
	padding: 4px;
	padding-left: 8px;
	text-align: left;
	min-height: 300px;
  }
  div.sidebar a:link{
    color: #999999;
  }
  div.sidebar img{
    -moz-opacity: 0.5;
	opacity: 0.50;
  }
  div.sidebar:hover{
    color: #333333;
	border: 1px solid #666666;
	border-left-width: 3px;
	border-right: none;
	padding-left: 6px;
	cursor: default;
  }
  div.sidebar:hover a:link{
    color: #3366CC;
  }
  div.sidebar:hover img{
    -moz-opacity: 1;
	filter: Alpha(opacity=30);
	opacity: 1.00;
  }
  a:hover, .options a:hover{
	color: #CC0000;
	text-decoration: underline;
  }
  .inhalt{
  	position: absolute;
	top: 0px;
	left: 180px;
    font-size: 11pt;
    padding-bottom: 50px;
	height: 100%;
	padding-right: 220px;
  }

  .news{
	width: 100%;
	border-spacing: 0px;
	border: 1px solid #CCCCCC;
	font-size: 11pt;
  }
  .news td{
	padding: 5px;
	border-left: 1px dotted #EFEFEF;
	border-top: 1px dotted #EFEFEF;
  }
  .news tr:hover{
  	background-color: #FEF3E0;
  }
  .news .head td{
	background-color: #EFEFEF;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
  }
  .news small{
	display: block;
	margin-top: 3px;
  }

  .bericht{
	border: 1px solid #CCCCCC;
	width: 99%;
	border-spacing: 0px;
  }
  .bericht td{
	border-bottom: 1px solid #CCCCCC;
	padding: 4px;
  }
  .bericht .text{
	padding: 10px;
  }
  .bericht table td{
	border: 0px none;
  }
  .formular td{
	padding:10px;
  }
  .formular input[type="checkbox"]{
	margin-left: 0px;
  }
  .formular label{
	font-size: 10pt;
	display: block;
	padding-bottom: 4px;
  }
  .formular input[type="text"]{
	width:100%;
	padding: 1px;
	font-size: 14px;
  }
  .info{
	background-color: #D9EBD8;
	border: 1px dashed #4A8C37;
	color: #4A8C37;
	font-weight: bold;
	padding: 12px;
	padding-left: 10px;
  }
  .gallery{
	width: 500px;
  }
  .gallery img{
	margin: 5px;
  }
  
  li{
	padding: 1px;
  }
  li a, li font{
	margin-left: 7px;
  }
  html:root li, html:root li a {
	padding: 0px;
	margin: 0px;
	/* nur für Mozilla */
  }
  .berichtbild{
  	border: 1px solid #666666;
	padding: 3px;
	margin: 1px;
	float: left;
	font-size: 10pt;
	text-align: center;
  }
  .berichtbild a img{
  	display: block;
  }
  .icon{
  	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
  }
  
  h3{
  	margin: 0px;
  	margin-left: 4px;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 13pt;
  }
  
  .cp .icon{
  	display: block;
	margin: 4px 0px;
  }
  .cp{
  	width: 600px;
	font-size: 10pt;
  }
  .cp td{
  	width: 50%;
	text-align: center;
	vertical-align: top;
  }
  .cp th{
  	width: 50%;
	font-weight: normal;
	vertical-align: top;
  }
  .cp div{
  	margin: 4px auto;
	background-color: #EFEFEF;
	-moz-border-radius: 10px;
	text-align: left;
	padding: 6px 10px;
	width: 70%;
  }