/* CSS Document */

h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin:0;
	padding:0;
 }
 
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #d1d2d4;
	color: #000000;
	background-image: url(gfx/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	height:  100%;
	}


#container {
	height:  100%;
	width : 672px;
	overflow: auto;
	margin : 0 auto;
	}


#top {
	margin-top:27px;
	height: 94px;
	width : 672px;
	background-image: url(gfx/logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	}
	
#flashid_animatie {
	height: 203px;
	}
	
#content {
	width: 464px;
	background-color: #FFF;
	padding-top: 21px;
	margin : 0 auto;
	}
	
#footer  {
	position:relative;
	bottom: 0;
	color: #6d6e71;
	font-size: 10px;
	}
	
P {
	margin-bottom: 10px;
	line-height: 18px;
	}

UL {

	}


LI {
	line-height: 18px;
	}
	
H1 {
	font-size: 15px;
	}
	
H2 {
	font-size: 14px;
	}
	
A {
	color:#8bb838;
	text-decoration:none;
	}
	
A:hover {
	color: #000;
	text-decoration:none;
	}
/* list styles menu*/	
	
UL#menu-1{
	position: relative;
	left: 8px;
	top: 8px;
	width: 120px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6d6e71;
	line-height: 16px;
	padding: 0;
	margin:0;
	list-style:none;
	float: left;
	}
	
UL#menu-contact{
	position: relative;
	top: 8px;
	width: 80px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6d6e71;
	line-height: 16px;
	padding: 0;
	margin:0;
	list-style:none;
	float: right;
	}
	
UL#menu-2{
	position: relative;
	top: 8px;
	width: 120px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6d6e71;
	line-height: 16px;
	padding: 0;
	margin:0;
	list-style:none;
	float: right;
	}
	
UL#menu-1 A {
	text-decoration: none;
	color: #6d6e71;
	}
	
UL#menu-1 A:hover {
	text-decoration: none;
	color: #8bb838;
	}
	
UL#menu-contact A {
	text-decoration: none;
	color: #6d6e71;
	}
	
UL#menu-contact A:hover {
	text-decoration: none;
	color: #8bb838;
	}
	
UL#menu-2 A {
	text-decoration: none;
	color: #6d6e71;
	}
	
UL#menu-2 A:hover {
	text-decoration: none;
	color: #8bb838;
	}
	
.activeLink {
	color:  #8bb838;
	}