@charset "utf-8";
/* CSS Document */

/*	GENERAL
	================================================================ */

body, html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	height: 100%;
}

.separator {
	width: 100%;
	height: 1px;
	clear: both;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

dt {
	font-weight: bold;	
	margin-bottom: 3px;
}

.warning {
	color: #FF0000;
	font-weight: bold;
	border: solid 1px #FF0000;
	padding: 10px;
}
.required {
	color: #F00;
	position: relative;
	top: -5px;
}

/*	LOADING...
	================================================================ */

.popuphidden {
	display: none;
	visibility: hidden;
}
.popupvisible {
	position:fixed !important;
    position: absolute; /*ie6 and above*/
	display: block;
	left:0; top:0;
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
	z-index: 200;
	visibility: visible;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

/*	HEADER
	================================================================ */

#header {
	margin: 5px 0;	
}

#header img {
	border: none;	
}

#header_logo {
	position: relative;
}

#header_logo, #header_schenken, #header_right {
	float: left;
}

#langbar {
	position: absolute;
	right: 8px;
	top: 1px;
	font-size: smaller;
	color: #333;
	font-weight: bold;
}

#langbar a {
	color: #333;
	font-weight: normal;
}

#faces {
	background-color: #000;
	width: 200px;
	height: 60px;
	margin: 0 0 0 5px;
	position: relative;
	cursor: pointer;
}
#faces #description {
	position: absolute;
	width: 130px;
	height: 60px;
	color: #FFF;
}
#faces #description p {
	text-align: right;
	margin: 4px 0;
	font-size: 10px;
}
#faces #description #face_jarig {
	position: absolute;
	bottom: 0;
	left: 0;
}
#faces #description p.lidsinds {
	margin-top: 10px;
	color: #CCC;
}
#faces #face {
	position: absolute;
	right: 0;
	width: 60px;
	height: 60px;
}

#faces #face img {
	position: absolute;
	width: 60px;
	height: 60px;
}

#gesteunddoor {
	font-weight: bold;	
	margin: 10px 0 10px 5px;;
}
#spnsorcontainer {
	width: 205px;
	height: 50px;
	margin: 0 0 10px 0;
	background-color: #FFF;
}
#sponsors {
	height: 50px;
	width: 100px;
	margin-left: 50px;
}
#partnerworden {
	color:#999;
	text-align: right;
	font-weight: bold;
	margin: 0;
}

#partnerworden a {
	color:#999;
	text-decoration: none;
}

/*	TOPMENU
	================================================================ */

#topmenu {
	height: 28px;
	padding: 0;
	font-size: 12px;
	background-image: url(/new/images/topmenu.png);
	background-repeat: repeat-x;
}

#topmenu a {
	text-decoration: none;
	color: #FFF;
	margin-right: 20px;
	font-weight: bold;
	padding: 5px 10px 10px 10px;
	position: relative;
	top: 5px;
	height: 28px;
}

#topmenu a.active {
	background-color: #EBEBEB;
	color: #333;
	border-left: solid 4px #FFF;
	border-right: solid 4px #FFF;
}

.school {
	background-image: url(/new/images/topmenuscholen.png);
}

/*	CONTENT
	================================================================ */
	
#content {
	background-color: #EBEBEB;
	font-size: 11px;
}

#contentcontainer {
	padding: 1px 10px 10px 0;
}

#leftmenu {
	float: left;
	width: 245px;
	margin-top: 5px;
}

#leftmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 24px;
	
}

#content #leftmenu a {
	text-decoration: none;
	color: #666;
	padding: 0 5px;
}

#content #leftmenu a.active {
	background-color: #FFF;
	color: #333;
}

#leftmenu li {
	margin-bottom: 10px;
}

#rightcontent {
	margin-left: 250px;
}

#content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-weight: normal;
	letter-spacing: 0.15em;
	background-image: url(/new/images/bullet_h1.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0 10px;
	border-bottom: 1px dotted #CCC;
}

#content h2 {
	font-size:  12px;
	margin-top: 2em;
}

#content a {
	color: #ED1C24;	
}

#contentcontainer img {
	border: solid 1px #CCC;	
}

#content .imgright {
	float: right;
	margin-left: 10px;
}

#content .imgleft {
	float: left;
	margin-right: 10px;
}


/*	NEWSBAR
	================================================================ */
	
#newsbar {
	color: #FFF;
	font-weight: bold;
	position: relative;
	height: 25px;
	background-color: #000;
	font-size: 11px;
}

#newsbar p {
	float: left;
	margin: 0;
	padding: 5px;
}

#newsbar #laatstenieuws {
	width: 150px;
	color: #CCC;
}

#newsbar #nieuwsbericht {
	width: 600px;
}

