/* CSS Document */
/* lay-out */
#topmarge {
	text-align:center;
	height:30px;
	vertical-align:bottom;
	font-size:11px;
	font-weight:bold;
	letter-spacing:0.12em;
	color:#999999;
	padding-top:10px;
}
#topmarge h1 {
	font-size:11px;
	font-weight:bold;
	letter-spacing:0.12em;
	color:#999999;
}
#logotop {
	background-color:#00ADEF;
	height:45px;
}
#menu {
	text-align:left;
	width:910px;
	height:25px;
	margin: 0px 0px 0px 0px;
	padding-left:40px;
}

#home {
	width:100px;
	height:25px;
	float:left;
	background-image:url(../img/home_1.gif);
	background-repeat:no-repeat;
	padding-right:405px;
}
#home a, #home:link {
	background-image:url(../img/home_0.gif);
	background-repeat:no-repeat;
	border:none;
	width:100px;
	height:25px;
	text-decoration:none;
	display:block;
}
#home a:hover {
	background-image:url();
}	
#menuitem_1 {
	width:115px;
	height:25px;
	float:left;
	background-image:url(../img/profiel_1.gif);
	background-repeat:no-repeat;
	text-align:left;
}
#menuitem_1 a, #menuitem_1:link {
	background-image:url(../img/profiel_0.gif);
	background-repeat:no-repeat;
	border:none;
	width:100px;
	height:25px;
	text-decoration:none;
	display:block;
}
#menuitem_2 {
	width:100px;
	height:25px;
	float:left;
	background-image:url(../img/portfolio_1.gif);
	background-repeat:no-repeat;
	text-align:left;

}
#menuitem_2 a, #menuitem_2:link {
	background-image:url(../img/portfolio_0.gif);
	background-repeat:no-repeat;
	border:none;
	width:100px;
	height:25px;
	text-decoration:none;
	display:block;
	text-align:left;

}
#menuitem_3 {
	width:100px;
	height:25px;
	float:left;
	background-image:url(../img/nieuws_1.gif);
	background-repeat:no-repeat;
}
#menuitem_3 a, #menuitem_3:link {
	background-image:url(../img/nieuws_0.gif);
	background-repeat:no-repeat;
	border:none;
	width:100px;
	height:25px;
	text-decoration:none;
	display:block;
}
#menuitem_4 {
	width:75px;
	height:25px;
	float:left;
	background-image:url(../img/contact_1.gif);
	background-repeat:no-repeat;
}
#menuitem_4 a, #menuitem_4:link {
	background-image:url(../img/contact_0.gif);
	background-repeat:no-repeat;
	border:none;
	width:75px;
	height:25px;
	text-decoration:none;
	display:block;
}


#menuitem_1 a:hover, #menuitem_2 a:hover, #menuitem_3 a:hover, #menuitem_4 a:hover  {
	background-image:url();
}	


#main {
	width:950px;
	min-height:490px; /* Real browsers */
	height: expression( this.scrollHeight < 490? "490px" : "auto" ); /* IE */
	margin: 0px 0px 10px 0px;
	text-align:left;
}

#tekst {
	position:absolute;
	left:50%;
	margin-left:100px;
	top:150px;
	width:334px;
	z-index:2;
}
#home_portfolio {
	position:absolute;
	left:50%;
	margin-left:-460px;
	top:396px;
	width:334px;
	z-index:2;
	color:#FFFFFF;
}
#home_portfolio h2, #home_portfolio a, #home_portfolio li, #home_portfolio a:visited {
	color:#FFFFFF;
	font-weight:bold;
}


#content_links {
	float:left;
	width:500px;
	margin-top:20px;
	margin-right:50px;
}

#content_links h1 {
	color:#00ADEF;
}

#content_links img {
	margin-bottom:20px;	
}

#content_rechts {
	float:left;
	width:370px;
	margin-top:20px;
	background-color:#CCEFFC;
	padding:10px;
	min-height:470px; /* Real browsers */
	height: expression( this.scrollHeight < 470 ? "470px" : "auto" ); /* IE */

}


#bottom {
	background-color:#00ADEF;
	height:45px;
}
/* typografie*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height:18px;
}
h1 {
	font-size: 16px;
	font-weight:bold;
	color:#000000;
	line-height:18px;
	margin:0px 0px 10px 0px;	
}
h2 {
	font-size: 11px;
	font-weight:bold;
	line-height:20px;
	color:#000000;
	margin:0px;
}
p {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #000000;
	text-decoration:underline;	
}
a:hover {
	text-decoration:none;	
}
input, select, textarea {
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #FF0083;
	margin-bottom:4px;
}


ul {
	margin-top:4px;
}

li {
	line-height: 16px;
	list-style-position: outside;
	list-style-type: square;
	margin-left: -20px;
	margin-top:0px;
}
.intro {
	font-size: 14px;
	line-height:24px;
	font-stretch:expanded;
}
.img {
	padding: 0px 0px 0px 0px;
}
