@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	border:0px;
}

html{
	overflow:hidden;
}

body{
	height:100%;
	overflow:hidden;
	max-height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	background-color:#fdffcb;
	/*background-image:url(../plaatjes/bg.jpg);
	background-repeat:repeat;*/
	line-height: 20px;
	text-align: justify;
}

h1{
	font-size:24px;
	color:#eb4b7d;
	margin-bottom:20px;
}

h2{
	font-size:15px;
	color:#eb4b7d;
	margin-bottom:0px;
}

#wrapper{
	/* nog plaats voor een extra achtergrond?? */
}

#schaduw-o{
	width:100%;
	height:90px;
	position:absolute;
	top:0px;
	right:0px;
	z-index:10;
	background:url(../plaatjes/png/schaduw-o.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

#header{
	width:100%;
	height:80px;
	background:url(../plaatjes/banner.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#header #tekst-header{
	width:532px;
	height:60px;
	background-image: url(../plaatjes/png/tekst-header.png);
	background-repeat:no-repeat;
	background-position:left top;
	position:absolute;
	top:20px;
	left:50%;
	z-index:100;	
	margin-left:-201px;
}

.document-header{
	margin-left:-5000px;
	font-size:25px;
}

#header .uitloggen{
	width:300px;
	background:#FFFFFF;
	height:50px;
	position:absolute;
	top:0px;
	right:0px;
	text-align:center;
	padding-top:30px;
	z-index:1000;
}

#banner-bg{
	width:100%;
	height:80px;
	background:url(../plaatjes/banner-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#logo{
	width:140px;
	height:140px;
	float:left;
	background-repeat:no-repeat;
	background-position:left top;
	background-image: url(../plaatjes/logo.jpg);
}

#logo img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

#schaduw-l{
	width:140px;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	background:url(../plaatjes/png/schaduw-l.png);
	background-repeat:repeat-y;
	background-position:right;
}


#navigatie{
	width:130px;
	height:100%;
	float:left;
	background-color:#ff3c58;
	background-repeat:no-repeat;
	background-position:left 90px;
	background-image: url(../plaatjes/navigatie.jpg);
}

#navigatie .navigatie-groep{
	color:#fdffcb;
	font-size: 16px;
	text-decoration: underline;
	padding-left:15px;
}

#navigatie ul{
	list-style:none;
	margin-bottom:20px;
}

#navigatie #links a{
	display:block;
	padding-left:15px;
	color: #FFFFFF;
	font-size:14px;
	text-decoration: none;
}

/* link , hover , visited , active */

#navigatie #links a:hover {
	background-color:#fdffcb;
	color:#333333;
}

#navigatie #links{
	margin-top:150px;
}

#contentscroll{
	position:fixed;
	top:80px;
	left:0px;
	bottom:0px;
	rigth:0px;
	overflow:auto;		
	width:100%;
}

#content{
	padding-top:17px;
	max-width:800px;
	margin-right: auto;
	margin-left: auto;
	padding-left:147px;
	padding-right:17px;
}

#content input {
	width: 250px;
	border: 1px solid #d2376f;
}

#content textarea{
	width: 300px;
	height: 100px;
	border: 1px solid #d2376f;
}

#content select{
	width:150px;
	border: 1px solid #d2376f;
}

#content td{
	padding-bottom:20px;
}

#content #huisdierenj,#content #huisdierenn, #content #schoonmakenj,#content #schoonmakenn, #content #hoogteblijvenj, #content #hoogteblijvenn{
	width:20px;
}

#content #postcode, #content #huisnummer{
	width:60px;
}

#content #telefoon{
	width:150px;
}

#content .imgrechts{
	float:right;
	margin-left:16px;
	border: 2px solid #FFFFFF;
}

#content .imglinks{
	float:left;
	margin-right:16px;
	border: 2px solid #FFFFFF;
}

#content .imglinks-nm{
	float:left;
	border: 2px solid #FFFFFF;
}

#content .imgrechts-nm{
	float:right;
	border: 2px solid #FFFFFF;
}

#content p{
	margin-bottom:20px;
}

#content .clear{
	clear:both;
	margin-bottom:20px;
}

/* link , hover , visited , active */

#content a{
	color:#eb4b7d;
}

#content a:hover{
	color:#eb4b7d;
	text-decoration:none;
}

#content .notCorrect{
	color:#FF0000;
}

#content .htmlarea td{
	padding-bottom:0px;
}

#content .smallcontent .toolbar img{
	float:none;
	margin-left:0px;
	margin-right:0px;
	border: none;
}


.smallcontent{
	width:100%;
	min-height:160px;
	background-color:#eb4b7d;
	margin-top:20px;
	font-size:13px;
}

.smallcontent .thecontent{
	width:100%;
	min-height:125px;
	float:left;
	margin-top:15px;
}

.smallcontent .thelinks{
	width:100%;
	height:20px;
	float:left;
}

.smallcontent .thelinks .links{
	float:left;
	padding-left:15px;
	color:#fdffcb;
	margin-top:-20px;
}

