  html, body, ul, h1, h2, img, p, form, iframe {
	margin: 0px;
	padding: 0px;
	border: 0px;	
  }  
  html, body{
	font: 12px Arial, Helvetica, sans-serif;
	background: url("img/body_bg.png") top left repeat-x;
	width: 100%;
	color: white;
	line-height: 1.4em;
  } 
  a { 
    text-decoration: none;
	color: white;
    text-decoration: underline;
  }  
  h1 {
    font-weight: bold;
	font-size: 22px;
	margin-bottom: 12px;
	color: #D9261C;
	line-height: 1.2em;
  }  
  h2 {
    font-weight: bold;
	font-size: 16px;
	color: #D9261C;
	margin: 5px 0px 9px 0px;
  }  
  h3 {
    font-weight: bold;
	font-size: 16px;
	color: white;
	margin: 5px 0px 60px 0px;
  }
  input {
    font: 12px Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
	border: solid 1px #666666;
	width: 220px;	
	padding: 3px;
	margin-bottom: 2px;
  }
  
/* Seiten-Container */
  #siteFrame {
	width: 7200px;	
  }
  #scrolling_area {
    width: 100%; 
    height: 100%;	
  }
  
/* Header */
  #header {
    height: 103px;
	width: 6450px;
	background: white url("img/header_bg.png") top left repeat-x;
	display: block;
	z-index: 1;
  }
  #header #schild {
	width: 75px;
	height: 91px;
 	position: absolute;
	top: 12px;
	left: 44px;	
  }   
  #header #schild_fuss {
	width: 8px;
	height: 10px;
 	position: absolute;
	top: 103px;
	left: 76px;
  }        
/* Navigation */    
  #navigation {
	position: absolute;
	top: 76px;
	left: 140px;	
	width: 800px;
  } 	 
  #navigation ul {
	list-style-type: none;
  }  
  #navigation li {
    float: left;
	margin-left: 12px;
  }
  #navigation a {	
 	height: 16px;
	width: auto;
	display: block;	
	text-align: left;
  }  
  #navigation a:hover, #navigation a.active {
 	height: 16px;
  }  

/* nur fuer moderne Browser! */  
  html>body #header, html>body #header #schild, html>body #navigation { 
    position: fixed;
  }
    
/* Content */ 
  #content {
    background-color: transparent;
	text-align: left;
	padding: 95px 10px 10px 10px;
  }
  #content #start {
	float: left;
  }  
  #content #title_vorsicht_liebe {
	margin: 36px 0px 0px 68px;
	width: 343px;
	height: 100px;
  } 
  #content #visual_startseite {
    clear: left;
	width: 563px;
	height: 352px;
	margin-top: 13px;
	background: url("img/startbild.jpg") 68px 0px no-repeat;
  }   
  #content #visual_startseite #termin {
	padding: 20px 70px;
  }   
  #content #visual_startseite #termin a {
	color: white;
	text-decoration: none;
  }   
  #content p {
	padding-bottom: 10px;
	line-height: 1.3em;
  }    
  #content ul {
	padding: 3px 0px 10px 15px;
  }  
  #content li {
	padding-bottom: 5px;
  }
  #content .new_column {
    padding: 37px 15px 30px 60px;
	width: 280px;
	float: left;
    position: relative;
  }
  #content .new_column#bildergalerie {
	background: url("img/imagemap_galerie.png") 65px 20px no-repeat;
	width: 651px;
	height: 465px;	
  }
  #content .next_column {
    padding: 33px 15px 30px 15px;
	width: 280px;
	float: left;
    position: relative;
  }  
  #content .vita {
	float: left;
	margin-right: 10px;
  }  

/* Allgemeines*/
  #absenden {
	width: 75px;
	height: 25px;
	background-color: white;
	border: 3px solid red; 
	text-align: center;
	vertical-align: middle;
	color: black;
	font-weight: bold;
	font-size: 13px;
	padding: 0px;
  }
  .clr {
	clear: both;
    font: 0em sans-serif;
	visibility: hidden;
  }  
  .anreistext {
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
  }    
  .autoren {
	font-size: 11px;
  }  