@CHARSET "ISO-8859-1";
html, body {
	margin : 0px;
	padding : 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	/*background-image : url(/images/bg-fade.jpg);*/
	background-repeat: repeat-x;
	background-color: #b8d431;
	background-position: top left;
	background-attachment: fixed;
}

.p,
p {
	margin : 0px;
	padding-left : 15px;
	padding-right : 15px;
	text-align : left;
}

form {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
table {
	margin-left : 20px;
	border-collapse: collapse;
	border : 1px solid #C94992;
}
td {
	vertical-align: top;
}

h1 {
	font-size : 13px;
	font-weight : bold;	
	color : #C94992;
}
h2 {
	font-size : 13px;
	color : #C94992;
	margin-bottom : 5px;
	margin-left : 0px;	
}

h1 span, h2 span {
	font-size : 11px;
	float : right;
	margin-top : -15px;
	margin-right : 15px;
}
a{
	color : #C94992;
	text-decoration : none;
}

p img {
	float : right;
	margin-left : 10px;	
	margin-bottom : 10px;
}
a:hover{
	color : #C94992;
	text-decoration : underline;
}
.siteHolder {
	top : 0px;
	left : 0px;
	right : 0px;
	bottom : 0px;
	padding-top : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
	position : absolute;
	float : left;
	display : block;
	background-image : url(/images/logo-watermark.png);
	background-position: top left;
	background-attachment: fixed;
}

.margin {
	top : 10px;
	left : 10px;
	right : 10px;
	bottom : 10px;
	position : absolute;
	max-width : 770px;
}
.contentLayer {
	background-color : #F5F7D1;
	width : 800px;
	left : 210px;
	right : 10px;
	display : block;
	position : absolute;
	top : 117px;
	bottom : 0px;
	float : left;
	overflow : hidden;
	opacity:0.75;
	filter:alpha(opacity=75);
}
.contentWindow {
	width : 800px;
	left : 210px;
	right : 10px;
	display : block;
	position : absolute;
	top : 117px;
	bottom : 0px;
	float : left;
	overflow : auto;
}
.socialMedia{
	float: right;
	height: 25px;
}
.socialMedia a img {
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 1px;
}
.home {
	width : 290px;
	left : 0px;
	display : block;
	position : absolute;
	top : 0px;
	bottom : 0px;
	float : left;
	overflow-y : auto;
	overflow-x : hidden;
	background-color: #D8DF61;
}
.photo {
	width : 260px;
	display : block;
	top : 0px;
	position : relative;
}
.news {
	width : 490px;
	left : 290px;
	display : block;
	position : absolute;
	top : 0px;
	bottom : 0px;
	float : left;
	overflow : auto;
}
.news .frame {
	min-height : 100px;
}
.docenten {
	min-height : 120px;
}
.logo {
	width : 185px;
	height : 125px;
	left : 27px;
	display : block;
	position : absolute;
	top : 10px;
	float : left;
}
.topMenu {
	left : 220px;
	position : absolute;
	top : 92px;
	float : left;
	color : #D8DF61;
	text-align : center;
	width : 800px;
}

.tempMenu{
	border : 1px solid #C94992;
	width : 188px;
	height : 70px;
	display : block;
	position : absolute;
	top : 171px;
	float : left;
	font-size : 13px;
	color : #C94992;
}
.tempMenuHeader{
	border : 1px solid #C94992;
	background-color : #D8DF61;
	width : 188px;
	height : 20px;
	display : block;
	position : absolute;
	top : 150px;
	float : left;
	font-size : 15px;
	color : #C94992;
	text-align : center;
	font-weight : bold;
}
.externalLogo {
	left : 10px;
	display : block;
	position : absolute;
	bottom : 10px;
	float : left;
}
.externalLogo a img {
	border : none;
	
}
.contactWindow {
	border : 1px solid #D8DF61;
	width : 188px;
	height : 115px;
	left : 10px;
	display : block;
	position : absolute;
	bottom : 10px;
	float : left;
	font-size : 13px;
	color : #C94992;
	background-color: #F0F29B;
}

.flashScroller {
	width : 800px;
	height : 115px;
	left : 210px;
	display : block;
	position : absolute;
	bottom : 10px;
	float : left;
}
.userWindow, .userForm {
	width : 185px;
	left : 10px;
	display : block;
	position : absolute;
	top : 150px;
	float : left;
	z-index : 500;
}
.ajaxLink {
	color : #C94992;
	text-decoration : none;
	cursor : pointer;
}
.ajaxLink:hover {
	color : #C94992;
	text-decoration : underline
}
.userWindow {
	border : 1px solid #D8DF61;
}
input{
	color : #C94992;
	width : 185px;
	margin-bottom : 4px;
	position : relative;
	border : 1px solid #C94992;	
	padding : 2px;
}
input#submit{
	width : auto;
	min-width : 80px;
	border : 1px solid #C94992;
	background-color : #C94992;
	color : #D8DF61;
	float : right;
	margin : 0px;
	padding : 0px;
	height : 22px;
	margin-right : 0px;
}
.even {
	/*background-color : #C94992;*/
}

.odd {
	background-color : #D8DF61;
}
.pink {
	background-color : #C94992;
}
.extrainfo{
	background-color : #D8DF61;
	font-size : 13px;
	margin : 10px;
	display : none;
}

/* Forms */

.formHolder {
	line-height : 100%;
	font-size:12px;
  	margin: 0;
  	padding: 0;
  	width: 400px; 
  	margin-left : 40px;
  	margin-top : 40px;
}
.formpart label {
	text-align: right;
	line-height : 15px;
	padding: 0;
	padding-right : 15px; 
	margin: 4px 0 0;
}