#newsbar #aanmeldenrss {
	width: 150px;
	position: absolute;
	right: 25px;
	text-align: right;
}

#newsbar #aanmeldenrss a {
	color: #CCCCCC;
	text-decoration: none;
}

#newsbar img {
	position: absolute;
	right: 5px;
	top: 3px;
}

/*	FOOTER
	================================================================ */

#footer {
	margin-top: 10px;
	font-size: 10px;
}

#subnav {
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	padding: 5px 0;
}

#subnav #right {
	float: right;
	right: 300px;
}

#subnav a {
	color: #000;	
}

#copyright {
	margin: 35px 0 40px 0;
	text-align: right;
	border-top: dotted 1px #999;
	color: #999;
	clear: both;
	padding: 2px 0;
}

#copyright a {
	color: #999;	
}

#sidenav ul {
	padding: 0;
	margin: 5px 0 0 0;
	list-style: none;
}
#sidenav .menu > li {
	color: #333;
	font-weight: bold;
}

#sidenav .submenu > li {
	color: #999;
	font-weight: normal;
}

#sidenav .submenu {
	margin-top: 5px;
}

#sidenav li {
	padding: 0;
	width: 135px;
	float: left;
}

#sidenav a {
	text-decoration: none;
	color: #999;
	font-weight: normal;
}

/*	BLOCKS
	================================================================ */

#blockcontainer {
	margin-top: 3px;	
}

.block {
	width: 240px;
	height: 150px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

.block h2 {
	font-size: 24px; 
	margin: 5px 10px;
	font-weight: bold;
}

.block form {
	position: absolute;
	bottom: 15px;
	left: 10px;
}

.block .textfieldbox {
	border: none;
	width: 124px;
	height: 23px;
	background-image: url(/new/images/textfield.png);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.block .textfield {
	border: none;
	width: 100px;
	height: 20px;
	margin: 1px 0 0 12px;
}

.block .submitbutton {
	cursor:pointer;
	border: none;
	color:#FFF;
	padding: 1px 2px;
	width: 124px;
	height: 23px;
	background-image: url(/new/images/submitbutton.png);
	background-repeat: no-repeat;
}

.block .submitbutton1 {
	background-image: url(/new/images/submitbutton1.png);
}

.block .submitbutton2 {
	background-image: url(/new/images/submitbutton2.png);
}

.block .submitbutton3 {
	background-image: url(/new/images/submitbutton3.png);
}

.block #euros {
	color: #FFF;
	font-size: 48px;
	font-weight: bold;
	margin: 10px 0 0 10px;
}

.block #spaarpot {
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	bottom: 15px;
	left: 10px;
	margin: 0;
}

#block1 {
	background-color: #F8A51C;
	background-image: url(/new/images/block1_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#block2 {
	background-color: #7BC143;
	background-image: url(/new/images/block2_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#block3 {
	background-color: #13B5EA;
}

#block4 {
	background-color: #ED1C24;
}

/*	NIEUWS
	================================================================ */
	
#nieuwsblok {
	margin: 10px;
	border: 2px solid #999;
	background-color: #eee;
}

#content #nieuwsblok h2 {
	margin: 0;	
}

/*	FORMS
	================================================================ */

form {
	margin-top: 20px;	
}

.formgroup {
	margin-left: 30px;
	margin-bottom: 8px;
}
.formgroup span {
	position: relative;
	top: -5px;
	left: 5px;
}
.verplicht {
	color: #F00;
}
label {
	display: block;
	font-size: smaller;
	position: relative;
	left: -15px;
}

input[type=text], select, textarea, .filebox, input[type=file] {
	border: solid 1px #999;
}

input[type=text], textarea, .filebox, input[type=file] {
	width: 350px;
}

input[type=text].smalltextfield {
	width: 100px;	
}

fieldset {
	border: solid 1px #CCC;
	padding-top: 10px;
	padding-left: 20px;
	margin-bottom: 15px;
}

legend {
	color: #666;
	font-weight: bold;
}

	
/*	FACES
	================================================================ */

.face {
	width: 130px;
	height: 149px;
	float: left;
	color: #666;
	font-size: 9px;
	padding: 1px 3px 1px 3px;
	background-image: url(/new/../../images/polaroid-background.png);
	background-repeat: no-repeat;
}
.face img {
	width: 90px;
	margin: 10px 0 0 8px;
}
.face div img {
	width: 16px;
	margin: -1px 38px 0 0;
	float: right;
}
.face div {
	position: relative;
	top: 2px;
	left: 8px;
	text-align: left;
}

/*	PRIJZENKAST
	================================================================ */

