/* Algemene Opmaak*/

html {
	margin: 0; 
	padding: 0; 
	height: 100%;
}
	
body {
	margin: 0; 
	padding: 0; 
	color: black; 
	font-family: sans-serif;
	background: #dadce2 url(../pics/background.jpg) repeat-y center center;
	height:100%;
}

*  { 
margin:0px  auto; 
padding:0; 
border: 0;
}
 

a { text-decoration: none; }

.linkwit:link { color: #FFFFFF; }
.linkwit:visited { color: #FFFFFF; }
.linkwit:active { color: #FFFFFF; }
.linkwit:hover { color: #FFFFFF; }
.linkwit span { font-weight:bold; }
.linkwit:hover span { color: #000000; }

.linkzwart:link { color: #000000; }
.linkzwart:visited { color: #000000; }
.linkzwart:active { color: #000000; }
.linkzwart:hover{ color: #000000; }
.linkzwart span { font-weight:bold; }
.linkzwart:hover span{ color: #FFFFFF; }

.floatleft { float: left; }
.floatright { float: right; }

/*Index Opmaak*/

#shim {
	visibility:  hidden; 
	width:  100%; 
	height:  50%; 
	margin-top:  -251px; 
	float:  left; 
}

#horizon {
	padding: 1px 0px;
	background: #FFFFFF;
	height: 499px;
	width: 100%;
	clear: both;
	position: absolute;
	top: -251px; 
	text-align: center;
	min-width: 1002px; 

	/*  IE4ever  Hack:  Hide  from  IE4  **/ 
	position:  static; 
	/**  end  hack  */ 
} 
  
	/*  Hide  from  IE5mac  \*//*/ 
	div#shim  { 
	display:  none; 
	} 
	  
	html,  body  { 
	height:  auto; 
	} 
	/*  end  hack  */ 
	  
	/*  ]]>  */

#wrapper {
	z-index: 10;
	position: relative;
	text-align: left;
	width: 998px;
	height: 497px;
	margin: 0px auto;
	border: 1px solid #9da4b4;
}

#credits {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	bottom: 5px;
	font-style: italic;
	color: #dadce2;
	text-align: center;
}

#credits a{
	font-weight: bold;
	font-style: normal;
}

#credits a:link{ color: #FFFFFF; }
#credits a:active{ color: #FFFFFF; }
#credits a:visited{ color: #FFFFFF; }
#credits a:hover{ color: #9da4b4; }


/*subframe opmaak */

#subframe {
	height:477px;
	padding: 10px;
}

.subframebreed {
	width: 978px;
	margin-left: 0;
}

.subframesmalmidden {
	width: 630px;
	margin-left: 174px;
}

.subframesmalrechts {
	width: 804px;
	margin-left: 174px;
}

#header {
	position: relative;
	width: 100%;
	height: 50px;
}

#header div{
	position: absolute;
	bottom: 0;
	padding: 0 10px;
	left: 50px;
	width: auto;
}

#header img{
	position: absolute;
	bottom: 5px;
	padding: 2px;
	left: 0px;
	width: auto;
	background: white;
	cursor: pointer; 
	cursor: hand;
}

.subframebreed #header div { width: 908px; }
.subframesmalmidden #header div { width: 560px; }
.subframesmalrechts #header div { width: 734px; }

span#titel {
	position: static;
	float: left;
}

span#gastenboek_link {
	position: static;
	float: right;
	font-weight:normal;
}

#content {
	position: relative;
	height: 387px;
	margin: 10px 0 10px 50px;
	padding: 0 10px;
	overflow: auto;
}

.subframebreed #content { width: 908px; }
.subframesmalmidden #content { width: 560px; }
.subframesmalrechts #content { width: 734px; }

#footer {
	width: 100%;
}

#footer .linkzwart {
	margin-right: 17px;
}

/* Opmaak per pagina */
	
/* begin */	

div.begin {
	background: url(../pics/backgroundbegin.jpg);
}

#beginlogo {
	position: absolute;
	left: 461px;
	top: 320px;
	height: 110px;
	width: 130px;
	background: url(../pics/logo.png) #FFFFFF;
}	

