@charset "utf-8";
/* CSS Document */

body{
	background-color:#ffffff;
	margin:0px;
}

@font-face {
    font-family: 'gabrielleregular';
    src: url('font/gabrielle-webfont.eot');
    src: url('font/gabrielle-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/gabrielle-webfont.woff') format('woff'),
         url('font/gabrielle-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

#title{
	font-family:'gabrielleregular';
	color:#5F9EA0;
	position:relative;
	left:225px;
	top:25px;
	font-size:60px;
	
}

#subtitle{
	font-family:'gabrielleregular';
	color:#4a777a;
	position:relative;
	left:335px;
	font-size:48px;	
}

#container {
	margin: 0px auto;
	width:1000px;
	height:1200px;
}

#header {
	width:1000px;
	height:429px;

	
}
a:hover   { 
	color:#AEEEEE;
	}

a:link a:visited a:active{
	font-style:italic;
	color:#00688B;
	font-family:Segoe UI;
	font-size:24px;
}

#menucontainer {
	font-style:italic;
	color:#00688B;
	font-family:Segoe UI;
	font-size:24px;
	padding-left:30px;
	padding-top:10px;
	top:568px;
	width:1000px;
	height:50px;
	background-repeat:no-repeat;
	background-image:url(images/index_02.gif);
	clear:both;
}

#menuitem{
	float: left;
}
#menuspacer{
	text-align:center;
	width:50px;
	float:left;
}
#menucontainer .selected{
	font-style:normal;
	font-weight:bold;
	color:#00688B;
}

#mainpage {
	background-color:#f8f8f8;
	color:#4183c4;
	top:628px;
	width:1000px;
	height:auto;
	background-image:url(images/main.jpg);
	background-repeat:no-repeat;
}
#mainpagenoimage{
	background-color:#f8f8f8;
	color:#4183c4;
	top:628px;
	width:1000px;
	height:auto;
	background-image:url(images/main2.jpg);
	background-repeat:no-repeat;	
}
#titel{
	font-family:Segoe UI;
	font-weight:bold;
	font-size:30px;
	width:864px;
	height:auto;
	padding-top:55px;
	padding-left:150px;
}
#content{
	overflow:auto;
	font-family:Segoe UI;
	font-size:14px;
	width:646px;
	padding-left:78px;
	padding-top:20px;
	color:#000;
}
#contentnoimage{
	font-family:Segoe UI;
	font-size:14px;
	overflow:auto;
	padding-left:78px;
	padding-top:20px;
	color:#000;
}
#foot{
	background-color:#f8f8f8;
	width:1000px;
	height:200px;
	background-image:url(images/index_04.gif);
	
}
h2{
	font-weight:bold;
	font-size:20px;
	color:#4183c4;
}
h3{
	font-weight:bold;
	
	color:#4183c4;
}
#titlecontainer{
	width:100%;
	background-color:white;
}
#headerimage{
	height:300px;
	background-image:url(images/header2.jpg);
}
#fotoblok{
	height:100px;
	margin:5px;
	clear-both;
} 
#foto{
	width:100px;
	height:100px;
	float:left;
	margin:2.5px 2.5px 2.5px 2.5px;
	
}
#plaats{
	margin:10px;
	clear:both;
	height:200px;
	width:700px;
}
#plaatsnaam{
	margin:10px;
	vertical-align:middle;
	float:left;
	height:200px;
}
#info{
	margin:10px;
	vertical-align:middle;
	float:left;
	width:300px;
	height:200px;
}
.txt{
	border: solid 1px #bebebe;
	width:200px;
	height:20px;
}

.txta{
	border: solid 1px #bebebe;
	width:196px;
	height:100px;
}
#thumb{
	margin:10px;
	vertical-align:middle;
	float:left;
	height:200px;
}
/*
	Calendar Style 
*/
#calendarContainer
{
	clear:both;
}

.clear-both{
    clear:both;
}
.calendarMonth
{
	float:left;
	height:270px;
	margin-right: 5px;
	
}
.monthName
{
	height:50px;
}
#calendarTable
{
height:266px;
padding:2;
border:1px;
border-style: solid;
border-color: #cccccc;
}
.calendarWeekDays{
width:40px;
min-height:30px;
background-color:#ff9000;
text-align:center;
}
.calendarDayEmpty{
	 text-align:center;
	 min-height:25px;
}
.calendarDay{
	 text-align:center;
	 min-height:25px;
}
.calendarDayBooked{
	 text-align:center;
	 min-height:25px;
	 background-color:#D43D1A;
}
.calendarDayToday{
	background-color: #9AFF9A;
	text-align:center;
	min-height:25px;
}
.calendarHalfEnd{
	background-image:url(calendar/halfdayend.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.calendarHalfStart{
	background-image:url(calendar/halfdaystart.png);
	background-repeat:no-repeat;
	background-position:top left;
	
}
#day1112013, #day2112013, #day3112013{
	 text-align:center;
	 min-height:25px;
	 background-color:#D43D1A;
}