#prijzenkast .maand {
	background-color: #666;
	color: #FFF;
	
}
#prijzenkast td, #actiepartners td {
	padding: 3px 6px 3px 6px;
	border: solid 1px #999;	
}
#prijzenkast img {
	margin: 0;
}

#prijzenkast span {
	position: relative;	
}

#prijzenkast .prijzenkast_current {
	background-color: #ED1C24;
	color: #FFF;
}

#prijzenkast img {
	border: none;
}

#prijzenkast .prijzenkast_voorbij {
	margin: auto auto;
	z-index: 100;
	position: absolute;
	left: 10px;
	top: -5px;
}

/*	SCHENKEN
	================================================================ */

#paymethods {
	list-style-type: none;	
}
#paymethods li {
	float: left;
	width: 150px;
	text-align: center;
}
#paymethods a {
	color: #666;
	text-decoration: none;
	width: 100%;
	text-align: left;
}
#paymethods img {
	border: none;
	display: block;
	margin: 0 0 0 45px;;
}

/*	SCHENKEN
	================================================================ */

#warningcontainer {
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
}
#warning {
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:100;
	background-color:#FFFFFF;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
}
#warningbox{
	border:6px solid #999;
	left:50%;
	position:fixed;
	text-align:left;
	top:50%;
	z-index:102;
	background-color:#EBEBEB;
	margin-left: -255px;
	width: 510px;
	margin-top: -207px;
	-moz-border-radius: 15px;
	padding: 20px;
}
#warningbox p {
	text-align: center;	
}

/*	GASTENBOEK
	================================================================ */
.noshow { 
	display:none;
}

.gb_thema {
	margin-bottom: 30px;
}

.gb_entry {
	border-bottom: dotted 1px #ED1C24;
}
	
.gb_gebruiker {
	margin-right: 570px;
}
.gb_gebruiker img {
	margin-top: 2px;	
}

.gb_message {
	float: right;
	width: 560px;
}
.gb_message p {
	margin: 0 0 4px 0;
	line-height: 150%;
}

#contentcontainer .gb_message img {
	position:relative;
	top: 3px;
	border: none;
}

.gb_tools {
	width: 100%;
	clear: right;
	font-size: 9px;
	color: #999;
	margin-bottom: 2px;
}

.gb_datum {
	float: left;
	width: 200px;
	padding-left: 140px;
}

.gb_spam {
	text-align: right;
}
#gbform {
	border: solid 1px #999;
	background-color: #CCC;
	padding: 0 20px;
	margin-top: 20px;
}

#gbform textarea {
	width: 100%;	
}

/*	KANDIDAATPROJECTEN
	================================================================ */
	
#kandidaatprojecten td {
	padding: 0 10px;	
}

#kandidaatprojecten #col1, #kandidaatprojecten #col2 {
	border-right: dotted 1px #999;
}

/*	TOOLBAR
	================================================================ */
	
#toolbar {
	width: 100%;
	margin: 5px auto 15px auto;
}

.toolbarbutton {
	display: inline-block;
	width: 208px;
	padding: 3px;
	background-color: #FFF;
	border: solid 1px #CCC;
	text-align: center;
}

#toolbar .selected {
	background-color: #ED1C24;
}

.toolbarbutton:hover {
	background-color: #ccc;
	cursor: pointer;
}

.toolbarbutton a {
	width: 100px;
	text-decoration: none;
}

#toolbar .selected a {
	color: #FFF;
}

/*	POLLGRAPH
	================================================================ */

#pollh1 {
	font-size:small;
	margin-top:0;
	text-align:left;
}

#pollgraph {
	border: solid 2px #ED1C24;
	margin-bottom: 10px;
}

#pollgraph p {
	font-size: 9px;
	margin: 10px;
}

#pollaxes {
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
	width: 250px;
	margin: 10px;
	height: 100px;
	position: relative;
}

.pollblock {
	background-color:#DDD;
	height: 20px;
	position: absolute;
	bottom: 0;
}

.pollblock span {
	font-size: 9px;
	position: relative;
	left: 10px;
	top: 9px;
	text-decoration: none;
}

.pollblock div {
	font-size: 9px;
	top: -15px;
	position: relative;
	left: 10px;
	text-align: left;
	width: 230px;
}

.pollblock a {
	position: absolute;
	z-index: 99;
	width: 110%;
	height: 30px;
	top: -5px;
	left: 0;
	text-decoration: none;
	color: #666;
}

#pollblock1 {
	top: 20px;
}

#pollblock2 {
	top: 60px;
}

#pollblock3 {
	top: 100px;
}

#pollblock4 {
	top: 140px;
}

#pollblock5 {
	top: 180px;
}

.gamepos {
	font-size: 60px;
	font-weight: bold;
	text-align: right;
	color: #CCC;
	line-height: 50px;
	
}

