/**
*	Copyright 2006 MediaMonks Multimedia Holding B.V., All Rights Reserved.
*
*	IDLegal/stylesheet [print]
*
*	@version	1.0
*	@date		19-10-2006
*	@author		Tim Rijkse <tim2@mediamonks.com>
*/

* {
	margin:						0;
	padding:					0;
	border:						0;
	font-family: 				Verdana, sans-serif;
}

h1 {
	font-size: 					12px;
	font-weight:				bold;
	color:						#000;
	margin-bottom:				20px;
}

.content h1 {
	margin-bottom:				3px;
}

h2 {
	height:						auto;
	border-left:				20px solid #00ADEF;
	padding:					3px 5px 3px 5px;
	font-size: 					12px;
	font-weight:				bold;
	color:						#FFF;
	background-color:			#000;
	margin-top:					35px;
}

p {
	line-height:				15px;
	font-size:					10px;
	color:						#000;
	margin-bottom:				20px;
}

p.bold {
	color:						#FFF;
	margin-bottom:				15px;
}

p.date {
	font-size: 					10px;
	font-weight:				bold;
	color:						#7C7C7C;
	margin-bottom:				20px;
}

p.smallbold {
	line-height:				15px;
	font-size: 					10px;
	font-weight:				bold;
	color:						#000;
	margin-bottom:				20px;
}

a {
	color:						#00AFEE;
	text-decoration:			none;
}
a:hover {
	text-decoration:			underline;
}

a.pdf {
	display:					block;
	height:						30px;
	background:					url(../images/bg_a_pdf.jpg) no-repeat;
	font-size: 					10px;
	color:						#00AEED;
	text-decoration:			none;
	margin-bottom:				10px;
	padding-left:				30px;
}
a:hover.pdf {
	text-decoration:			underline;
}

a.print {
	position:					absolute;
	top:						15px;
	left:						0;
	display:					block;
	width:						100px;
	height:						15px;
	padding:					5px 0 0 30px;
	background:					url(../images/bg_a_print.jpg) no-repeat;
	font-size: 					10px;
	color:						#8C8C8C;
	text-decoration:			none;
}
a:hover.print {
	text-decoration:			underline;
}

img.logo {
	position:					absolute;
	top:						57px;
	left:						-30px;
}

img.imgmargin {
	margin-bottom:				10px;
}

.spacer {
	clear:						both;
}

.dottedline {
	background:					url(../images/bg_dottedline.jpg) repeat-x;
	height:						1px;
	margin-bottom:				30px;
	font-size:					1%;
}

.blueline {
	width: 						140px; 
	height: 					1px; 
	padding:					0;
	margin-top:					15px;
	margin-bottom:				20px;
	font-size: 					1%; 
	border-bottom: 				1px solid #00ADEF;
}

.content {
	width: 						640px;
	margin:						0 auto;
	margin-bottom:				30px;
}

.cv .left h1,
.trackrecord .left h1,
.contact .left h1 {
	margin-bottom:				15px;
}

.cv .left p,
.trackrecord .left p,
.contact .left p {
	font-size: 					12px;
	font-weight:				bold;
	margin-bottom:				15px;
}

.cv .left p.small,
.trackrecord .left p.small,
.trackrecord .left p.smallbold
 {
	font-size:					10px;
}

.cv .left p.grey,
.trackrecord .left p.grey
{
	font-size: 					10px;
	color:						#848484;
	margin:						0;
}

.cv .left img,
.trackrecord .left img {
	margin-bottom:				15px;
}

.cv .right .bluelink,
.trackrecord .right .bluelink,
.greybox .bluelink {
	position:					relative;
	border-bottom: 				1px solid #00ADEF;
	margin-bottom:				30px;
	height:						15px;
}

