/* Start of CMSMS style sheet 'boxtel-vooruit' */
/* CSS Document */
* {
  	margin: 0px;
  	padding: 0px;
  	color: #000000;
}

body {
	background-color: #dde3f0;
	background-image: url(../images/bg_totaal.gif);
	background-repeat: repeat-y;
	background-position: center;
	font: normal normal normal 12px Verdana;
}

p  { font: normal normal normal 12px Verdana; margin-bottom: 20px; }
table  { font: normal normal normal 12px Verdana; margin-bottom: 20px; }
h1  { font: normal normal bold 12px Verdana; color: #1b429a; }
h2 { font: normal normal bold 14px Verdana; color: #1b429a; margin-bottom: 20px; }
h3 { font: normal normal bold 14px Verdana; color: #1b429a; margin-bottom: -60px; margin-top: -30px;}

a { color: #1B429A; text-decoration: underline; font-weight: bold; }
a:hover { color: #1B429A; text-decoration: none; font-weight: bold;}

li {list-style:circle }

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 746px;
	height: auto;
}

/* HEADER */

div#header {
	width: 746px;
	height: 136px;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

div#header img {
	position: relative;
	top: 11px;
	left: 8px;
}

div#main {
	width: 746px;
}

div#content {
	position: relative;
	width: 390px;
	left: 143px;
	border-left: 1px solid #1b429a;
	border-right: 1px solid #1b429a;
	padding: 36px 96px 0px 106px;
}

/* MENU */

div#menu {
	position: absolute;
	width: 125px;
	margin-left: 9px;
}

div#menu ul{
        list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	z-index: 999;
}

div#menu li {
        list-style: none; 
	width: 125px;
	border-top: 0px;
	border-bottom: 0px;
	margin: 0;
	padding: 0;
}

div#menu a {
	text-decoration: none;
	color: #000000;
	background-color: #transparant;
	display: block;
	font-style: italic;
        font-weight: normal;
	padding: 8px 0; 
        min-height:1em; /* Fixes IE7 bug*/
}

div#menu a:hover {
	color: #1B429A; 
	background-color: #ffffff; 
	font-style: italic;
	font-weight: normal;
}

div#menu .currentpage {
	color: #ffffff; 
	background-color: #1B429A; 
	font-style: italic;
	font-weight: normal;
        padding-top: 8px;
        padding-bottom: 8px;
}

.currentpage span {
        font-weight: bold;
        color: #ffffff;
        background-color: transparant; 
	float: right;
}

div#menu .activeparent {
	color: #ffffff; 
	background-color: #1B429A; 
	font-style: italic;
	font-weight: normal;
}

div#menu .activeparent span {
        font-weight: bold;
        color: #ffffff;
        background-color: transparant; 
	float: right;
}

div#menu .activeparent a:hover span {
        font-weight: bold;
        color: #1B429A;
        background-color: transparant; 
	float: right;
}

div#menu a span {
	float: right;
	color: #838AC2; 
}

div#menu a:hover span { 
	font-weight: bold;
	color: #1B429A;
	background-color: transparent;
}

/* TITEL */

div#title {
	position: absolute;
	top: -42px;
	z-index: 999;
	font: normal normal italic; 
        color: #ffffff;
        font-size: 18px;
}

/* SCHEMA */
	
table#schema td {
	border: 1px solid #1B429A;
	padding: 5px;
}


table {
	border: 1px solid #1B429A;
}


/* POLL */
.pollvoteform, .pollresultlist {font: normal normal normal 12px Verdana;}
.polloptions {margin: 0px; padding: 0px;}
.polloption {margin: -40px; padding-top: 20px;}
.pollresult {margin: -40px; padding-top: 40px;}
/* End of 'boxtel-vooruit' */

