@charset "UTF-8";
/* CSS Document */

*
{
	margin:0;
	padding:0;
}

body
{
	background-color:#eeeeeee;
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #734d21;
}

#root
{
	width: 100%;
	height: 100%;
	background-image:url(images/bgpattern.png);
	background-repeat:repeat-x;
}

#header
{
	width: 800px;	
	height: 304px;
	margin-left: auto;
	margin-right: auto;
	
}

#logo
{
	width: 283px;
	height: 87px;
	background-image:url(images/logo_links2.png);
	background-repeat:no-repeat;
	position:absolute;
	top: 75px;
	left: 0px;

}

#banner
{
	width: 507px;
	height: 231px;
	background-image:url(images/banner.png);
	background-repeat: no-repeat;
	position: relative;
	top: 58px;
	left: 293px;
	
}

#menu li
{
	display: block;
	float: left;
	height: 35px;
	background-image:url(images/bgMenu.png);
	background-repeat: repeat-x;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 2px;
	border-bottom-width: 2px;
	border-bottom-color: #db8127;
	border-bottom-style: solid;
	
	
}

#menu
{
	position: relative;
	top: 0px;
	right: 5px;
	float: right;
}

#menu a
{	display: block;
	height: 35px;
	color:#FFFFFF;
	text-decoration: none;
	padding-top: 11px;
	padding-left: 10px;
	padding-right: 10px;
}

#menu a:hover
{
	color:#ffffff;
	text-decoration: none;
}

#menu li:hover
{
	border-bottom-width: 2px;
	border-bottom-color: #95afbe;
	border-bottom-style: solid;
}

h1
{
	color:#95afbe;
	margin-bottom: 20px;
	font-size: 22px;
}

h2
{
	color:#95afbe;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}

h3{
	margin-bottom: 10px;
	}

p
{
	width: 95%;
	margin-left: 10px;
	margin-bottom: 15px;
}

img.floatLeft
{
	float:left;
	padding-left: 10px; 
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 0px;
}
img.floatRight
{
	float:right;
	padding-left: 10px; 
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 0px;
}
p.intro
{
	font-weight:bold;
	font-size: 12px;
}

ul
{
	margin-left: 30px;
	margin-bottom: 10px;
}

a
{
	text-decoration:none;
	color: #95afbe;
}
a:hover
{
	text-decoration:none;
	color: #db8127;
}
/*PAGINAS*/

#page
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#left
{
	width: 240px;
	padding-right: 10px;
	position: absolute;
}
#contentLeft
{
	float:right;
}

#right
{
	width: 535px;
	position: relative;
	left: 250px;
	padding-left: 10px;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-color:#666666;
	border-left-style: dashed;
	margin-bottom: 25px;
}

.blockColor
{
	width: 535px;
	border-width: 1px;
	border-color: #7fc6ef;
	border-style:dotted;
	display:block;
	padding-bottom: 5px;
	padding-left:5px;
	padding-right:5px;
	padding-top: 5px;
	font-size:14px;
	font-weight: bold;
	color:#95afbe;
	text-align:center;
}

.center
{
	text-align:center;
}

#menuKaart a
{
	display:block;
	text-align: right;
	margin-bottom: 5px;
	color:#FFFFFF;
	background-color: #8c622d;
	padding-bottom:3px;
	padding-top: 3px;
	padding-right: 3px;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-color: #db8127;
	border-bottom-style: solid;
}

#menuKaart a:hover
{
	border-bottom-width: 2px;
	border-bottom-color: #7fc6ef;
	border-bottom-style: solid;
}

.style1
{
	text-decoration:none;
	color: #7fc6ef;
	font-size: 14px;
	padding-bottom: 15px;
}

#blockMenu td
{
	border-bottom-width: 1px;
	border-bottom-color: #eeeeee;
	border-bottom-style: solid;
}

/* _____________________form----------------*/

#naam, #achternaam, #onderwerp{
height: 13px;
width: 250px;
background-color:#CCCCCC;
border-style:dotted;
border-width:1px;
border-color:#747273;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
position:absolute;
left: 120px;
font-weight:normal;
text-transform:none;
margin-bottom: 2px;
}

#EmailFrom{
height: 13px;
width: 250px;
background-color:#CCCCCC;
border-style:dotted;
border-width:1px;
border-color:#747273;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
position:absolute;
left: 120px;
font-weight:normal;
text-transform:none;
margin-bottom: 2px;
}

#bericht{
height: 100px;
width: 250px;
background-color:#CCCCCC;
border-style:dotted;
border-width:1px;
border-color:#747273;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
position:absolute;
left: 120px;
font-weight:normal;
text-transform:none;
margin-bottom: 2px;
}
#submit{
height: 23px;
width: 100px;
background-color:#CCCCCC;
border: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
position:relative;
left: 110px;
font-weight:normal;
text-transform:none;
margin-bottom: 2px;
margin-top: 90px;
}
#reset{
height: 23px;
width: 100px;
background-color:#CCCCCC;
border:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
position:relative;
left: 110px;
font-weight:normal;
text-transform:none;
margin-bottom: 2px;
margin-top: 90px;
}

#tab
{
	position:absolute;
	left: 120px;
}
