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

*
{
padding: 0;
margin: 0;
font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	text-transform:uppercase;
	font-size: 16px;
	margin-bottom:1em;
	font-weight:normal;
	color:#333333;
}

h2 {
	text-transform:uppercase;
	font-size: 14px;
	margin-bottom:1em;
	font-weight:normal;
	color:#333333;
}

body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;}

#container {
	background-color:#FFFFFF;
	width: 750px;
	margin: 35px auto;
	padding-top: 5px;}

#header {
	width: 740px;
	margin-left: 5px;
	margin-right: 5px;
	height: 65px;
	background-image: url(../img/bgheader.gif);
	background-repeat: repeat-x
}

#img {
	width: 740px;
	height: 181px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	background-image: url(../img/hdrpic.jpg);
	}
	
#menu {
	background: url(../img/menubg1.gif);
	background-repeat: repeat-x;
	width: 740px;
	height: 41px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	padding-top: 5px;
}

#menu ul {
	padding-top: 5px;}

#menu ul li
{
font-size:13px;
padding-left: 5px;
display: inline;
min-height:30px;
}

#menu ul li a
{
padding: 0.5em 1.0em 0.9em 1.0em;
color: #fff;
text-decoration: none;
min-height:30px;
}

#menu ul li a:hover
{
text-decoration: underline;
}

#menu ul li a.active
{
background: url(../img/menuactive.gif);
background-repeat: repeat-x;
min-height:30px;
}

#menubottom
{
background-image: url(../img/border1.gif);
background-repeat: repeat-x;
width: 740px;
margin: 0 auto;
height: 14px;
margin-bottom: 1.5em;
}

/* content */

#content {
	width: 740px;
	margin: 5px auto;
	padding-top: 25px;
}

/* leftcontent */

#leftcontent {
	width: 210px;
	min-height: 350px;
	float: left;
	padding-left: 15px;
	padding-bottom: 30px;}
	
#leftcontent ul {
	list-style-type:none;
}

#leftcontent h1 {
	text-transform:uppercase;
	color:#494949;
	font-size:12px;
	width:68px;
	font-weight:normal;
	line-height:1em;
	margin-bottom:5px;
}

#leftcontent h1.type {
	margin-top: 15px;
}

#leftcontent ul li a {
	color:#454545;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:11px;
	font-size:10px;

	border-left: 1px dotted #006666;
	width:162px;
	display:block;
	text-decoration:none;
}
#leftcontent ul li a.last {
	border-left: 1px dotted #006666;
}	
	
/* rightcontent */
	
#rightcontent {
	float: left;
	width: 454px;
	padding-left: 25px;
	padding-right: 35px;
	border-left: 1px dotted #666666;
	margin-bottom: 25px;
	}
	
#rightcontent p {
	font-size: 12px;
	margin-bottom:0.5em;
	color: #333333;
}

#rightcontent a {
	text-decoration: underline;
	color:#333333;
}

#rightcontent ul {
	font-size: 12px;
	color: #333;
	list-style-type:none;
	margin-left:10px;
}

/* cv */

#rightcontent h2.border {
	border-bottom:1px solid #006666;
	margin-top: 1.5em;
}

#rightcontent h2.first {
	border-bottom:1px solid #006666;
}

span.points {
	width:80px;
	display:block;
	float:left;
}

span.type {
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#006666;}

strong {
	padding-bottom:10px;
}
#rightcontent p.indent {
	margin-left:50px;
}

#rightcontent p.tab {
	margin-left:20px;
}

/* portfolio */

#afbeeldingen img {
	width: 159px;
	height: 65px;
	border: 1px solid #000;}

#afbeeldingen {
	margin-top: 35px;}

/* footer */

#footer {
width: 740px;
margin: 0 auto;
height: 30px;
clear: both;
padding-top: 15px;
background-image: url(../img/border2.gif);
background-repeat: repeat-x;
}

#footer p {
	font-size: 11px;
	color:#333333;
	padding-left: 10px;
	margin-top: 7px;
	}
