@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/bg_equal.gif) repeat-y;
	color:#000000;
	line-height:18px;
}
p {
	line-height:150%;
	margin-bottom:15px;
	
}
img {
	border:0px;
}
a:link, a:visited {
	color:#e2001a;
	text-decoration:none;
}
a:active {
	color:#000000;
}
a:hover {
	color:#000000;
}

h1 {
	margin-bottom:20px;
	margin-top:15px;

	font-size:200%;
	color: #e2001a;
}

h2 {
	color:#000;
	margin-bottom:10px;
	
	font-size:150%;
	
}
ul {
margin: 15px 0 0 0;
	padding: 0;
	
}
ul li {margin-left: 35px; line-height:18px;
margin-bottom:10px;
}

#container {
	width:960px;
	background: url(images/bg_left.jpg) repeat-y 100% 0;
	float:left;
	display:inline;

}
#left {
	width:323px;	
		float:left;
	
		display:inline;
		
}

#right { 
width: 637px;
float:right;
display:inline;
}
#content {
	
	padding-top:100px;
	width: 600px;
	margin-left:35px;
	
}

#content span {
	padding-left:25px;
}

.logo {
	margin: 50px 0 0 40px;
}
	
/**************************************NAV ******************************************************/


ul#nav {
position:absolute;
width:323px;
height:99px;
}
ul#nav li {
padding:0;
margin:0;
list-style-type:none;
float:left;
text-indent:-9999px;
display:block;
}

ul#nav li a {
border:0;
text-decoration:none;
display:block;
background:transparent url(images/nav.png) no-repeat;
}

li#home a {
width:323px;
height:33px;
}
li#home a:link, li#home a:visited {
background-position: 0px 0px;
}
li#home a:hover, li#home a:focus {
background-position:-323px 0px;
}
body#home-page ul#nav li#home a {
background-position:-323px 0px;
}



li#conduct a {
width:323px;
height:33px;
}
li#conduct a:link, li#conduct a:visited {
background-position: 0px -33px;
}
li#conduct a:hover, li#conduct a:focus {
background-position:-323px -33px;
}
body#conduct-page ul#nav li#conduct a {
background-position:-323px -33px;
}



li#contact a {
width:323px;
height:33px;
}
li#contact a:link, li#contact a:visited {
background-position: 0px -66px;
}
li#contact a:hover, li#contact a:focus {
background-position:-323px -66px;
}
body#contact-page ul#nav li#contact a {
background-position:-323px -66px;
}



li#wie a {
width:323px;
height:33px;
}
li#wie a:link, li#wie a:visited {
background-position: 0px -99px;
}
li#wie a:hover, li#wie a:focus {
background-position:-323px -99px;
}
body#wie-page ul#nav li#wie a {
background-position:-323px -99px;
}

li#doelstelling a {
width:323px;
height:33px;
}
li#doelstelling a:link, li#doelstelling a:visited {
background-position: 0px -132px;
}
li#doelstelling a:hover, li#doelstelling a:focus {
background-position:-323px -132px;
}
body#doelstelling-page ul#nav li#doelstelling a {
background-position:-323px -132px;
}

#languages {
	text-align:right;
	margin-left:500px;
}
#clear {
	clear:both;
}

* html .group { 
	height: 1%;
}

	
/* IE7 */	
*:first-child+html .group { 
	min-height: 1px;
	} 
