body {
	margin: 0px;
	font-family: helvetica, arial, san-serif;
	color:  #1f181f;
	font-size: 12px;
	background-color: #BEB2BE;
  	background-image: url(graphics/bkgrd_01.gif); 
}

div#outer {
  	width: 520px;
  	overflow:visible;
  	position: absolute;
	left: 50%;
  	margin-left: -260px;
  	/* background-image: url(graphics/schatten.gif); */
  	background-color: white;
 
  	}


p {
	margin-left: 26px;
	line-height: 15px;
	width: 460px;
}

h1 {
	font-size:  25px;
	font-weight: normal;
	margin-top: 30px;
	margin-left: 26px;
	color:  #403640;
}

h2 {
	font-size:  18px;
	font-weight: normal;
	margin-top: 20px;
	margin-left: 26px;
	margin-bottom: 25px;
	color:  #403640;
}


a:link, a:visited {
	color: #1f181f;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
	color:  #1f181f;		
}

.bio {
	font-size: 12px;
	line-height: 150%;
}
img {
	margin-left: 10px;
}

#footer {
	margin-top:  50px;
	margin-left: 26px;
	color:  #666666;
	font-size: 10px;
}
#footer a {
	color:  #666666;
	text-decoration: none;
	border:  0px;
}
#footer a:hover {
	color:  #000000;
	text-decoration: none;
	border:  0px;
}

#info {
	margin-top:  25px;
	margin-bottom: 45px;
	margin-left: 26px;
	color:  #000000;
	font-size: 12px;
}
#info a {
	color:  #666666;
	text-decoration: none;
	border:  0px;
	border-bottom: 1px dotted #e1e1e1;	
}
#info a:hover {
	color:  #000000;
	text-decoration: none;
	border:  0px;
	border-bottom: 1px solid black;	
}



#imagebox {
	position: absolute;
	width: 300px;
	background-color: transparent;
	top: 330px;
	left: 525px;
}
#imagebox img{
	border: 1px solid #333333;
	margin-right:  0px;
}
.abstand {
	height: 5px;
}





