/* Start of CMSMS style sheet 'Apollo Screen' */
/* CSS Document

///	MAIN STYLESHEET FILE FOR APOLLO-ROTTERDAM.NL WEBSITE
///	Author: Gert van Dijk
///	Last update: 2007-09-20


*/

html, body {
	/* Footerstick */
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #555 url(images/bg_stripe.gif) top left repeat;
	color: #474747;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
}

#pagewrapper {
	background-color: #ECECEC;
	margin: 0 auto;
	padding: 0 10px;
	width: 740px;
		/* Footerstick */
		position: relative;
		min-height: 100%;
		height: auto !important;
		height: 100%;
}

#pagewrapper div.warningbox {
	background-color: red;
	color: #FFF;
	margin-left: 200px;
	padding: 2px 10px;
	position: absolute;
	width: 320px;
}

#pagewrapper div.warningbox h2, #pagewrapper div.warningbox h2 a {
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	margin-top: 0px;
	text-align: center;
}

#pagewrapper div.warningbox h2 span {
	font-size: 0.9em;
	font-weight: normal;
}

#pagewrapper div.warningbox p {
	font-size: 0.92em;
	line-height: 1.3em;
	margin-top: 1em;
	padding-bottom: 10px;
}

#pagewrapper div.warningbox p a {
	color: #FFF;
	text-decoration: underline;
}

#topbar {
	background-color: transparent;
	background-image: url(images/foto_balonnen.jpg); /* default topbar image */
	background-position: top left;
	background-repeat: no-repeat;
	height: 170px;
	width: 100%;
}

#topbar h1 {
	color: #FFF;
	float: left;
	font-size: 4.58em;
	padding: 48px 0 0 68px;
	visibility: hidden;
	width: 512px;
}

#topbar h1 a, #topbar h1 a:active, #topbar h1 a:hover, #topbar h1 a:visited, #topbar h1 a:link {
	color: #FFF;
	text-decoration: none;
}

#nieuwsbox {
	float: left;
	height: 131px;
	margin-top: 11px;
	overflow: hidden;
	padding: 10px 10px 0 10px;
	width: 130px;
}

#nieuwsbox h2 {
	color: #9b2189;
	font-size: 1.5em;
}

#nieuwsbox div.hr {
	background: transparent url(images/dotted_line.gif) top left repeat-x;
	height: 1px;
	margin: 7px 0 0 0;
	width: 100%;
}

#nieuwsbox ul li {
	background: transparent url(images/simple_arrow_small.gif) 7px 0.417em no-repeat;
	margin-top: 0.7em;
	padding-left: 25px;
}

#nieuwsbox a, #nieuwsbox a:link, #nieuwsbox a:active {
	color: #474747;
	font-size: 0.92em;
	text-decoration: none;
}

#nieuwsbox a:hover {
	color: #474747;
	text-decoration: underline;
}

#horiznav ul {
	background-color: #9b2189;
	color: #FFF;
	font-size: 0.92em;
	font-weight: bold;
	margin-top: 10px;	
}

#horiznav ul li {
	float: left;
	position: relative;
}

#horiznav ul li a {
	color: #FFF;
	display: block;
	padding: 6px 0;
	text-align: center;
	/*width: 105px; 7 items*/
	width: 92px; /*8 items */
	/*width: 82px;  9 items */
}

#horiznav ul li a:hover {
	color: #FFF;
}

#horiznav ul li ul {
	background-color: #FFF;
	border-color: #dfdfdf;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	display: none;
	margin-top: 0;
	left: -29px; /* -1 * (width of second level (+padding) - width of first level + border-width) / 2 */
	position: absolute;
}

#horiznav ul li:hover ul {
	display: block;
	z-index: 99;
}

#horiznav ul li ul li a {
	color: #474747;
	font-size: 1.1em;
	font-weight: normal;
	height: auto;
	padding: 5px;
	width: 120px;
}

#horiznav ul li ul li a:hover {
	background-color: #9b2189;
	color: #FFF;
	text-decoration: none;
}

#fontSizePicker {
	float: right;
	margin: 0 10px 0 0;
}

#fontSizePicker ul li {
	display: inline;
}

#fontSizePicker a.normal { font-size: 0.92em; }
#fontSizePicker a.bigger { font-size: 1.25em; }
#fontSizePicker a.biggest { font-size: 1.5em; }

#fontSizePicker a, #fontSizePicker a:link, #fontSizePicker a:visited, #fontSizePicker a:hover, #fontSizePicker a:active {
	color: #474747;
	text-decoration: none;
}

#breadcrumb {
	font-size: 0.92em;
	margin: 8px 0 6px 10px;
}

#breadcrumb a, #breadcrumb span {
	margin: 0 0.4em;
}

#breadcrumb a, #breadcrumb a:link, #breadcrumb a:active, #breadcrumb a:visited {
	color: #474747;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #474747;
	text-decoration: underline;
}

#breadcrumb span {
	font-style: italic;
}

#canvas {
	margin-top: 5px;
		/* Footerstick */
		padding-bottom: 30px; /* height of the footer (+ extra) */
}

#lhs {
	float: left;
}

div.lhsbox {
	background-color: #FFF;
	border: 10px #dfdfdf solid;
	margin-bottom: 10px;
	padding: 5px 5px 10px 5px;
	width: 170px;
}

