@charset "utf-8";
/* CSS Document */

body {
	margin: 0; 
	padding: 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	text-decoration: none;
	color: #4DC1F1;
}
a:hover {
	color: #3A2F8D!important;
}
#container {
	width: 960px;
	margin: 0 auto; 
	text-align: left; 
	color:#3A2F8D;
}
#container_left {
	width: 342px;
	min-height: 686px;
	background-image: url(/images/background_left.gif);
	background-repeat:no-repeat;
	float:left;
}
#container_right {
	width: 618px;
	min-height: 686px;
	background-image: url(/images/background_right.gif);
	background-repeat:no-repeat;
	background-position:right top;
	float:left;
}
#header {
	width: 273px;
	height: 206px;
	margin-left:69px; 
	background-image: url(/images/header.gif);
	background-repeat:no-repeat;
	background-position:right;
	/* acts as homebutton */
	cursor: pointer;
}
#sideBar {
	width:273px;
	height:412px;
	margin-left:69px;
	background-color: #7FD2F5;
}
.sideBarhome a {
	color: white;
}
.homelink {
	position: absolute;
	color: #7FD2F5;
	margin: 40px 0 0 -30px;
	}
div#navigation_main {
	width:480px;
	height: 69px;
}
#topImages {
	width: 549px;
	height: 137px;
	background-color: #4DC1F1;
}
#header img,
#topImages img,
#topImages div.spacer,
#sideBar img,
#sideBar div.spacer {
	float:left;
	width:137px;
	height:137px;
	display:block;
}
#sideBar img {
	width:136px; /* 273 - 137 */
}
#topImages div.spacer {
	width:138px; /* diff compensatie */
}
#sideBar img.big {
	width:273px;
	height:275px;
}
#header img {
	margin-top:69px;
}
/* NAVIGATION MAIN */
ul#navigation_main {
	margin: 0px;
	padding: 40px 0px 0px 0px;
	position:relative;
	list-style: none;
	display: block;
}
ul#navigation_main li {
	display: inline;
	float:left;
	position:relative;
}
ul#navigation_main li a {
	background-image:url(/images/list_item.gif);
	background-repeat:no-repeat;
	background-position:15px;
	padding-left: 35px;
	height: 16px; /* = 20 WTF ?!*/
	display: block;
	width:  120px;
	float:left;
	font-weight: bold;
}
ul#navigation_main li.selected a,
ul#navigation_main li:hover a {
	background-image:url(/images/list_item_selected.gif);
	background-repeat:no-repeat;
	background-position:15px;
	color: #3A2F8D;
}
ul#navigation_main li ul {
	display:none;
	margin: 0px;
	padding: 10px 0;
	list-style: none;
	width: 153px; 
	height:130px;
	margin-left:17px;
}

ul#navigation_main li:hover ul,
ul#navigation_main li.selected ul {
	display:block;
	background-color: white;
	position:absolute;
	top:16px;
	left:0px;
}
ul#navigation_main li li {
	display:list-item;
	clear:left;
	border: none;
}
ul#navigation_main li li a,
ul#navigation_main li.selected li a,
ul#navigation_main li:hover li a {
	background:none;
	font-weight: normal;
	width:  105px; 
	padding-left: 17px;
	color: #4DC1F1;
}
ul#navigation_main li li:hover a,
ul#navigation_main li li.selected a {
	color:#3A2F8D;
}
ul#navigation_side {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	list-style: none;
	display: block;
	background-color: white;
	height:255px; /*138 +137 - 20 */
	width:136px;
	float:right;
}
ul#navigation_side li {
	text-align:right;
}
ul#navigation_side li a {
	padding-right: 17px;
	height: 16px; /* = 20 WTF ?!*/
	display: block;
	font-weight: bold;
}
ul#navigation_side li a:hover,
ul#navigation_side li.selected a {
	background-image:url(/images/list_item_selected.gif);
	background-repeat:no-repeat;
	background-position:right;
	color: #3A2F8D;
}
/* CONTENT */

.article {
	padding: 20px;
	width: 509px; /* 549 - 40 */
	
	/* maarten 2009-05-27 aangepast */
	width: 450px;
}
.article_title {
	font-size: 16px;
	font-weight: bold;
}
.headlines {
	position:absolute;
	top: 451px;
	height: 147px;
	width:549px;
}
.headlines_title {
	font-size: 16px;
	font-weight: normal;
	padding: 0px 20px;
}
ul.news_headlines {
	margin: 0;
	padding: 0 0 0 1px;
	position:absolute;
	top: 30px;
}
ul.news_headlines li {
	margin: 0;
	padding: 0px;
	list-style-type: none;
	float: left;
	/*
display:table-cell;
*/
	background-color: #4DC1F1;
	vertical-align:middle;
}
ul.news_headlines a {
	padding: 10px;
	width: 117px;
	height: 117px;
	display: block;
	text-align: center;
	vertical-align: middle;
}
ul.news_headlines li.class_1 {
	background-color: white;
}
ul.news_headlines li.class_0 a  {
	color: white;
}

/* maarten : tijelijk voor zwolle inschrijvingen */
ul.news_headlines li.row1 a {
	color: #3A2F8D;
	font-weight: bold;
}

/* HOME */
#sideBar img.home {
	width:342px;
	height:275px;
	margin-left:-69px;
}
#sideBar td {
	color: white;
	font-size:11px;
	font-weight:bold;
}
table.homeWijk {
	position: absolute; 
	display: block; 
	margin-top: 137px; 
}

/* CONTENT */ 
.article ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.article li {
	list-style: none;
	margin: 0;
	padding: 1px 0 0 17px;
	background-image:url(/images/list_item.gif);
	background-repeat:no-repeat;
}
.article li:hover {
	background-image:url(/images/list_item_selected.gif);
	background-repeat:no-repeat;
}
.cms_mod_form {
	width: 400px;
	padding: 0 16px;
	}
.cms_mod_form .nogroup, .cms_mod_form .inputgroup { 
	padding: 4px;
	margin-bottom: 4px; 
}
.cms_mod_form .nogroup p:first-child, .cms_mod_form .inputgroup  p:first-child {
	margin-top: 0px;
}
.cms_mod_form .inputgroup { 
	border: 1px dotted black; 
	background-color: #EFEFEF; 
}
.cms_mod_form .inputgroup .grouptitle { 
	font-weight:bold; 
}
.cms_mod_form .formfield{
	margin-bottom: 2px;
}
.cms_mod_form .formfield.required label.textlabel {
	font-weight: bold;
}
.cms_mod_form .formfield.required input, .cms_mod_form .formfield.required textarea {
	border: 2px solid black;
}
.cms_mod_form .formfield.required .req_asterix {
	color: red;
}
.cms_mod_form .formfield textarea{
	display: block;
}
.cms_mod_form .formfield input:focus, .cms_mod_form .formfield textarea:focus{
	border: 2px solid #009EE0;
	background-color: #D9F1FA;
}
.cms_mod_form .formfield .field_explanation {
	font-style: italic;	
}
.cms_mod_form .formfield label.textlabel {
	margin-right: 2px;
	clear: left;
	display: block;
	float: left;
	width: 140px;
}
.cms_mod_form .formfield .selectgroup {
	padding-left: 142px; /* 140 (label) + 2 (label margin)  */
	}
.cms_mod_form .formfield textarea{
	clear: left;
	width: 90%;
	height: 120px;
}
.cms_mod_form .formfield select{
	width: 220px;
}