ul.menu {
	list-style:none;
	padding: 0;
	margin-top: 70px;
	margin-left: 40px;
	font-size: 24px;
}

/* over ons*/

div.overons {
	background: url(../pics/backgroundoverons.jpg);
}

div.overons div#content div{
	border: 1px solid #FFFFFF;
	background: #dadce2;
	padding: 10px;

}
/* werk */

div.werk {
	background: #9da4b4;
}

div.werktekst {
	border: 1px solid #FFFFFF;
	background: #dadce2;
	padding: 10px;
	margin-left:-5px;
	width:856px;
	height:166px;
	overflow: auto;
}

div.werk .stepcarousel{
position: relative; /*leave this value alone*/
margin-top: 50px;
left: -20px;
border: 1px solid white;
background: #dadce2;
overflow: scroll; /*leave this value alone*/
width: 866px; /*Width of Carousel Viewer itself*/
height: 277px; /*Height should enough to fit largest content's height*/
}

div.werk .submenu .stepcarousel{
position: relative; /*leave this value alone*/
margin-top: 20px;
bottom: 0px;
left: -20px;
border: 1px solid white;
background: #dadce2;
overflow: scroll; /*leave this value alone*/
width: 876px; /*Width of Carousel Viewer itself*/
height: 177px; /*Height should enough to fit largest content's height*/
}

div.werk .submenu .stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px 35px; /*margin around each panel*/
width: 242px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
text-align: center;
}

/*agenda*/

div.agenda {
	background: url(../pics/backgroundagenda.jpg);
}

div.agenda fieldset.text{
	border: 1px solid #FFFFFF;
	background: #dadce2;
	padding: 10px;
	clear: both;
	margin-bottom:10px;
}

div.agenda .datum {
	float: left;
	width: 180px;
}

div.agenda .tekst {
	float: left;
	width: 514px;
}

div.agenda hr {
	clear: both;
	height: 10px;
}

/*visitekaartjes*/

div.kaartjes {
	background: #9da4b4;
}

div.kaartjes .stepcarousel{
position: relative; /*leave this value alone*/
margin-top: 60px;
left: -20px;
border: 1px solid white;
background: #dadce2;
overflow: scroll; /*leave this value alone*/
width: 866px; /*Width of Carousel Viewer itself*/
height: 227px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 35px; /*margin around each panel*/
width: 242px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
text-align: center;
}

/* gastenboek */

div.gastenboek {
	background: url(../pics/backgroundgastenboek.jpg);
}

div.gastenboek fieldset div {
	font-weight: bold;
	margin-left: 10px;
	margin-top: 5px;
}

div.gastenboek div.overzicht {
	margin-top: 10px;
	background: #dadce2;
	border: 1px solid #FFFFFF;
	position: relative;
}

div.gastenboek div.overzicht div{
	padding: 5px;
}

div.gastenboek div.datum{
	position: absolute;
	right: 0px;
	top: 0px;
	font-weight: normal;
	font-size: 10px;
}

div.gastenboek div.naam{
	font-weight: bold;
}

div.gastenboek div.bericht{
	font-size: 13px;
}

hr {
	clear: both;
}

input {
	margin-top: 10px;
	position: relative;
	margin-left: 10px;
	border: 1px solid #FFFFFF;
	padding: 5px;
	background: #dadce2;
	width: 100px;
}

textarea {
	margin-top: 10px;
	position: relative;
	margin-left: 10px;
	border: 1px solid #FFFFFF;
	padding: 5px;
	background: #dadce2;
	width: 470px;
	height: 220px;
	font-family: sans-serif;
	font-size: 13px;
}

input#naam {
	width:470px;
}

/* Plaatje */
div.plaatje {
	background: #9da4b4;
}

div.plaatje #content{
	margin-top: -51px;
	height: 479px;
}

div.plaatje #content div{
	border: 1px solid #FFFFFF;
	background: #dadce2;
	height: 477px;
	overflow: hidden;
	text-align: center;
	line-height:477px;
}

div.plaatje #content div img{
	margin: 0 auto;
	padding: 10px;
	vertical-align:middle;
}

div.plaatje #footer{
	margin-top: -31px;
}

#movie object{
	position: relative;
	top:75px;
}
