* {
margin:0 auto;
}

body {
font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
color:#231F20;
line-height:24px;
min-height:100%;
background-color:#a1bf2f;
background-image:url(../images/achtergrond.png);
background-repeat:repeat-x;
background-position:top;
margin:0px;
padding:0px;
}

table {
padding:0px; 
margin:0px;
text-align:justify;
}
 
input,select {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
line-height:normal;
color:#a1bf2f;
height:25px;
width:300px;
border :1px solid #a1bf2f;
background-color:transparent;
}

textarea {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
line-height:normal;
color:#a1bf2f;
height:155px;
width:300px;
border :1px solid #a1bf2f;
background-color:transparent;
}

p {
font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
color:#231F20;
line-height:normal;
}

img {
border:0px;
}

a:link {
color:#e3ecc0;
text-decoration:none;
font-weight:bold;
}
	
a:visited {
color:#231F20;
text-decoration:none;
font-weight:bold;
}
	
a:hover	{
color:#231F20;
text-decoration:underline;
font-weight:bold;
}

h1 {
margin-bottom:0px;
padding-bottom:0px;
font-size:22px;
color:#393536;
text-decoration:none;
text-transform:none;
display:inline;
}

h2 {
margin-bottom:0px;
padding-bottom:0px;
font-size:16px;
line-height:30px;
color:#e3ecc0;
text-decoration:none;
text-transform:none;
display:inline;
}

h3 {
margin-bottom:0px;
padding-bottom:0px;
font-size:16px;
line-height:30px;
color:#e3ecc0;
text-decoration:none;
text-transform:none;
display:inline;
}

h4 {
display:inline;
font-weight:bold;
font-size:14px;
vertical-align:middle;
color:#393536;
}

#wrapper {
width:1200px;
height:900px;
margin:0 auto;
}

#navigation {
width:1200px;
height:245px;
}

#content {
width:1200px;
height:655px;
}

.subnavigatie_DaelDesign_contact_titel {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
color:#a1bf2f;
}

.subnavigatie_DaelDesign_contact_titel a { text-decoration:none; color:#a1bf2f; }
.subnavigatie_DaelDesign_contact_titel a:link { color:#a1bf2f; }
.subnavigatie_DaelDesign_contact_titel a:visited { color:#a1bf2f; }
.subnavigatie_DaelDesign_contact_titel a:hover { color:#fff; }


.subnavigatie_DaelDesign_contact_subtitel {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#fff;
}

.subnavigatie_DaelDesign_contact_subtitel a { text-decoration:none; color:#a1bf2f; }
.subnavigatie_DaelDesign_contact_subtitel a:link { color:#a1bf2f; }
.subnavigatie_DaelDesign_contact_subtitel a:visited { color:#a1bf2f; }
.subnavigatie_DaelDesign_contact_subtitel a:hover { color:#fff; }

.subnavigatie_DaelDesign_contact_italic_tekst {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:11.5px;
color:#a1bf2f;
}

.subnavigatie_DaelDesign_contact_italic_tekst a { text-decoration:none; color:#a1bf2f; }
.subnavigatie_DaelDesign_contact_italic_tekst a:link { color:#a1bf2f; }
.subnavigatie_DaelDesign_contact_italic_tekst a:visited { color:#a1bf2f; }
.subnavigatie_DaelDesign_contact_italic_tekst a:hover { color:#fff; }

.subnavigatie_DaelDesign_contact_content_tekst {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color:#a1bf2f;
}

.subnavigatie_DaelDesign_contact_content_tekst a { text-decoration:none; color:#a1bf2f; }
.subnavigatie_DaelDesign_contact_content_tekst a:link { color:#a1bf2f; }
.subnavigatie_DaelDesign_contact_content_tekst a:visited { color:#a1bf2f; }
.subnavigatie_DaelDesign_contact_content_tekst a:hover { color:#fff; }

.image_carousel {
	padding: 0px 0px 0px 0px;
	position: relative;
}
.image_carousel img {
	border: 1px solid #e3ecc0;
	background-color: #e3ecc0;
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
}
a.prev, a.next {
	background: url(../images/miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 85px;
}
a.prev {
	left: -2px;
	background-position: 0 0; 
}
a.prev:hover {		
	background-position: 0 -50px; 
}
a.next {
	right: -2px;
	background-position: -50px 0; 
}
a.next:hover {		
	background-position: -50px -50px; 
}
a.prev span, a.next span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}