@charset "utf-8";
/* CSS Document */
* {margin: 0; padding: 0;}

html, body {
      margin:5px auto;
	  padding:0px;
      height:100%;
	  width:100%;
	  text-align:center;
}

#wrapper {
position: relative;
width: 800px;
margin: 0 auto;
text-align: left;
}	 
 
#Background {
	background-image: url(background.png);
	background-repeat: repeat-x;
	height: 400px;
	width: auto;
    position:relative;
}

#logo {
	background-color:#ffffff;
	position:relative;
	margin-top:0px;
	height: 287px;
	width:756px;
	background-image: url(logo.jpg);
	background-repeat:no-repeat;
    float:left;
	text-align:center;
	left:22px;
}

#Rahmen {
	height: auto;
	width: 793px;
    float:left;
	margin-top:0px;
	position:relative;
	border-bottom-style:none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(tb_bg.png);
	background-repeat: repeat-y;
}

#content {
	height: auto;
	width:790px;
	border:thin;
	position:relative;
	margin-top:0px;
	float:left;
	padding: 0;
	
}	

#contentbiografie {
	height: auto;
	width:790px;
	border:thin;
	position:relative;
	margin-top:0px;
	float:left;
	padding: 0;
	padding-left:40px;
}	
.Navileiste {
     height: 70px;
	 width: 783px;
	 position:relative;
	 background-image: url(backgroundnavi.png);
	 background-repeat: repeat-x;	
	 left:4px;
}
.TextausrichtungNavi {
     position:absolute;
	 bottom:0px;
	 text-align:center;
	 font-weight:bold;
	 font-size:18px;
	 font-family:"Courier New", Courier, monospace;
	 word-spacing:45px;
	 left:28px;
	
}

.wortabstand {
     word-spacing:10px;
}	 

.galerie {
     top:0;
     width: 700px;
	 height: auto;
	 
	 margin-left: 65px;
	 position:relative;
}	 

#textstart {
	width: 500px;
	height: 200px;
	margin-top: 430px;
	margin-left: 415px;
	position:absolute;
	left: -80px;
	top: -1px;
}

.breaker {

    height:0px;
	clear:both;
	overflow:hidden;	
	
}	