/*ie 6* html #div {
}*/

/*ie 7*+html #div {
}*/

/* ==============================================================================================
   Naam:          basis
   Door:          Zinster Webdesign (www.zinster.nl)
   Datum:         
   Opdrachtgever: 
	 
	 Notes:
	 ======
		donkergrijs:#453533;
		middengrijs:#d7d1ce;
		lichtgrijs:#e8e6e4;
		huisstijlgroen:#a5c35e;
   ================================================================================================ */

* {
	margin: 0;
	padding: 0;
}

html { 
	height: 100%; margin-bottom: 1px; 
	}
	
/*t.b.v. ie6 png fix*/
img, div {
	behavior: url(../ie6/iepngfix.htc);
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	background-image:url(../images/bg_body.gif);
	background-repeat:repeat-x;
}
.lange_bg{
	background-image:url(../images/bg_body2.gif);
	background-repeat:repeat-x;
}

a:link, a:visited {
	color:#a5c35e;
	text-decoration:none;

}

a:hover {
}

p {
	color:#fff;
}

p a:link, p a:visited{
}

p a:hover {
}

h1 {
	color:#a5c35e;
	font-size:17px;
	line-height:22px;
}

h2 {
}

h3{
}

h4{
}

h5{
}

h6{/*plattegronden*/
	margin-top:-85px;
	border:1px solid #999;
}

#wrapper {
	position:relative;
	margin:20px auto;
	width:965px;
}
	
#menu {
	width:963px;
	height:50px;
	float:left;	
	background:#453533;
	border-right:1px solid #fff;
}

#menu ul {
	padding:0;
	margin:18px -1px 0px 0px;
	list-style:none;
	float:right;
}

#menu ul li {
	color:#e8e6e4;
	float:left;
	border-right:1px solid #e8e6e4;
	padding:0 10px;
	font-size:11px;
	margin:0;
}

#menu li {
}

#menu li a:link, #menu li a:visited{
	color:#e8e6e4;
	text-decoration:none;
}
#menu li a:hover{
	font-weight:normal;
	color:#FFF;
}
#menu li.currentLink a:link, #menu li.currentLink a:visited{
	font-weight:bold;
	color:#FFF;
}
#menu li ul {
	position: absolute;
	/*width: 50px; *//*width bepaalt of menu verticaal of horizontaal getoond wordt*/
	left: -999em;
	/*background-color:#453533;*/
	margin:0px;
	padding:0px;
	float:left;
	}
/*ie6*/
*html #menu li ul {
	margin-top:-20px;
	width:352px;
}

#menu li ul li { /*vormgeving van de 2e menu-laag*/
	line-height:14px;
	display:block;
	border:none;
}

#menu li ul li a:link, #menu li ul li a:visited {
	/*color:#999999;*/
	/*margin-top:20px; ie6*/
	/*padding:0px 7px 3px 7px;*/
	padding:2px 10px;
	margin-left:-21px;
	border-left:1px solid #e8e6e4;
}
/*ie6*/
* html #menu li ul li a:link,* html #menu li ul li a:visited {
	margin-top:20px;
}

#menu li ul li a:hover {
	color:#fff;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
	color:#333333;
}

#menu li:hover ul ul, #menu li.sfhover ul ul {
	left: -999em;/*zorgt ervoor dat de 2 lijst niet direct zichtbaar is*/
}


#logo {
	width:963px;
	height:80px;
	float:left;
}

#header, #footer {
	/*width:856px;*/
	height:85px;
	float:left;
	background:#453533;
	border-bottom:1px solid #fff;
	/*border-top:1px solid #fff;*/
}
/*ie6*/
* html #footer {
	margin-top:-85px;
}
#mainContent {
	width:856px;
	height:250px;
	float:left;
	background:#453533;
}

#disclaimer {
	position:absolute;
	top:570px;
	left:637px;
	width:330px;
	color:#999;
	visibility:hidden;
	cursor:pointer;
}
.content_1k {
	width:107px;
}
.content_3k {
	width:320px;
	border-right:1px solid #fff;
	height:250px;
	float:left;
}
.content_3k_lang {
	width:320px;
	border-right:1px solid #fff;
	height:335px;
	float:left;
	background:#453533;
}
/*ie6*/
* html .content_3k_lang img {
	width:320px;
}

.content_4k {
	width:427px;
	height:250px;
	border-right:1px solid #fff;
	float:left;
}
.content_4k_lang {
	width:427px;
	height:335px;
	border-right:1px solid #fff;
	background:#453533;
	float:left;
}
.content_5k {
	width:534px;
	height:250px;
	/*border-right:1px solid #fff;*/
	float:left;
}

.content_5k_lang {
	width:534px;
	height:335px;
	/*border-right:1px solid #fff;*/
	float:left;
	background:#453533;
}

.border-right{
	border-right:1px solid #fff;
	float:left;
}

.border-top{
	border-top:1px solid #fff;
	float:left;
}
.border-right-top{
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	float:left;
}
.border-bottom{
	border-bottom:1px solid #fff;
	float:left;
}
.bottom {
	position:absolute;
	bottom:0px;
}

.float_left{
	float:left;
}
.padding_omg {
	padding:20px 30px 30px 50px;
}
.padding_home {
	padding:10px 5px 10px 15px;
}
#secondContent{
	float:right;
	width:107px;
	height:421px;
	/*border-left:1px solid #fff;*/
	border-right:1px solid #fff;
	background:#453533;
	}
#credits {
	float:right;
	width:956px;
	color:#CCC;
	font-size:9px;
	text-align:right;
}

#credits a{
	text-decoration:none;
	color:#999;
}
/* ========== Form elements =======================*/

input {
	float:right;
	width:130px;
	height: 15px;
	margin-bottom:5px;
}
	
.label {
	float:left;
	width:75px;
	line-height:20px;
}

/* ================================================================================================ */

