body {
	color:black;
	background-color:#292C7B;
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
A:link {
	text-decoration: none;
	color:white
}
A:visited {
	text-decoration: none;
	color:white;
}
A:active {
	text-decoration: none;
	color:white;
}
A:hover {
	text-decoration: underline;
	color:white;
}
#profile {
	background-image:url('../Images/Profiel/Profiel_01.png');
	background-repeat:no-repeat;
	width:839px;
	height:555px;
	overflow:hidden;
}
#profileheader {
	height:55px;
	width:100%;
	text-align:center;
}
#profileheader .leftarrow {
	float:left;
	padding-top:10px;
	font-size:14px;
	text-align:left;
}

#profileheader .centerlogo {
	width:565px;
	float:left;
}
#profileheader .rightarrow {
	float:right;
	padding-top:10px;
	font-size:14px;
	text-align:right;
}

/*PICTURES LEFT*/
#leftcol {
	float:left;
	width:415px;
}
.pictures {
	height:375px; 
}
.pictures img.main {
	height:255px;
	max-height:255px;
	max-width:350px;
	border:1px solid black;
}
.pictures img.mini {
	width:80px;
	max-width:80px;
	max-height:105px;
	margin-top:20px;
	margin-left:5px;
	border:1px solid black;
}

/*PROFILE RIGHT*/
#rightcol {
	width:415px;
	float:right;
}
.preview {
	float:left;
}
.info {
	float:left;
}
ul {
	list-style-type:none;
	margin:0px;
	padding-left:20px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
.preview img {
	border:1px solid black;
}
.name {
	color:white;
	font-size:26px;
	font-weight:bold;
	position:relative;
	left:20px;
}
.extrainfo {
	display:block;
	width:375px;
	float:left;
}
.extrainfo .title {
	color:#ffffff;
	font-weight:bold;
	font-size:120%;
	padding-top:10px;
}

.extrainfo .txt {
	color:#ffffff;
	font-weight:bold;
	font-size:100%;
}

.SMS { position:absolute;bottom:33px;border-bottom:1px solid white;width: 375px;color:white;font-size:100%; }

.THREEG { position:absolute;bottom:40px;color:white;font-size:100%; }
.SMS b,.THREEG b { font-size:110%;}

.footer {
	background-image:url('../Images/Profiel/Profiel_02.png');
	background-repeat:no-repeat;
	background-position:bottom;
	position:absolute;
	bottom:0px;
	width:839px;
	height:28px;
} 

