body {
	font-family:Arial,Helvetica,Switzerland,Univers,sans-serif;
	background-color:white;
	font-size:10pt;
	width:1024px;
}

a {
	color:#3069a1;
}

a:visited {
	color:#4898ee;
}

a:active {
	color:#4898ee;
}


div.bio {
	border:dotted silver 1px;
	width:100%;
	max-height:250px;
	max-width:1000px;
	padding:5px;
	margin-bottom:10px;
}

div.bio_pic {
	width:250px;
}
div.bio_txt {
	width:75%;
	position:relative; left:200px; top:-200px;
}
div.infoblock_l {
	width:25em;
	float:left;
	background-color:white;
	padding:2px;
	border:dotted silver 1px;
	margin:5px;
}


h3 {
	background-color:#bbd9f8;
	font-size:12pt;
	padding:2px;
	margin:0px;
}

div.infoblock_r {
	width:25em;
	float:right;
	background-color:white;
	padding:2px;
	border:dotted silver 1px;
	margin:5px;
}

div#header{
	background-color:#bbd9f8;
	font-size:8pt;
	padding:5px;
}

div#name {
	float:left;
	font-size:16pt;
	width:600px;
}

div#foto {
	float:right;
}
div#logo {
	float:left;
	width:500px;
	background-color:#bbd9f8;
	text-align:center;
	padding:10px;
}

div#mitgliedsnr {
	float:left;
	width:500px;
	padding-top:20px;
	text-align:center;
}

div#footer {
	background-color:#bbd9f8;
	font-size:8pt;
	text-align:right;
	clear:both;
	padding:3px;
}

div#descr {
	background-color:white;
	font-size:10pt;
	clear:both;
	padding:5px;
}

div.invisible {
clear: both;
height: 1px;
background-color: transparent;
}

