@charset "iso-8859-1";
/* 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:#D5DBE5;
	color: #1B1D5D;
	font-size: 12px;
}


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

h1 {
font-size: 22px;
font-weight: bold;
width:970px;
}

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

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

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

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

.profilcontent {
float:right;
text-align:justify;
color: #D5DBE5;
margin-right:10px;
width:680px;
height:440px;
}

.number {
font-size:28px;
color:#FB0200;
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 #D5DBE5;
}

.info {
font-size:11px;
color:#1B1D5D;
margin:0,0,0,0;
}