.smallcontent .thelinks .midden{
	color:#fdffcb;
	text-align:center;
}

.smallcontent .thelinks .rechts{
	float:right;
	padding-right:15px;
	color:#fdffcb;
	margin-top:-20px;
}

.smallcontent img{
	float:left;
	margin-left:13px;
	margin-right:13px;
	border: 2px solid #FFFFFF;
}

.smallcontent h1{
	color:#fdffcb;
	font-size:18px;
	margin-bottom:0;
}

#content .smallcontent p{
	margin-right:15px;
	margin-bottom:0px;
}

#content .smallcontent a{
	color:#fdffcb;
}


#content .smallcontent a:hover{
	text-decoration:none;
	color:#fdffcb;
}

#content #prijslijst2009 #voorwaarden{
	width:100%;
	background-color:#eb4b7d;
	color:#FFFFFF;
	padding-bottom:5px;
}


#content #prijslijst2009 li{
	margin-left:20px;
}

#content #prijslijst2009 p, #content #prijslijst2008 p{
	margin-bottom:0px;
}

#content #prijslijst2009 td {
	border-right: 2px solid #d83c79;
	text-align: center;
}

#content .pasen{
	height: 20px;
	background-color:#DFC6FF;
}

#content .meivakantie{
	height: 20px;
	background-color:#FFAAFF;
}

#content .zomervakantie{
	background-color:#FFCCD1;
	height: 20px;
}

#content .hoogseizoen{
	background-color:#FF6474;
	height: 20px;
}

#content .herfstvakantie{
	background-color:#888BFF;
	height: 20px;
}

#content .herfstvakantie{
	height: 20px;
	background-color:#888BFF;
}

#content .pinksteren{
	height: 20px;
	background-color:#990099;
	color:#FFFFFF;
}

#inloggen #login{
	float:left;
	clear:both;
	margin-bottom:20px;
}

#inloggen #wachtwoord{
	float:left;
	clear:both;
	margin-bottom:20px;
}

#inloggen .label{
	float:left;
	width:100px;
}

#inloggen input{
	float:left;
	width:200px;
}

#inloggen button{
	width:100px;
}

#inloggen #errormsg{
	width:500px;
	height:50px;
	float:left;
	clear:both;
}

#inloggen #errormsg p{
	color:#FF0000;
}

#content #prijslijst2008{
	background-color:#C6FFB7;
}

#content #prijslijst2008 td, #content #prijslijst2009 td{
	padding-bottom:5px;
}

#content #prijslijst2009 .periodetitel {
	color: #000000;
	font-weight: bolder;
}

#content #prijslijst2008 .periode, #content #prijslijst2009 .periode{
	width:200px;
}

#content #prijslijst2008 .headerrow, #content #prijslijst2009 .headerrow{
	background-color:#fdffcb;
	color:#FFFFFF;
}

#content .formuliertd{
	width:300px;
	padding-right:30px;
}

#content #indent{
	margin-left:30px;
}

#content #indent h2{
	font-size:15px;
	font-weight: normal;	
}


/* css voor de popup zoals voor de adressen fietsverhuur */

.extrainfo{
	font-size:13px;
	width:100%;
	height:160px;
	background-color:#ff9999;
	margin-top:20px;
}

.extrainfo .img{
	height:125px;
	float:left;
}

.extrainfo .img img{
	float:left;
	margin-left:13px;
	margin-right:13px;
	border: 2px solid #FFFFFF;
}

.extrainfo h1{
	color:#fdffcb;
	font-size:18px;
	margin-bottom:0;
}

.extrainfo p{
	margin-right:15px;
}

.extrainfo .thecontent{
	width:100%;
	height:125px;
	float:left;
	margin-top:15px;
}

.extrainfo .rechts{
	float:right;
	padding-right:15px;
	color:#fdffcb;
	margin-top:-20px;
}

.extrainfo .thelinks{
	width:100%;
	height:20px;
	float:left;
}

#extrawrapper{
	padding-left:50px;
	padding-right:50px;
}

.extraimg-left{
	border: 2px solid #FFFFFF;
	float:left;
	margin-bottom:12px;
}

.extraimg-right{
	border: 2px solid #FFFFFF;
	float:right;
	margin-bottom:12px;
}

#content #vakantielijst td{
	width:200px;
	padding-bottom:5px;
}

#content #vakantielijst .headerrow{
	background-color:#eb4b7d;
	color:#FFFFFF;
}

.lastminutes {
	background-color:#fdffcb;
	color:#000000;
}

.lastminutes2 {
	background-color:#00BB00;
}

#content li {
	margin-left:15px;
}

.disclaimer
{
	font-size:11px;
	float:right;
}

.webtekstid
{
	font-size:11px;
	float:left;
}

.plattegrond
{
	font-size:16px;
	color:#eb4b7d;
	margin-bottom:10px;
	font-weight:bold;
	text-align: left;
}

#plattegrondlinks
{
	padding-left:10px;
	float:left;
}

#plattegrondlinks a
{
	display:block;
	color:#eb4b7d;
}

.plattegrond-img
{
	float:left;
}

