@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	font-family:"Trebuchet MS", Verdana;
	color:#000000;
	font-size:12px;
	width:100%;
	height:100%;

	background-image:url(../images/background.jpg);
	
	}
p {
	margin:0px;
	}
a {
	text-decoration:underline;
	font-style:italic;
	color:#005693;
	}
a:hover {
	color:#7AB51D;
	text-decoration:underline;
	}	
h1 {
	font-size:22px;
	color:#005693;
	}	
a.login {
	position:absolute;
	display:block;
	width:10px;
	height:10px;
	right:0px;
	top:0px;
	}	
/* main_site */
#over_flow {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	overflow:scroll;
	}
#background {
	position:absolute;
	width:100%;
	height:auto;
	overflow:hidden
	}
#main_container {
	width:1000px;
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-500px;
	}	
#sphere_container {
	position:absolute;
	top:0px;
	left:0px;
	width:770px;
	height:470px;
	background-image:url(../images/sphere_bg.png);
	background-repeat:no-repeat;
	}
#menu_containter{
	position:absolute;
	top:395px;
	left:55px;
	width:676px;
	height:50px;
	}	
#logo {
	position:absolute;
	right:0px;
	top:0px;
	}	
#notitie_bord {
	position:absolute;
	top:180px;
	right:-20px;
	background-image:url(../images/bordje.png);
	width:270px;
	height:310px;
	}		
		
#content_area {
	position:absolute;
	top:490px;
	left:-25px;
	width:820px;
	min-height:520px;
	
	background-image:url(../images/c_bg.png);
	}
#smal_sphere {
	position:absolute;
	top:485px;
	right:0px;
	
	width:230px;
	height:545px;
	}	
/* extra's */

#foot_left {
	position:absolute;
	top:40px;
	left:0px;
	height:100%;
	background-image:url(../images/foot_left.png);
	width:53px;
	}
#foot_right {
	position:absolute;
	top:40px;
	right:0px;
	height:100%;
	background-image:url(../images/foot_right.png);
	width:150px;
	}
			
	
/* content */
div.content_bg {
	margin-top:-40px;
	width:100%;
	background-image:url(../images/content_bg.png);
	background-repeat:no-repeat;
	height:400px;
	line-height:22px;
	font-size:13px;
	}

div.content {
	margin-left:80px;
	margin-right:80px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:13px;
	line-height:22px;
	}	
/* sphere */
img.sphere {
	
	}
div.sphere_smal_1 {
	margin-top:17px;
	width:200px;
	height:146px;
	overflow:hidden;
	margin-left:21px;
	}		
div.sphere_smal_2 {
	margin-top:37px;
	margin-left:20px;
	width:200px;
	height:150px;
	overflow:hidden;
	}
div.sphere_smal_3 {
	margin-top:23px;
	margin-left:19px;
	width:200px;
	height:150px;
	overflow:hidden;
	}
/*notitie bord */
div.not_inside{
	margin-top:115px;
	margin-left:22px;
	margin-right:40px;
	margin-bottom:40px;
	
	}
/* menu items */
a.menu_link {
	display:block;
	width:100%;
	height:50px;
	}

div.menu_item1,div.menu_item1 a{
	float:left;
	width:70px;
	height:50px;
	background-image:url(../images/menu.png);
	}
div.menu_item1 a:hover , div.menu_item1_act{
	float:left;
	width:70px;
	height:50px;
	background-image:url(../images/menu_over.png);
	}
div.menu_item2,div.menu_item2 a {
	float:left;
	width:70px;
	height:50px;
	background-image:url(../images/menu.png);
	background-position:606px 0;
	}
div.menu_item2 a:hover, div.menu_item2_act{
	float:left;
	width:70px;
	height:50px;
	background-image:url(../images/menu_over.png);
	background-position:606px 0;
	}	
div.menu_item3,div.menu_item3 a{
	float:left;
	width:80px;
	height:50px;
	background-image:url(../images/menu.png);
	background-position:536px 0;
	}
div.menu_item3 a:hover, div.menu_item3_act{	
	float:left;
	width:80px;
	height:50px;
	background-image:url(../images/menu_over.png);
	background-position:536px 0;
	}		
div.menu_item4,div.menu_item4 a{
	float:left;
	width:100px;
	height:50px;
	background-image:url(../images/menu.png);
	background-position:456px 0;
	}
div.menu_item4 a:hover, div.menu_item4_act{
	float:left;
	width:100px;
	height:50px;
	background-image:url(../images/menu_over.png);
	background-position:456px 0;
	}	
div.menu_item5,div.menu_item5 a{
	float:left;
	width:80px;
	height:50px;
	background-image:url(../images/menu.png);
	background-position:356px 0;
	}
div.menu_item5 a:hover, div.menu_item5_act{
	float:left;
	width:80px;
	height:50px;
	background-image:url(../images/menu_over.png);
	background-position:356px 0;
	}	
div.menu_item6,div.menu_item6 a{
	float:left;
	width:85px;
	height:50px;
	background-image:url(../images/menu.png);
	background-position:276px 0;
	}
div.menu_item6 a:hover, div.menu_item6_act{
	float:left;
	width:85px;
	height:50px;
	background-image:url(../images/menu_over.png);
	background-position:276px 0;
	}	
div.menu_item7, div.menu_item7 a{
	float:left;
	width:130px;
	height:50px;
	background-image:url(../images/menu.png);
	background-position:191px 0;
	}
div.menu_item7 a:hover, div.menu_item7_act{
	float:left;
	width:130px;
	height:50px;
	background-image:url(../images/menu_over.png);
	background-position:191px 0;
	}
div.menu_item8,div.menu_item8 a{
	float:left;
	width:61px;
	height:50px;
	background-image:url(../images/menu.png);
	background-position:61px 0;
	}
div.menu_item8 a:hover, div.menu_item8_act{
	float:left;
	width:61px;
	height:50px;
	background-image:url(../images/menu_over.png);
	background-position:61px 0;
	}	
div.pool a{
	background-image:url(../images/poolcommunicatie.png);
	width:141px;
	height:16px;
	}
div.pool a:hover {
	background-image:url(../images/poolcommunicatie_aan.png);
}	
					
						