div.lhsbox h2 {
	background: #9b2189 url(images/lhsbox_header_bg.png) top left no-repeat;
	color: #FFF;
	font-size: 1.17em;
	font-weight: bold;
	height: 21px;
	padding: 7px 0 0 10px;
}

div.lhsbox a, div.lhsbox p { font-size: 0.92em; }

div.lhsbox p a { font-size: 1em; }

div.lhsbox a:active, div.lhsbox a:link, div.lhsbox a:visited {
	color: #474747;
	text-decoration: none;
}

div.lhsbox a:hover { text-decoration: underline; }

div.lhsbox p {
	line-height: 1.64em;
	margin: 7px 10px 0 6px;
}

div.lhsbox ul li p {
	margin: 0;
	line-height: 1.3em;
}

div.lhsbox ul li {
	background: transparent url(images/simple_arrow_small.gif) 7px 0.417em no-repeat;
	margin-top: 0.7em;
	padding: 0 10px 0 25px;
}

div.lhsbox ul li.showall {
	font-style: italic;
}

div.lhsbox ul li span {
	color: #999;
	font-size: 0.833em;
	font-style: italic;
}

input:focus, textarea:focus {
	border-color: #333;
}

#content {
	background-color: #FFF;
	border: 10px #dfdfdf solid;
	font-size: 0.92em;
	margin-left: 210px;
	margin-bottom: 20px;
	padding: 10px;
	width: 490px;
}

#content h1 {
	color: #9b2189;
	font-size: 1.64em;
	font-weight: bold;
	margin-bottom: 0.7em;
}

#content h2 {
	font-size: 1.28em;
	font-weight: bold;
	margin: 1.2em 0 0.3em 0;
}

#content h3 {
	font-size: 1.18em;
	font-weight: bold;
	margin: 0.8em 0 0.3em 0;
}

#content p {
	margin: 0.2em 0 0.7em 0;
}
#content p, #content ol li, #content ul li {
	line-height: 1.51em;
}

#content p a, #content p a:visited, #content p a:active {
	color: #9b2189;
	text-decoration: underline;
}

#content p a:hover {
	background-color: #9b2189;
	color: #FFF;
	text-decoration: none;
}

#content li a, #content li a:visited, #content li a:active {
	color: #474747;
	text-decoration: none;
}

#pagewrapper.website #content img {
	margin: 9px;
}

#content ol, #content ul {
	margin-bottom: 0.8em;
}

#content ul li {
	background: transparent url(images/simple_arrow_small.gif) 7px 0.58em no-repeat;
	margin-top: 0.7em;
	padding-left: 25px;
}

#content ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 25px;
}

#content ol li {
	margin-top: 0.7em;
	padding-left: 10px;
}

#content #agendaitemslijst li {
	margin-top: 1.4em;
}

#content #agendaitemslijst li h2, #content #agendaitemslijst li p {
	margin: 0;
}

#content #agendaitemslijst li h2 a, #content #agendaitemslijst li h2 a:link, #content #agendaitemslijst li h2 a:visited, #content #agendaitemslijst li h2 a:hover, #content #agendaitemslijst li h2 a:active {
	color: #474747;
	text-decoration: none;
}

#content #agendaitemslijst li span.datum {
	font-size: 1em;
	font-style: italic;
}

#footer {
	border-top: 2px #474747 solid;
	color: #9b2189;
	font-size: 0.92em;
	font-weight: bold;
	padding-top: 5px;
	width: 740px;
		/* Footerstick */
		position: absolute;
		bottom: 0 !important;
		bottom: -1px;
		height: 23px;
}

/* Lid worden - tijdelijke oplossing */
#pagewrapper fieldset {
	border-width: 2px 0 0 2px;
	border-style: solid;
	border-color: #ccc;
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 10px;
}

#pagewrapper fieldset legend {
        font-size: 1.28em;
        font-weight: bold;
        margin: 0;
	padding: 0 5px;
}

#pagewrapper fieldset label.fixedwidth, #pagewrapper fieldset span.fixedwidth, #pagewrapper fieldset div.fixedwidth {
	display: block;
	float: left;
	padding-right: 5px;
	text-align: right;
	width: 100px;
}

#pagewrapper fieldset label.between {
	padding-left: 5px;
	padding-right: 5px;
}
#pagewrapper fieldset p.fm-req label {
	font-weight: bold;
}
#pagewrapper fieldset p.fm-req label.fm-opt {
	font-weight: normal;
}

#pagewrapper fieldset small {
	display: block;
	margin-left: 105px;
}

#pagewrapper fieldset button {
	margin-left: 105px;
}

#pagewrapper fieldset img {
	margin: 0 !important;
}

#pagewrapper fieldset div.info {
	/*background-color: #ECECEC;*/
	/*border: 1px solid #ccc;*/
	border-color: #CCC;
	border-style: dashed;
	border-width: 0 0 0 2px;
	float: right;
	margin-left: 5px;
	padding: 0 8px;
	width: 180px;
}

#pagewrapper form h2 {
	display: none;
}

#pagewrapper fieldset div.info h3 {
	background-image: url('images/info_icon_form.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
	font-size: 1.18em;
	margin-bottom: 0.7em;
	/*min-height: 21px;*/
	padding: 6px 0 0 28px;
}

#pagewrapper #content a.button {
	/*background-color: #9b2189;*/
	border: 1px solid #9b2189;
	/*display: block;*/
	color: #9b2189;
	font-weight: bold;
	padding: 2px 4px;
	text-decoration: none;
}

/* End of 'Apollo Screen' */

