html, body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
}

body {
    background-image:url(../images/bg.gif);
	background-repeat: repeat;
	background-position: center top;		
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;		
}

#flashcontainer {
	overflow:hidden; /* add scroll bars as necessary */
	position:absolute; /* position absolutely */
	z-index:3; /* If required to cover any other divs */
	top:0; /* a value to miss the header */
	bottom:148px; /* a value to miss the footer */
	left:0; /* a value to miss any navigation div */
	right:0; /* this will put the scroll bar at the right of the page */
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}

#submenu {
	width: 100%;
	height: 148px;
	background-color: #B00;
	position: absolute;
	bottom: 0;
	z-index: 1;	
	margin:0; 
	right:0; 
	background-image: url(../images/submenu.gif);
	background-repeat: repeat-x;
    background-position: bottom left;
	text-align:center
}

.limit{
    position: relative; 
    top: 0;
    width:100%; 
    min-width: 960px;
    text-align:center; 
    margin:0 auto;
    padding: 0;
}

a img {
	border: 0px;
	text-decoration: none;
	color: #1A530E;
}

a {
	color: #FFFFFF;
}

#question{
	position: absolute;
    top: -2px;
    left: 10px;
    width:322px;
    height:148px;
    text-align:left;
    color:#FFFFFF;
    font-size:12px;
    line-height:27px;
    margin:0;
}
#question ul{
    padding:0; margin:0px
}
#question ul li{
    list-style:none;
}
#question ul li a:link, #question ul li a:visited{
    color: #FFFFFF;text-decoration: none;display:block;
}
#question ul li a:hover{
    font-weight:bold;
}
.button_leerling{
    width:304px;background-image:url(../images/button_1.gif);height:41px; line-height:41px;text-align:center
}
.button_student{
    width:304px;background-image:url(../images/button_2.gif);height:41px; line-height:41px;text-align:center
}
.button_zijinstromer{
    width:304px;background-image:url(../images/button_2.gif);height:41px; line-height:41px;text-align:center
}
.test{
    width:251px !important;width:255px;line-height:26px; background-image:url(../images/arrow.png) !important;background-image:url(../images/arrow.gif); background-repeat:no-repeat; background-position:left 8px; padding:0 0 0 14px;float:left
}
.leerling{
    clear:right;margin:14px 0 0 0;width:298px;
}
.stromer{
    clear:right;margin:14px 0 0 0;width:298px;
}
#back{ 
    width:26px; height:118px;float:left; padding:5px 0 0 0
}

#poll{
    width:298px;
    height:111px;
    background-image:url(../images/pollbg.gif);
    background-repeat: no-repeat;	
    display: inline-block;
    text-align:left;
    margin:26px 0 0 0;
    padding:10px 0 0 10px;
}
#poll p{
    line-height:10px; float:left; width:298px; margin:0px; padding:0; height:10px
}
#poll .poll_radio{font-size:12px; color:#FFFFFF}
#poll .result{line-height:9px; height:10px; font-size:10px; color:#FFFFFF; margin:0; padding:2px 0 0 2px;}

#poll .bar {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
    height: 10px; 
    display: block;
    float:  left;   
}
#poll .bar.start {
    width: 3px;
    background-position: left center;
}
#poll .bar.mid {
    width: 184px;
    background-position: center center;
}
#poll .bar.end {
    width: 3px;
    background-position: right center;
    margin-right: 5px;
}

.poll {
    display: block;
    float: left;
}

#logo{
	position: absolute;
    top: 80px;
    right: 10px;
    width:304px;
	height:57px;
	margin:0;
	overflow: hidden;
}
h3{font-size:14px; color:#FFFFFF; margin:0; font-weight:normal}
h5{font-size:12px; color:#FFFFFF; margin:0; font-weight:normal}


