/* CSS Document */

html,body{
	height: 100%;
	width: 100%;
	margin: 0px auto;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-y;
	background-position: center top;
	behavior: url('/styles/csshover.htc');
}


/* structure */
#top_container{
	height: 593px;
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	background-image: url('../images/top_repeat.jpg');
	background-repeat: repeat-x;
}

#full_container{
	height: 100%;
	width: 990px;
	margin: 0px auto;
	position: relative;
	background-image: url('../images/top_repeat.jpg');
	background-repeat: repeat-x;
}


#top{
	height: 135px;
	width: 990px;
}

#left{
	height: 100px;
	width: 252px;
	float: left;
}

#right{
	height: 100px;
	width: 738px;
	float: left;
}



/* top */
#logo{
	height: 135px;
	width: 314px;
	float: left;
	background-image: url('../images/logo.jpg');
}

#navigatie1_blok{
	height: 135px;
	width: 600px;
	float: left;
}



/* left */
#navigatie2_blok{
	position:relative;
	height: 380px;
	width: 252px;
	float: left;
	z-index:2
}

#inschrijf_button{
	height: 78px;
	width: 252px;
	float: left;
	cursor: pointer;
	background-image: url('../images/inschrijven.jpg');
}
#inschrijf_button_uk{
	height: 78px;
	width: 252px;
	float: left;
	cursor: pointer;
	background-image: url('../images/inschrijven-uk.jpg');
}

#nieuwsbrief{
	height: 213px;
	width: 215px;
	float: left;
	padding: 30px 0px 0px 37px;
}



/* right */
#header_blok{
	height: 194px;
	width: 738px;
	margin-top: 42px;
	float: left;
}

#content_container{
	position:relative;
	float:left;
	width:738px;
	min-height:300px;
	background-color:#FFFFFF;
}
div#content{
	position:relative;
	float:left;
	width:610px;
	margin-left:65px;
	margin-top:35px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size: 11px;
	color: #464646;
	line-height: 18px;
	overflow:hidden;
	padding-right: 5px;
}
div#content a{
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size: 11px;
	color: #4F72AC;
	line-height: 18px;
	text-decoration:underline;
	padding-right: 5px;
}
div#content a:hover{
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size: 11px;
	color: #4F72AC;
	line-height: 18px;
	text-decoration:none;
	padding-right: 5px;
}

input{
  font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
  color: #4E4E4E;
  font-size: 11px;	
}