@charset "UTF-8";
/* -----------------------------------
Site:       Dryade Obod Camp
CSS author: Yolanda van Nieuwkoop
Updated:	december 2011
Updated by: Yolanda
----------------------------------- */

/* -----------------------------------
simple reset
----------------------------------- */

html, body, ul, ol, li, form, fieldset, legend
{
	margin: 0;
	padding: 0;
}
html {overflow-y: scroll;}
h1, h2, h3, h4, h5, h6, p { margin-top: 0; }
fieldset, img { border: 0; }
legend { color: #000; }

input, textarea, select, button
{
	font-size: 110%;
	line-height: 1.1;
	font-family: helvetica, arial, sans-serif;
}

button
{
	width: auto;
	overflow: visible;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 1px;
	border-style: solid;
}

caption, th, td
{
	text-align: left;
	vertical-align: top;
	font-weight: bolder;
	border-width: 1px;
	border-style: solid;
	padding: 5px;}
	
li { list-style: none; }

abbr, acronym
{
	border-bottom: .1em dotted;
	cursor: help;
}

sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

pre, code
{
	font-family: "Courier New", monospace, serif;
	font-size: 100%;
	line-height: 1.2;
}
.structural
{
	position: absolute;
	left: -900em;
}
/* ----------- 
elements
--------------------- */

body {
	margin: 0px;
	color: #4a3f23;
	font-size: 14px;
	font-family: "Trebuchet MS",Arial, Verdana, Univers;
	background-color: #8C7742;
	background-image: url(../images/pattern.jpg);
	background-repeat: repeat;
}

h1 { color: #a08950; font-size: 18px; font-weight: bold; margin: 3px 0px 25px 0px; }
h2 { color: #ffffff; font-size: 16px; font-weight: normal; margin: 5px 0px; }

a          { color: #ba7007; }
a:visited  { color: #ba7007; }
a:hover    { color: black; }
.container0 {	background-image:url(../images/bg25.gif);
	background-position: left top;
	background-repeat: no-repeat;}
.container1 {	background-image:url(../images/bg25.gif);
	background-position: right top;
	background-repeat: no-repeat;}
.container {
	width: 908px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;

}


/* BANNER AREA */
.bannerArea {
	width: 908px;
}

.bannerNav {
	width: 800px;
	margin: 0px 0px 30px 28px;
	/*#margin-bottom: 10px;  for IE */
	color: #036616; 
	font-size: 15px;
	font-weight: bold;		
}

.bannerNav ul{
	margin: 0px;
}

.bannerNav li{
	float:left;
	margin: 0px 20px 0px 0px;
	/*#margin-left: 20px;  for IE */
}

.bannerNav a{
	margin-left: 0px;
	color: #036616; 
	text-decoration: none;
}
.bannerNav a:visited{
	color: #4a3f23;
}

.bannerNav a:hover{
	color: #c80b0b;
}

.bannersubnav {
	padding-top: 20px;
	padding-right: 20px;
	float: right;
	color: #c80b0b;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}

.bannersubnav a { color: #c80b0b; text-decoration: none; padding-left: 5px; padding-right: 5px; }
.bannersubnav a:visited { color: #c80b0b; }
.bannersubnav a:hover { color: #036616; text-decoration: none; }

.toplogo {
	margin-left: 0px;
	padding-top: 0px;
}

.navigationArea {
	width: 908px;
	border-bottom: solid;
	border-color: #75570b;
	border-width: 1px;
}

/* CONTENT AREA */

.contentArea {
	width: 908px;
	padding-top: 30px;
	padding-bottom: 20px;
}

.contentArea1 {
	width: 908px;
	padding-top: 30px;
	padding-bottom: 20px;
	border-top: 1px solid #75570b;
}
.contentleft {
	width: 400px;
	padding-left: 30px;
	padding-right: 40px;
	float: left;
}

.contentright {
	width: 400px;
	float: left;
}
.contenttxt {
	width: 800px;
	padding-left: 30px;
	padding-right: 30px;
	float: left;}
	
.contenttxtform {
	width: 848px;
	padding-left: 30px;
	padding-right: 30px;
	float: left;

}
.imageright {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;	
}
.imageleft {
	margin-right: 30px;
	margin-bottom: 10px;
	float: left;
}


/* FOOTER AREA */
.footerArea {
	width: 908px;
	height: 50px;
}

.copyright {
	border-top: dotted;
	border-color: #75570b;
	border-width: 2px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 12px;
	color: #a08950;
	font-size: 12px;
}
/*formulier*/

label.desc{
	line-height:150%;
	padding:0 0 1px 0;
	border:none;
	color: #4a3f23; 
	display:block;
	font-size:95%;
	font-weight:bold;
}
label.choice{
	font-size:100%;
	display:block;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px 0;
	color: #4a3f23;
	width:90%;
}
form li div label, form li span label{
	margin:0;
	padding-top:3px;
	clear:both;
	font-size:10px;
	line-height:10px;
	color: #4a3f23;
	display:block;
}

input.text, input.file, textarea.textarea, select.select{
	margin:0;
	font-size:98%;
	color: #4a3f23;
}
input.text, textarea.textarea, .firefox select.select{
	background:#ffffcc url(../images/fieldbg.gif) repeat-x top;
	border-top: 1px solid #4a3f23;
	border-right: 1px solid #4a3f23;
	border-bottom: 1px solid #9C8649;
	border-left: 1px solid #9C8649;
}
input.text, input.file{
	padding:2px 0 2px 0;
}

input.checkbox, input.radio{
	display:block;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
	height:13px;
}
form.webdesign{
	margin:0px;
	padding:0 0 20px;
	border: 1px solid #C5B58D;
}


h1.AccordionPanelContent, h2.AccordionPanelContent{
	margin: 0px;
	padding: 18px 0px 18px 9px;
	color: #ffffff;
	background-color:#4a3f23;}
h1.AccordionPanelContent {
	background-repeat: no-repeat;
	background-position: 7px;
}
h2.AccordionPanelContent {
	background-repeat: no-repeat;
	background-position: 7px;
}
.webdesign label.desc{
	padding-bottom:5px;

}

form ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:100%;
	font-size:100%;
}
form li{
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
	clear:both;
}
form li:after, .buttons:after{
	content:"."; 
	display:block;
	height:0; 
	clear:both; 
	visibility:hidden;
}

form li, .buttons{display: inline-block;}
* html form li, * html .buttons{height: 1%;}
form li, .buttons{display: block;}

* html form li div{
	display:inline-block;
}
form li div, form li span{
	margin:0 4px 0 0;
	padding:0 0 8px 0;
	color: #4a3f23;  
}
form li span{
	float:left;
}

form li div.address{
	padding-bottom:0;
}

form li div.left{
	display:inline;
	float:left;
	width:47%;
}
form li div.right{
	display:inline;
	float:right;
	width:47%;
}
/* img, div, a, input, h1, h2 {behavior: url(../images/iepngfix.htc) } */

/*DRYADE */

h1.dryade {color: #a08950; margin: 7px 0px 7px 0px; }
h2.dryade {color: #036616; font-weight:bold; margin: 7px 0px 7px 0px;}
h3.dryade {font-size: 18px; color: #a08950; font-weight:bold; margin: 7px 0px 7px 0px;}

img.dryade {
	margin : 10px 10px 10px 30px;
	float: left;
}
img.dryade2l {
	margin : 0 10px 10px 0;
	float: left;
}

img.dragon {
margin: 10px 30px 10px 10px;
float: right;}

img.dragon2r {
margin: 0 0 10px 10px;
float: right;}

img.dragon2rr {
margin: 0 -20px 10px 10px;
float: right;}

.dryadcenter {text-align:center;
}
select#verblijfscode.field {font-size: 95%;}

/* extras feb 2011 */
ul.webdesign{
	margin:4px 0px 14px 8px;
	padding:0px;
}
li.webdesign{
	margin-left:8px;
	padding:0px;
	list-style-type: square; }

/* einde extra feb 2011 */