@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{ margin:0px; padding:0px; border: 0; outline: none; }

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, "Times New Roman", Times, serif;
	color: #8c5c12;	
}

/* Html */
html {
	height:100%;
	min-height:100%;
	margin-bottom: 1px;
	background: url('/resources/images/design/htmlbg.gif') repeat top left;
	font-size: 12px;
}

/* Body */
body {
	height:100%;
	background: url('/resources/images/design/bodybg.gif') repeat-x top left;
}
a{
	font-weight: bold;
	text-decoration: none;
}
.lijn{
	margin-top: 5px;
	margin-bottom: 5px;
	height: 1px;
	background: #9d6204;
	width: 440px;
}
.kop{
	font-weight: bold;
	color: #f79428;
}
.fotolinks{
	font-weight: normal;
}
.input{
	width: 350px;
}

#container{
	position:absolute;
	padding-top: 30px;
	left:22%;
}
#headerMenu{
	float:left;
	width:622px; 
	margin-top: 40px; 
	color: #FFFFFF;
}
#headerMenu a{
	color: #FFFFFF;
	font-weight: normal;
}
#headerLogo{
	float:left; 
	width:143px; 
	height:61px; 
	background:url('/resources/images/design/header.gif') no-repeat;
}
#content{
	clear:both; 
	height:550px; 
	width:780px; 
	background:url('/resources/images/design/content.gif') no-repeat;
}
#contentLinks{
	float:left; 
	width:295px;
	
}
#contentRechts{
	float:left;
	margin-left: 15px;
	margin-top: 18px; 
	width: 460px; 
	height:490px; 
	overflow-y:auto; 
	margin-right:5px;
}

#contentRechts .uitgevuld{
	text-align: justify;
}
#contentRechtsTekst{
	padding-top: 150px;
	text-align: center;
}
#fotoKader, #fotoKaderGroot{
	margin-top: 18px;
	float:left; 
	width:278px; 
	padding-left:18px; 
	height:408px; 
	margin-right:18px; 
}
#fotoKader{
	height:210px; 
}
#fotoKaderGroot{
	height:408px; 
}
#infoKader, #infoKaderEnter{
	margin-top: 18px;
	float:left; 
	width:277px; 
	padding-left:18px; 
	height:290px; 
	margin-right:18px; 
}
#infoKader{
	background:url('/resources/images/design/kader.gif') no-repeat right;
}
#infoKaderTekst{
	width:260px;
	padding-left: 10px;
}

#footerBalk{
	float:left;
	height:6px;
	width: 485px;
	background-image: url('/resources/images/design/balk.gif');
}
#footer{
	float:left;
	padding-right: 18px;
	padding-left: 15px;
	padding-top: 5px;
}

/* Gastenboek Bambinoos
--------------------------------- */
.gastenboek input[type=text], .gastenboek textarea{
	width: 350px;
}

