@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:#751C0D;
	color: #F0C596;
	font-size: 12px;
}


/* Links */
a:link	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a:visited	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
a:active	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	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 #751C0D;
background-color:#751C0D;
}

.profil {
width:970px;
height:445px;
border: 1px solid #751C0D;
background-color:#F0C596;
}

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

.profilcontent {
float:right;
text-align:justify;
color: #751C0D;
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 #751C0D;
}

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