.formpart label{
	width: 160px;
}
.formpart input{
	width: 200px;
}

.formpart label, .formpart input {
	display: block;
	float: left;
	margin-bottom: 10px;
}

.formpart input {
	margin-top : 0px;
	margin-bottom : 14px;
	border : 1px solid #AAAAAA;		
}

.formpart input.error{
	border : 1px solid red;	
}

.formpart input#submit{
	border : 1px solid #D8DF61;	
	margin-bottom : 10px;
	margin-right : 18px;
}
.formpart input#submit:hover{
	border : 1px solid #D8DF61;
	background-color : #D8DF61;	
	color : #C94992;
	cursor : pointer;
}

.formpart input#postcode {
	width : 40px;	
}
.formpart input#postcodeletters {
	margin-left : 10px;
	width : 20px;	
}
.formpart input#huisnummer {
	width : 76px;	
}
.formpart input#geslacht_vrouw, .formpart input#geslacht_man {
	width : 15px;	
	border : none;
}
.formpart label.radioleft {
	width : 120px;
	text-align : right;
}
.formpart label.geslacht {
	width : 45px;
	text-align : right;	
}
.formpart select.day{
	width : 40px;	
}
.formpart select.month{
	width : 55px;	
}
.formpart select.year{
	width : 60px;	
}
.formpart label.comments {
	font-size:9px;
	float : right;
	padding : 0;
	margin : 0;
	margin-top : -12px;
	margin-bottom : 4px;
	width : 100%;
}
.formpart table {
	border : none;
}
.formpart h2 {
	margin-left : 176px;	
}
.formpart td {
	vertical-align: middle;
}
label.rowselect{
	text-align : left;
	width: 288px;
}
input.rowselect {
	width : 15px;	
	border : none;
} 
form div.formpart{
	float : left;
	background-color: #EED2E5;
	padding-top : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
	margin-bottom : 10px;
	width : 100%;
}
label.error {
	text-align: left;
	padding: 0;
	padding-right : 15px; 
	margin: 4px 0 0;
	color : red;
	font-size:10px;	
	float : left;
}
.frame {
	border-left : solid 5px #D8DF61;
	margin-bottom : 10px;
}

.centerLoader {
	width : 100%;
	height : 100%;
	display : block;
	text-align : center;
}

/* Left Menu */
.menuLeft {	
	width : 190px;
	display : block;
	z-index : 501;
}
.menuLeft ul{
	list-style : none outside;
	white-space : nowrap;
	margin : 0px;
	padding : 0px;
}
.menuLeft ul span {
	color : #D8DF61;
	background-color : #C94992;
	display: block;	
}
.menuLeft ul li{
	margin-top : 2px;
}
.menuLeft ul a:hover {
	background-color : #D8DF61;
	color : #C94992;
}
.menuLeft ul li a {
	text-decoration : none;
	display: block;
}
.menuLeft ul li ul li a {
  padding-left: 10px;
}
.errorWindow {
	border : 1px solid red;
	width : 400px;
	display : block;
}
.errorWindow h1{
	color : red;
}

.support {
	width : 185px;
	float : left;
	left : 10px;
	bottom : 140px;
	position : absolute;
}

.photoFrameBg{
	z-index : 500;
	float : left;
	width : 100%;
	display : block;
	height : 100%;
	background-color : #FFFFFF;
	position : absolute;
	filter: alpha(opacity=50);
	opacity:.5;
	display : none;
}
.photoFrame{
	z-index : 600;
	float : left;
	display : block;
	position : absolute;
	width : 800px;
	left : 211px;
	top : 118px;
	bottom : 136px;
	filter:alpha(opacity=1);
	-moz-opacity:1;
	opacity:1;
	text-align:center;
	float : left;
	background-color : #D8DF61;
	display : none;
}
.centerImage img{
	top : 20px;
	position : relative;
	border : solid 5px #C94992;
	vertical-align:middle;
}
.centerImage a{
	top : 5px;
	float : right;
	right : 5px;
	width : 18px;
	height : 18px;
	position : absolute;
	border : solid 2px #C94992;
}
.centerImage a:hover{
	background-color : #C94992;
	color : #D8DF61;
	text-decoration : none;
}
.leesmeer,
.docentrooster {
	font-size : 11px;
	font-style : italic;
}
.docentrooster {
	float : right;
}
#tweets {
	width:200px;
	left : 1020px;
	position : absolute;
	top : 117px;
	float : left;
	background:#F5F7D1;;
	-moz-border-radius: 6px;
	border-radius: 6px; 
	padding:20px;
	-webkit-box-shadow:  1px 1px 1px #0f0f0f;
	-moz-box-shadow: 1px 1px 1px #0f0f0f;
	box-shadow: 1px 1px 1px #0f0f0f; 	
}

#tweets li {
	padding: 5px;
	color:#000000;
	border-bottom:1px solid #000000;
	border-top:1px solid #353434;
	line-height:150%;
}

#tweets li.tweet_content_0 {
	border-top:0px none;
}
#tweets li:last-child{
	border-bottom:0px none;	
}

#tweets .hash { color:#FFF; } 
#tweets .reply { color:#FFF; }

.albumThumb {
	float: left;
	width: 180px;
	min-height: 130px;
	margin-right: 10px;
	font-size:10px;
	font-weight: bold;
	line-height: 15px;
	letter-spacing: normal;
	text-align: center;
	margin-bottom: 10px;
}

