@charset "utf-8";
/* CSS Document */
/* BODY */
body{
background-image:url(../images/backgrounds/background.png);
background-color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:smaller;
}

/* DIV */
#container{
width:950px;
height:200px;
background:#FFFFFF;
border:#000000 1px solid;
margin:auto;
margin-top:25px;
}
.menu{
width:950px;
height:25px;
background-color:#FFFFFF;
border-left:#000000 1px solid;
border-right:#000000 1px solid;
margin:auto;
margin-top:0px;
}
#contentcontainer{
width:950px;
min-height:350px;
background:#FFFFFF;
border:#000000 1px solid;
margin:auto;
margin-top:5px;
}
#contentwelkom{
width:250px;
height:350px;
margin:0px;
margin-left:5px;
float:left;
}
#contentlastminute{
width:270px;
height:350px;
margin:0px;
margin-left:16px;
border-left:#006699 1px solid;
float:left;
}
#contentkalender{
width:290px;
height:350px;
margin:0px;
margin-left:15px;
float:left;
border-left:#006699 1px solid;
}
.lastminute{
width:245px;
border:#FF6600 1px dashed;
background-color:#FFCC33;
margin-left:6px;
margin-bottom:5px;
float:left;
}
.info{
width:500px;
border:#006699 1px dashed;
margin:5px;
background:url(../images/icons/information.png) no-repeat left;
font-size:x-small;
}

/*TITELS*/
h1{
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:large;
margin-left:3px;
}
h2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:x-small;
margin-left:3px;
}

/*TEKST*/
p{
text-align:justify;
}
.boldlastminute{
font-weight:bold;
color:#FF6600;
margin:2px;
margin-bottom:0px;
}
.textlastminute{
margin-left:2px;
margin-right:2px;
}
p{
margin:10px;
text-align:justify;
}
.infospacer{
margin-left:18px;
}

/*LINKS*/
a:link {
	color: #006699;
	text-decoration:none;
}
a:visited {
	color: #009999;
	text-decoration:none;
}
a:hover {
	color: #009999;
	text-decoration:none;
}
a:active {
	color: #009999;
	text-decoration:none;
}

/*FOTO'S*/
.foto{
border:#000000 1px solid;
float:right;
margin-left:10px;
margin-right:10px;
}

/*Kalender*/
.bezet{
background:center url(../images/icons/cancel.png) no-repeat;
background-color:#CCCCCC;
}
.vrij{
background:center url(../images/icons/accept.png) no-repeat;
}

/*FORMULIER*/
.tekstveld{
border:#000000 1px solid;
}
.verzendbutton{
border:#000000 1px solid;
width:100px;
background:url(../images/icons/accept.png) right no-repeat;
text-align:left;
}
.resetbutton{
border:#000000 1px solid;
width:70px;
background:url(../images/icons/delete.png) right no-repeat;
text-align:left;
}