* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg-body.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #333
}

#newsTicker {
	z-index: 1000;
	position: absolute;
	left: 50%;
	margin-left: 305px;
	top: 40px;
}

ul {
	list-style: none;
}

img {
	border: none;
}

/* *** LOGO *** */
h1 {
	text-indent: -4000px;
	position: absolute;
	margin-left: -401px;
	top: 25px;
	left: 50%;
}

h1 a {
	width: 210px;
	height: 128px;
	display: block;
}

h2 {
	letter-spacing: .5px
}

/* *** WRAPPER *** */
#wrapper {
	width: 1000px;
	margin: auto;
}

/* *** HEADER *** */

#header {
	height: 178px;
	width: 1000px;
	background-image: url(../images/hdr.jpg);
	background-repeat:no-repeat;
	display: block;
	background-position: 1px 0;
}

/* *** LEFT COLUMN *** */

#leftCol {
	width: 225px;
	float: left;
	color: #FFF;
}

#leftCol img {
	margin-bottom: 10px;
}

#leftCol ul.menu-top {
	padding: 20px 0 0 20px;
}

#leftCol #news {
	padding: 0 20px 20px 20px;
	font-size: 11px;
}

#leftCol #imageBtns {
	padding-left: 20px;
}

#leftCol h2 {
	font-size: 13px;
}

#leftCol ul {
	margin-top: 10px;
}

#leftCol ul li {
	background-image: url(../images/arrow-list-leftcol.jpg);
	background-position: 0 .4em;
	background-repeat: no-repeat;
	padding: 0 0 .6em 15px;
}

#leftCol ul li a {
	color: #FFF;
	text-decoration: none;
}

#leftCol ul li a:hover, #leftCol ul li a.menu_current {
	color: #58bfe9
}

#leftCol ul li.moreContent {
	background-image: none
}
#leftCol ul li.moreContent a {
	color: #58bfe9
}
#leftCol ul li.moreContent a:hover {
	text-decoration: underline
}

/* *** MIDDLE COLUMN *** */

#middleCol {
	width: 540px;
	float: left;
	background-image: url(../images/bg-content.jpg);
	background-position: 1px 0px /*top*/;
	background-repeat: no-repeat;
	min-height: 460px;
	color: #004c99;
}

#middleCol #nav {
	height: 47px;
	line-height: 47px;
	background-color: #042347;
	text-align: right;
	letter-spacing: 1px;
	color: #FFF;
	font-weight: bold;
}

#middleCol #nav a {
	color: #FFF;
	text-decoration: none;
	margin: 0 .8em 0 .8em
}
#middleCol #nav a:hover {
	color: #d8de74;
}

#middleCol .stimuleringsprogramma {
	float: left;
	text-transform: uppercase;
	letter-spacing: .5em;
	margin-left: 20px;
}

#middleCol .navLinks {
	margin-right: 15px;
}

#middleCol #content {
	padding: 20px 30px 20px 30px;
	min-height: 460px;
}

#middleCol h2 {
	color: #4cb0de;
	font-size: 20px;
	padding: .5em 0 .5em 0;
	font-weight: 300
}

#middleCol h3 {
	padding: 1em 0 .5em 0;
	color: #004c99;
	font-size: 12px;
	font-weight: 600;
}

#middleCol p {
	line-height: 1.3em;
	margin-bottom: 1em;
}

#middleCol ul {
	list-style: disc;
	line-height: 1.5em;
	margin-bottom: 1em;
}

#middleCol ul li {
	margin-left: 20px;
	padding: .2em .2em .2em 0;
}

#middleCol ul ul {
	list-style: circle;	
	line-height: 1.5em; 
	margin-left: 1em;
}

#middleCol #content a {
	text-decoration: underline;
	color: #a80231;
}

#middleCol #content a:hover {
	color: #004c99;
}

/* search results styles */

#middleCol .description {
	clear: left;
	font-size: 11px; 
}

#middleCol #footer {
	margin-top: 30px;
	width: 100%;
	text-align: center;
	font-size: 11px;
}

#middleCol #footer a {
	color: #004c99;
	text-decoration: none;
}

#middleCol #footer a:hover {
	text-decoration: underline;
}

/* *** RIGHT COLUMN *** */
#rightCol {
	width: 235px;
	float: left;
}

#rightCol img {
	float: left;
}

/* search div */
#rightCol #search {
	height: 47px;
	line-height: 47px;
	background-color: #a80231;
}

#rightCol #serviceNav {
	float: left;
	height: 47px;
	line-height: 47px;
	padding-left: 10px;
}

