@charset "utf-8";
/* CSS Document */

body	{
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
 	font-family: Arial, Helvetica, sans-serif;
	background-color:#fbf6e1;
	color: #000000;
	font-size: 12px;
}


/* Links */
a:link	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a:visited	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
a:active	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

h1 {
font-size: 16px;
font-weight: bold;
}

h2 {
font-size: 14px;
font-weight: bold;
width:970px;
}

#container {
margin-top:10px;
width: 980px;
height: auto;
border: 1px solid #000000;
background-color:#FFFFFF;
}

.profil {
width:970px;
height:445px;
border: 1px solid #000000;
background-color:#fbf2cb;
}

.profilpicture {
float:left;
margin-left:3px;
width:270px;
height:440px;
margin-top:10px;
}

.profilcontent {
float:right;
text-align:justify;
margin-right:10px;
width:680px;
height:440px;
margin-top:5px;
}

.number {
font-size:22px;
color:#666666;
height:50px;
margin-top:10px;
font-weight:bold;
text-align:center;
vertical-align:baseline;
}

#contentunten {
margin-top:20px;
height: auto;
width:970px;
border-top:1px solid #000000;
}

.info {
font-size:10px;
color:#000000;
margin:0,0,0,0;
}


