/*-----------------------------

	Project: Doldersum Afbouw
	Basis CSS
	
-----------------------------/*

/* -- Overall page settings -- */
html,body{
	margin: 0px;
	background-color: #E2E2E2;
	width: 100%;
}

a:hover{
	outline: none;
	color: #05644d;
}

a:link{
	outline: none;
	color: #05644d;
}

a:visited{
	outline: none;
	color: #05644d;
}

a:active{
	outline: none;
	color: #05644d;
}

/* -- Header / Menu -- */
#div_header{
	width: 100%;
	height: 192px;
	background-image: url(../images/bg_repeat.jpg);
	background-repeat: repeat-x;
}

#div_header_menu{
	width: 985px;
	float: left;
}

#div_header_logo{
	position: absolute;
	margin-top: 22px;
	width: 268px;
	height: 170px;
}

#div_banner{
	height: 15px;
	margin-top: 39px;
}

#div_banner_home{
	height: 15px;
	margin-top: 25px;
}

/* -- Content --*/

#div_heading_container{
	width: 100%;
	background-image: url(../images/img_heading.jpg);
	background-repeat: repeat-x;
	height: 36px;
}

#div_heading_naw{
	width: 269px;
	float: left;
}

#div_naw{
	background-image: url(../images/img_naw_back.jpg);
	background-repeat: no-repeat;
	width: 269px;
	height: 368px;
	float: left;
	background-color: #dfdfdf;
}

#div_leerbedrijf{
	margin-top: 35px;
}

#div_naw_content{
	width: 180px;
	height: 250px;
	margin-top: 30px;
	margin-left: 50px;
}

#div_heading_title{
	height: 36px;
	float: left;
	padding: 0px;
}

#div_content_container{
	width: 100%;
	height: 415px;
	background-image: url(../images/img_content_back.jpg);
	background-repeat: repeat-x;
}

#div_content{
	width: 630px;
	height: 370px;
	padding-top: 20px;
	padding-left: 25px;
	float: left;
}

#clipso_menu{
	width: 120px;
	height: 500px;
	float: left;
	padding-top: 40px;
	font-family: arial;
	font-size: 12px;
	line-height: 14px;
}

#clipso_menu a{
	text-decoration: none;
}

#clipso_menu a:hover{
	text-decoration: underline;
}

#clipso_menu ul{
	list-style-type: none;
}

#clipso_menu li{
	height: 20px;
}

#clipso_logo{
	height: 180px;
	margin-top: 10px;
	margin-bottom: 20px;
