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


/* Profile */
#profilecontainer {
	clear:both;
}

#profile_header {
	overflow:auto;
	margin-bottom:10px;
}

#profile_header_left {
	width:295px;
	float:left;
}
#profile_header_left .title {
	display:block;
	font-size:18px;
	margin-bottom:10px;
	color:#1771bf;
}
#profile_header_left h2 {
	display:block;
	color:#054ba6;
	font-size:24px;
	margin-bottom:30px;
}
#profile_header_left .subtitle {
	display:block;
	font-weight:bold;
	font-size:14px;
	color:#054ba6;
	margin-bottom:10px;
}
#profile_header_left .categories {
	font-size:14px;
}

#profile_header_right {
	height:180px;
	width:305px;
	float:right;
}
#profile_menu {
	height:30px;
	line-height:30px;
	padding:5px;
	background:#054ba6;
}
#profile_menu ul { list-style:none; padding:0; margin:0;}
#profile_menu li { display:inline; line-height:30px;}
#profile_menu li a {
	display:block;
	padding:0 10px;
	margin-right:5px;
	background:#1771bf;
	color:#fff;
	float:left;
	text-decoration:none;
}
#profile_menu li a:hover {
	background:#5ba9d9;
}
#profile_menu li.active a {
	background:#5ba9d9;
}
#profile_menu li a.active  {
    background:#5ba9d9;
}
#profile_post {
	line-height:25px;
}
#profile_post h2 {
	display:block;
	font-weight:bold;
	font-size:16px;
	color:#054ba6;
	margin:20px 0 15px 0;
}

#profile_post h3 {
	display:block;
	font-weight:bold;
	font-size:15px;
	color:#054ba6;
	margin:10px 0 10px 0;
}
#profile_post h4 {
	display:block;
	font-weight:bold;
	font-size:14px;
	color:#000;
	margin:10px 0 10px 0;
}

#profile_post p {
	margin-bottom:20px;
}

#profile_post ol,  #profile_post ul {
	margin-bottom:20px;
	padding: 0 0 0 20px;
}
.profiel_logo {
    width:300px;
    height:120px;
    border:1px solid #ccc;
    margin: 0 0 8px 0;
}
.profiel_logo a {
    display: block;
    width:300px;
    height:120px;
}
