@charset "utf-8";
/* CSS Document */
@import url("reset.css");

body{background-color:#0497ff; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:110%;}
/* wrapper bevat de hele content, navigatie, logo enz..*/
#wrapper{
	width:800px;
	height:550px;
	position:absolute;
	left:50%;
	top:50%;
	background-image:url(../images/home/bg.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:-400px;
	margin-top:-275px;
}
#history{
	display:none;
	width:383px;
	height:430px;
}
#logo{
	position:relative;
	left:1.8em;
	top:1em;
	width:175px;
	height:50px;
	background-image:url(../images/logo/logo.png);
	background-position:left;
	background-repeat:no-repeat;
}
#content{
	position:relative;
	width:775px;
	height:430px;
	margin:60px 10px 10px 10px;
}
#leftcol{
	position:relative;
	width:383px;
	height:430px;
	background-color:#edecea;
	float:left;
	overflow:auto;
}
#rcol img{
	float:left;
	margin:0 .5em .5em 0;
}
#leftcol h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:2em;
	font-weight:bold;
	color:#666;
	margin:.2em 0 1em .2em;
}
#leftcol a{
	font-size:1em;
	color:#666;
	font-weight:bold;
}
#rcol{
	position:relative;
	width:383px;
	max-height:430px;
	height:auto !important;
	height:430px;
	margin-left:389.5px;
	margin-top:-4em;
	overflow:auto;
	font-size:.8em;
	color:#333;
	padding-left:5px;
	line-height:1.2em;
}
#rcol h1{
	color:#666;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:1em;
}
#rcol h2{
	color:#666;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:.7em;
}
#rcol p{
	margin-bottom:1em;
}
#rcol form{
	margin-left:3em;
}
#nav{
	position:relative;
	left:2em;
	top:2em;
	width:75%;
	height:3em;
}
#nav ul li{
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight:bold;
}
#nav ul li a:link{
	text-decoration:none;
	color:#666;
}
#nav ul li a:visited{
		color:#666;
}
#nav ul li a:hover{
	color:#0497ff;
}
#nav ul li a:active{
	color:#0497ff;
}

.linktext{
	color:#600;
}

.project{
	width:340px;
	height:65px;
	background-image:url(../images/projects/nav-project1.png);
	background-repeat:no-repeat;
	color:#0497ff;
	font-size:.6em;
}

.project .text{
	color:#0497ff;
	font-size:1.2em;
	margin-left:75px;
	padding-top:25px;
}
