/*
 * Calendar
 */
div.calendar {
	background-color:#00669F;
	padding:10px;
	border:3px solid #ccc;
}

button.calendar {
	background-color:#0083CB;
	border:none;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
}

div.calendar table tr td {
	color:#999;
}

div.calendar table tr td.valid {
	color:#FFF;
	cursor:pointer;
}

a.next {
	margin-left:5px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}

a.prev {
	margin-right:5px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}

span.month {
	margin-right:3px;
}

div#adres {
	position:relative;
	top:160px;
	left:50px;
	font-size:16px;
	color:#E0EBEF;
}

/*
 * Reset
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

blockquote:before,
blockquote:after,
q:before, q:after 		{ content: ""; }
blockquote, q 			{ quotes: "" ""; }
a img					{ border: none; }

/*
 * Basic
 */
body				{ background-color: #fff; cursor:default; line-height: 1.5; }

h1,h2,h3,h4,h5,h6	{ font-weight: normal; color: #fff; font-family: "Myriad Pro", Helvetica, Arial, sans-serif; }
h1 					{ font-size: 1.6em; line-height: 1; margin-bottom: 0.5em; }
h2 					{ font-size: 1.4em; margin-bottom: 0.5em; }
h3 					{ font-size: 1.2em; line-height: 1; margin-bottom: 0.5em; }
h4 					{ font-size: 1.1em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 					{ font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 					{ font-size: 1em; font-weight: bold; }
h1 img, h2 img,
h3 img,  h4 img,
h5 img, h6 img 		{ margin: 0; }
p           		{ margin: 0 0 1.5em; }
/*p img       		{ float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right 		{ float: right; margin: 1.5em 0 1.5em 1.5em; }*/
br, .clear			{ clear: both; }
a:focus, 
a:hover     		{ color: #000; }
a           		{ color: #22f; text-decoration: underline; }
blockquote  		{ margin: 1.5em; color: #666; font-style: italic; }
strong      		{ font-weight: bold; }
em,dfn      		{ font-style: italic; }
dfn         		{ font-weight: bold; }
sup, sub    		{ line-height: 0; }
abbr, 
acronym     		{ border-bottom: 1px dotted #666; }
address     		{ margin: 0 0 1.5em; font-style: italic; }
del         		{ color:#666; }
pre,code    		{ margin: 1.5em 0; white-space: pre; }
pre,code,tt 		{ font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 
strike, del 		{ color:#ccc; }
li ul, 
li ol       		{ margin:0 1.5em; }
ul, ol      		{ margin: 0 1.5em 1.5em 1.5em; }
ul          		{ list-style-type: disc; }
ol          		{ list-style-type: decimal; }
dl          		{ margin: 0 0 1.5em 0; }
dl dt       		{ font-weight: bold; }
dd          		{ margin-left: 1.5em;}
hr					{ background: #fff; border: none; color: #fff; height: 1px; }

/*
 * Forms
 */
form fieldset				{ border:none; padding:10px }
form fieldset.radio			{ border:none;width:200px;padding:0 }
form fieldset legend		{ font-family:tahoma,arial,verdana,sans-serif;font-size:150%;font-weight:normal;margin:10px 0;padding:0 3px 0 9px;color:#fff }
form fieldset.radio legend	{ display:block;float:left;width:129px;margin:0 0 3px 0;padding:3px 0;font-size:100%;font:11px/1.6em verdana,sans-serif;text-align:right }
form fieldset.radio>legend	{ width:130px;margin:0 0 3px 0;padding:3px 5px }
form fieldset.radio legend.required	{ font-weight:bold }
form fieldset label			{ display:block;float:left;width:130px;padding:3px 5px;margin:0 0 3px 0;text-align:right }
form fieldset label.required{ font-weight:bold }
form fieldset label.checkbox{ float:none;display:block;width:200px;padding:0;margin:0 0 3px 142px;text-align:left;width:200px }
form fieldset.radio label	{ position:relative;top:-1.9em;float:none;display:block;width:200px;padding:0;margin:0 0 3px 142px;text-align:left;width:200px}
form fieldset.radio>label	{ top:0.3em}
input,select,textarea		{ padding:1px 3px;margin:2px 0;font-family:tahoma,arial,verdana,sans-serif;font-size:100%;background:#f0f0f0;border:1px solid#333;color:#000 }
optgroup option				{ font-family:tahoma,arial,verdana,sans-serif;font-size:80% }
textarea					{ overflow:auto }
form fieldset input,
form fieldset select,
form fieldset textarea		{ width:200px; }
form fieldset textarea		{ width:240px; }
input.button				{ border:1px outset #8A0F18; cursor: pointer;  width:auto; padding:2px 6px; font-size:100%;background: #E21B24; color:#fff; font-weight: bold }
input.checkbox				{ border:none;width:auto }
form fieldset input.button	{ margin:0 0 0 142px }
form fieldset label.checkbox input,
form fieldset.radio label input	{ display:inline;height:14px;width:14px;margin:0 5px 0 0;border:none;background:transparent }
form fieldset.radio label>input	{ position:relative;top:0.4em }
form fieldset small			{ display:block;margin:0 0 0 142px;padding:1px 3px;font-size:88%;width:200px;line-height:1.3em }
form fieldset dl			{ margin:0;padding:0 }
form fieldset dl dt			{ width:130px;float:left;text-align:right;margin:0;padding:3px;clear:both }
form fieldset dl dd			{ padding:3px }
.LV_validation_message 		{ font-weight: bold; margin: 0 0 0 5px; }
.LV_valid 					{ color: #00CC00; }	
.LV_invalid 				{ color: #CC0000; }
form fieldset label.checkbox.invalid { color: #CC0000; font-weight: bold }

/*
 * Tables
 */
table.full,
table.horizontalLined		{ clear:both; width:100%; }
table th					{ border-bottom: 2px solid #E4001F; font: bold 11px "Helvetica Neue",Helvetica,Arial,sans-serif; padding:3px; text-align:left; white-space:nowrap; }
table td					{ border-bottom: 1px solid #061A3A; padding:3px; vertical-align:top }
table tr.alt td				{ background: transparent }
table td.alignLeft			{ text-align: left }
table td.alignCenter		{ text-align: center }
table td.alignRight			{ text-align: right }
table td.valignTop			{ vertical-align:top }
table td.valignMiddle		{ vertical-align:middle }
table td.valignBottom		{ vertical-align:bottom }
table td.nowrap				{ white-space:nowrap }

/*
 * Layout
 */
body {
	background: #fff url('img/body-back.png') no-repeat center top;
	color: #fff;
	font-size: 75%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div#container {	
	margin: 0 auto;
	width: 960px;
}
	div#head {
		float: left;
		height: 293px;
		width: 960px;
		background-image:url(/styles/rozengaarde/img/ontwerp/ROZHome_top.jpg);
	}
	div#main {
		float: left;
		background-image:url(/styles/rozengaarde/img/ontwerp/ROZHome_left.jpg);
		background-repeat:no-repeat;
		background-position:bottom left;
		height: 470px;
		padding: 0px;
		width: 960px;
		background-color:#0083cb;
	}
		div#menu {
			background: #FFF;
			float: left;
			height: 22px;
			margin-top: 0px;
			position: relative;
			width: 960px;
		}
		div#content {
			clear: both;
			float: left;
			height: 483px;
			overflow: hidden;
		
			width: 960px;
		}
		div#content #contentholder {
			margin-left:285px;
			background-image:url(/styles/rozengaarde/img/ontwerp/ROZHome_containerleft.jpg);
			background-repeat:no-repeat;
			background-position:bottom left;
			height: 448px;
			width:675px;
		}
	div#bottom {
    	clear: both;
		float: left;
    	height: 40px;
		width: 970px;
	}
		div#bottom p {
			color: #B2B2B2;
			font-size: 1em;
		}
			div#bottom p a {
				color: #B2B2B2;
				text-decoration: none;
			}
			div#bottom p a:hover {
				text-decoration: underline;
			}
		div#bottom p.copyright {
			float: left;
		}
		div#bottom p.redfrog {
			float: right;
		}
			
/*
 * Menu
 */
div#menu ul,div#menu ul ul{font-size:100%;list-style:none;margin:0;padding:0}
div#menu ul{left:10px;position:absolute;z-index:100}
div#menu ul li{float:left;line-height:1.35em;position:relative;z-index:101}
div#menu ul>li li{float:none}
div#menu ul a{background:#fff url('img/menu-down.png') no-repeat right top;color:#1e2198; font-weight:bold; display:block;line-height:15px;margin:3px 6px 4px 6px; padding:0 12px 0 3px;text-decoration:none}
div#menu ul a:hover{background-color: #fff; background-position: right bottom; color:#E4001F; }
div#menu ul li ul{background-color:#fff;border-right: 1px solid #061a3a; border-bottom: 1px solid #061a3a; padding: 15px 10px; position:absolute;left:-999em;width:110px;z-index:102}
div#menu ul li:hover ul ul,div#menu ul li.sfhover ul ul{display:none;left:-999em}
div#menu ul li ul li a{background: none; color: #222; line-height:18px; margin:0; padding:0; }
div#menu ul li:hover ul,div#menu ul li li:hover ul,div#menu ul li.sfhover ul,div#menu ul li li.sfhover ul{top:0;left:-1px;margin-left:100%}
div#menu ul li:active ul,div#menu ul li:hover ul,div#menu ul li.sfhover ul{top:100%;margin-left:0;z-index:102}
div#menu{width:100%}

/*
 * CMS
 */
.left 		{ float:left; }
.right 		{ float:right; }
h5#editText {
	font-size: 17px;
	font-weight: normal;
	width: 60%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
}
#editImg {
	float: right;
	margin: 5px;
}
div#pluginMenu {
	height:21px;
	background:#F0F0EE;
	border:1px solid #ccc;
	font: 11px 'Arial Unicode MS Regular', Arial, Tahoma, sans-serif;
	margin: 10px 0;
}
div#pluginMenu ul {
	list-style:none;
	margin:0;
	padding:0;
}
div#pluginMenu ul li {
	float:left;
}
div#pluginMenu ul li a {
	display:block;
	padding:2px 6px 3px 6px;
	border:1px solid #F0F0EE;
	color:#3c3c3c;
}
div#pluginMenu ul li.active a {
	border:1px solid #CE1126;
}
div#pluginMenu ul li a:hover {
	text-decoration:none;
	background:#F3BCBE;
	border:1px solid #CE1126;
}

/* 
	Voorpagina
*/

div.leftbalk {
	float: left;
	height: 525px;
	width: 300px;
}
div.leftbalk h2 {
	display: none;
}
#balkjes {
	float: left;
	margin: 0 0 0 175px;
	width: 480px;
}