#rightCol #serviceNav img {
	margin-top: 8px;
	margin-left: 4px
}
/* search form styles */
#rightCol #search form {
	height: 47px;
	line-height: 47px;
	float: right;
	padding-right: 15px;
}

.submitSearchForm {
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	margin-left: 5px;
}

/* rightcol lists */

#rightCol #downloadLinks, #aocRaad {
	padding: 20px;
}
#rightCol #liveLink {
	padding-left: 20px;
}

#rightCol h2 {
	font-size: 13px;
	color: #a80231
}

#rightCol h2 a {
	color: #a80231;
	text-decoration: none
}

#rightCol h2 a:hover {
	text-decoration: underline
}

#rightCol p {
	margin-top: 10px;
	color: #004c99;
}

#rightCol p a {
	color: #004c99;
	text-decoration: none;
}

#rightCol p a:hover {
	text-decoration: underline;
}

#rightCol ul {
	margin-top: 10px;
}

#rightCol ul li {
	/*background-image: url(../images/arrow-list-rightcol.jpg);*/
	background-image: url(../images/arrow-list-rightcol.gif);
	background-position: 0 .55em;
	background-repeat: no-repeat;
	padding: 0 0 .6em 12px;
}

#rightCol ul li a {
	color: #004b96;
	text-decoration: none;
}

#rightCol ul li a:hover {
	color: #58bfe9
}

#rightCol ul li.moreContent {
	background-image: none
}
#rightCol ul li.moreContent a {
	color: #58bfe9
}
#rightCol ul li.moreContent a:hover {
	text-decoration: underline
}

/* modifications */
#rightCol #buttons, #rightCol #latestForumPosts  {
	width: auto;
	padding: 20px;
	font-size: 11px;
}

#rightCol #latestForumPosts {
	margin-top: 10px;
	display: block;
	padding-top: 0px;
	line-height: 1.25em;
}

#rightCol #latestForumPosts li a {
	color: #004B96;
	text-decoration: none;
}

#rightCol #latestForumPosts li a:hover {
	text-decoration: underline;
}

#rightCol #latestForumPosts h2 a {
	color: #A80231;
}

#rightCol #buttons img {
	margin-bottom: 15px;
}

.clear {
	width: auto;
	height: 0px;
	clear: both;
}


/* logo print version */
.logoPrintVersion {
	display: none;
}

/* agenda styles */
.evheader {
	text-align: center;
	margin: 20px 0 0 0; 
}
.eventborder {
	border :  solid 1px;
	border-color : #004B96;
	margin-bottom: 10px;
}
.tdeventheading {
	line-height : 20px;
	padding: 2px;
	background-color : #C0C0C0;
	font-weight : bold;
	text-align : center;
}
.tdevent  {
    padding: 2px;
}
.eventheading {
	text-align : center;
}
.mteventheading {
	line-height : 20px;
	padding: 2px;
	background-color: #004B96; 
	color: #FFF;
	font-weight : bold;
	text-align : center;
}
.mtevent  {
	vertical-align: top;
	padding: 2px;
}
.alleventheading {
	line-height : 20px;
	padding: 2px;
	background-color : #004B96;
	color: #FFF;
	font-weight : bold;
	text-align : center;
}

.allevent {
	text-align: left;
}

.allevent li {
    padding: 2px;
	list-style: none;
}

/* table deelnemers */
table#deelnemers {
	font-size: 10px;
}

/* div image homepage */
#homeImg {
	position: absolute;
	top: 225px;
	left: 0;
	z-index: 2000;
	width: 560px;
	left: 50%;
	margin-left: -275px;
}

#slideshow {
	width: 180px;
	height: 120px;
	background: url(../images/bg-img-slideshow.jpg) #FFF;
	margin-left: 20px;
	margin-bottom: 20px;
}

#slideshow img {
	width: 180px;
	height: 120px;
	height: auto;
	border: none;
}

.slide {
	width: 186px;
	height: 124px;
	position: absolute;	
}


/* UITNODIGING THEMADAGEN FORMULIER */
table#aanmelding-themadagen{}
table#aanmelding-themadagen td.field_title{
	padding:15px;
}

/* stylesheet switcher */
#styleSwitcher {
	position: relative;
	width: auto;
	height: 47px;
	line-height: 47px;
	padding-left: 1.45em;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	background: url(../images/bg-dotted-line-styleswitch-div.gif) bottom center no-repeat;
	margin-bottom: 1.2em;
}

#styleSwitcher a {
	color: #A5BF06;
	text-decoration: none;
}
#styleSwitcher a:hover {
	color: #FFF;
}

#styleSwitcher a.normal {
	font-size: 12px;
	margin-left: .2em;
}

#styleSwitcher a.bigger {
	font-size: 16px;
	margin-left: .1em
}