.cv .right .bluelink p,
.trackrecord .right .bluelink p,
.greybox .bluelink p {
	position:					absolute;
	right:						0;
	top:						0px;
	width:						70px;
	background: 				#00ADEF;
	margin:						0;
	padding: 					0px;
	padding-left:				4px;
}

.cv .right .bluelink a,
.trackrecord .right .bluelink a,
.greybox .bluelink a {
	color:						#FFF;
	font-weight:				bold;
	text-decoration:			none;
}

.cv .right p,
.trackrecord .right p {
	margin-top:					25px;
	margin-bottom:				5px;
}

.specialismen h2,
.contact h2 {
	margin-top:					0;
}

.specialismen p {
	margin-top:					10px;
	margin-bottom:				0;
}

.cv h2 {
	margin-top:					0;
}

.trackrecord h1,
.trackrecord h2 {
	margin-top:					0;
	margin-bottom:				25px;
}

.trackrecord .greybox img {
	margin-bottom:				25px;
}

.trackrecord .right .blueline {
	width:						100%;
}

.trackrecord .left ul {
	list-style-type:			none;
	font-weight:				bold;
	font-size:					12px;
}

.trackrecord .left ul li {
	margin-bottom:				15px;
}	

.contact .left .contactbox
{
	margin-bottom: 15px;	
}

.contact .left .contactbox p.padding {
	padding-left:				15px;
}

.contact .left .contactbox p.name {
	font-size:					12px;
	font-weight:				bold;
	margin-bottom:				15px;
	padding-left:				15px;
}

.contact .left .contactbox p.nummers {
	margin-top:					15px;
}

.contact .left .contactbox p.email {
	font-weight:				bold;
	margin-top:					15px;
	padding-left:				15px;
}

.contact .left .contactbox p {
	color:						#FFF;
	font-size:					10px;
	font-weight:				100;
	margin-bottom:				0;
}

.contact .greybox .form input,
.contact .greybox .form textarea {
	font-family: verdana, arial;
	font-size: 10px;
	width: 278px;
	border: 1px solid #C3C1B5;
	margin-bottom: 10px;
	padding: 2px 0 2px 3px;
}
.contact .greybox .form textarea {
	height: 60px;	
}
.contact .greybox .formbuttons
{
	text-align: left;
}
.contact .greybox .form input.submitbut
{
	display: inline;
	font-size: 10px;
	font-weight: bold;
	border: none;
	color: #FFF;
	width: 93px;
	margin-right: 11px;
	background-color: #00ADEF;
	cursor: pointer;
}
.contact .greybox .form input.resetbut
{
	display: inline;
	font-size: 10px;
	font-weight: bold;
	border:	none;
	color: #FFF;
	width: 65px;
	background-color: #000;
	cursor: pointer;
}
.contact .greybox .form input#zipcode
{
	width: 75px;
	margin-right: 10px;
}
.contact .greybox .form input#residence
{
	width: 190px;
	margin-right: 0;
}

.contact .greybox .form p {
	margin-bottom:				3px;
	color:						#929290;
}

.contact .greybox p span,
.contact .greybox .form p span {
	color:						#F00;
}

.blackbox {
	position:					relative;
	height:						69px;
	margin-bottom:				15px;
	border:						1px solid #000;
	background-color:			#000;
}

.blackbox p {
	color:						#FFF;
	margin:						10px 10px 0 150px;
	padding:					0;
}

.blackbox img {
	position:					absolute;
	top: 						0;
	left:						0;
}

div.header
{
	height: 75px;
	background: none;
}
div.header .wrapper
{
	display: none;
}
img.print_logo
{
	position: relative;
	margin: 5px auto 10px auto;
	display: block;
}
div#wrapper
{
	width: 645px;
	overflow: hidden;
}
div.footer
{
	display: none;
}
.specialismen .left {
	float:						left;
	width:						365px;
	margin-right:				30px;
	margin-bottom: 15px;
}

.specialismen .right {
	float:						left;
	width:						365px;
	margin-bottom: 15px;
}