#loading {
	float: left;
	margin: 150px 0 0 123px;
	width: 480px;
	font-size:16px;
	font-weight:bold;
}

#balkjes_nav {
	float: left;
	margin: 154px 0 0 300px;
	width: 480px;
}
#dagtext {
	margin-left:300px;
	font-size:18px;
}
	#uren {
		background-image:url('/proto/images/uren.png');
		width:480px;
		margin-left:-14px;
		height:32px;
	}
	div.dagplanning {
		background-image: url('/proto/images/raster.png');
		background-repeat: repeat-y;
		position: relative;
		width: 480px;
	}
		.badtext {
			font-size: 12px;
			font-weight: bold;
			width: 200px;
			height: 25px;
			margin-left:-215px;
			position: absolute;
			line-height:1.2em;
		}
		div.balkje {
			cursor: pointer;
			height: 14px;
			position: absolute;
		}
		div.vrijzwemmen_rood {
			background: transparent url('/proto/images/lijn_r.png') no-repeat right top;
		}
		div.vrijzwemmen_rood div.closer_rood {
			background: transparent url('/proto/images/lijn_lang.png') no-repeat left top;
			margin-right: 5px;
			height:10px;
		}
		div.vrijzwemmen_paars {
			background: transparent url('/proto/images/lijn_r_paars.png') no-repeat right top;
		}
		div.vrijzwemmen_paars div.closer_paars {
			background: transparent url('/proto/images/lijn_lang_paars.png') no-repeat left top;
			margin-right: 5px;
			height:10px;
		}
		div.vrijzwemmen_groen {
			background: transparent url('/proto/images/lijn_r_groen.png') no-repeat right top;
		}
		div.vrijzwemmen_groen div.closer_groen {
			background: transparent url('/proto/images/lijn_lang_groen.png') no-repeat left top;
			margin-right: 5px;
			height:10px;
		}
		div.vrijzwemmen_geel {
			background: transparent url('/proto/images/lijn_r_geel.png') no-repeat right top;
		}
		div.vrijzwemmen_geel div.closer_geel {
			background: transparent url('/proto/images/lijn_lang_geel.png') no-repeat left top;
			margin-right: 5px;
			height:10px;
		}
		div#bezetting_menu ul li {
			display: inline;
			margin:0px;
			margin-right:-3px;
			padding:0px;
		}
		div#bezetting_menu ul li span {
			display: inline;
			margin:0px;
			padding:0px;
		}
		div#bezetting_menu ul li span img {
			display: inline;
			margin:0px;
			padding:0px;
		}
		div#bezetting_menu {
			display: inline;
			margin:0px;
			padding:0px;
		}
		div.bad-1-1 {
			top: 4px;
		}
		div.bad-2-1 {
			top: 49px;
		}
		div.bad-3-1 {
			top: 94px;
		}
		div.bad-4-1 {
			top: 139px;
		}
		div.bad-5-1 {
			top: 194px;
		}
		div.bad-6-1 {
			top: 239px;
		}
		div.bad-7-1 {
			top: 284px;
		}
		div.bad-8-1 {
			top: 329px;
		}
		div.bad-1-2 {
			top: 15px;
		}
		div.bad-2-2 {
			top: 60px;
		}
		div.bad-3-2 {
			top: 105px;
		}
		div.bad-4-2 {
			top: 150px;
		}
		div.bad-5-2 {
			top: 205px;
		}
		div.bad-6-2 {
			top: 250px;
		}
		div.bad-7-2 {
			top: 295px;
		}
		div.bad-8-2 {
			top: 340px;
		}
		div.bad-1-3 {
			top: 26px;
		}
		div.bad-2-3 {
			top: 71px;
		}
		div.bad-3-3 {
			top: 116px;
		}
		div.bad-4-3 {
			top: 161px;
		}
		div.bad-5-3 {
			top: 216px;
		}
		div.bad-6-3 {
			top: 261px;
		}
		div.bad-7-3 {
			top: 306px;
		}
		div.bad-8-3 {
			top: 351px;
		}

.tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tip-rood .tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #fff;
	padding: 8px 8px 4px;
	background-color:#C00;
	-moz-opacity:.75; filter:alpha(opacity=75); opacity:.75;
}
 
.tip-geel .tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #333;
	padding: 8px 8px 4px;
background-color:#FC0;
	-moz-opacity:.75; filter:alpha(opacity=75); opacity:.75;}

.tip-paars .tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #333;
	padding: 8px 8px 4px;
background-color:#639;
	-moz-opacity:.75; filter:alpha(opacity=75); opacity:.75;
}


.tip-groen .tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #333;
	padding: 8px 8px 4px;
background-color:#090;
	-moz-opacity:.75; filter:alpha(opacity=75); opacity:.75;
}

.tip-rood .tip-text {
width:250px;
	font-size: 11px;
	padding: 4px 8px 8px;
	background-color:#C00;
	-moz-opacity:.75; filter:alpha(opacity=75); opacity:.75;
}
.tip-paars .tip-text {
width:250px;
	font-size: 11px;
	padding: 4px 8px 8px;
background-color:#639;
	-moz-opacity:.75; filter:alpha(opacity=75); opacity:.75;
}
.tip-geel .tip-text {
width:250px;
	font-size: 11px;
	padding: 4px 8px 8px;
	color: #333;
background-color:#FC0;
	-moz-opacity:.75; filter:alpha(opacity=75); opacity:.75;}

.tip-groen .tip-text {
width:250px;
	font-size: 11px;
	padding: 4px 8px 8px;
	color: #333;
background-color:#090;
	-moz-opacity:.75; filter:alpha(opacity=75); opacity:.75;
}

div#mededeling {
	background-image:url(/styles/rozengaarde/img/spreekwolk.png);
	background-repeat:repeat;
	text-align:center;
	color:#333;
	font-size:14px;
	line-height: 1.4em;
	padding:13px 40px 8px 8px;
	width:290px;
	height:115px;
	position:relative;
	left:400px;
}

div#adres a:link, div#adres a:visited, div#adres a:active {
	color:#ccc;	
}

div#adres a:hover {
	color:#fff;
}
