/*
 * reset 
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    }
/* remember to define focus styles! */
:focus {
    outline: 0;
    }
body {
    line-height: 1;
    color: black;
    background: white;
    }
ol, ul {
    list-style: none;
    }
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
    }
caption, th, td {
    text-align: left;
    font-weight: normal;
    }
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
    }
blockquote, q {
    quotes: "" "";
    }

html {
	width: 100%;
}
    
body{
    background-color: #f3f3f3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	width: 100%;
}

#wrapper{
    background-color: #ffffff;
    background-image: url('/files/layout/bg.jpg');
    background-repeat: repeat-x;
}

#container{
   width: 940px;
   margin: 0 auto;
}

#header{
    height: 250px;
    background-image: url('/files/layout/header.jpg');
    background-repeat: no-repeat;
    background-position: 0px 20px;
    position: relative;
}

#header a.homeurl{
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 18px;
    left: 3px;
}

#header #menubar{
    background-image: url('/files/layout/menu_bar.jpg');
    background-repeat: no-repeat;
    width: 940px;
    height: 51px;
    position: absolute;
    top: 162px;
    left: 0px;
    overflow: auto;
}

#header #menubar a{
    display: block;
    color: #ffffff;
    text-decoration: none;
    float: left;
    padding: 13px 20px 0 20px;
    background-image: url('/files/layout/menu_divider.jpg');
    background-repeat: no-repeat;
    background-position: right;
    height: 27px;
    margin-top: 1px;
    font-size: 13px;
}

#header #menubar a:hover{
    background-image: url('/files/layout/menu_hover.jpg');
    background-repeat: repeat-x;
    color: #fae10a;
}

#header #menubar a.first:hover{
    color: #fae10a;
    background-image: url('/files/layout/menu_divider.jpg');
    background-repeat: no-repeat;
}

#header .search{
	position: absolute;
	top: 40px;
	right: 30px;
	background-image: url('/files/layout/search.jpg');
    background-repeat: no-repeat;
	width: 207px;
	height: 40px
    color: #666666;
}

#header .search input{
    border: 0px;
    background: transparent;
    height: 27px;
    padding: 3px 0 0 30px;
    color: #666666;
    font-size: 11px;
}

#header .search button{
    background-image: url('/files/layout/search_button.jpg');
    border: 0;
    width: 19px;
    height: 19px;
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: -30px;
}

#header #breadcrumbs{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    position: absolute;
    top: 220px; 
    left: 0px;
    height: 25px;
    width: 940px;
    color: #999999;
}

#header #breadcrumbs a{
    color: #999999;
    font-size: 12px;
    text-decoration: none;
    margin: 0 10px;
    font-size: 11px; 
}

#header #breadcrumbs a.active{
    color: #666666;
}

#header #breadcrumbs a:hover{
    color: #000000;
}

.clear    {clear:both;}
.spacer-90{
    height: 90px;
}

#footer{
    margin: 0 auto;
    width: 940px;
    height: 100px;
    position: relative;
    background-image: url('/files/layout/iniatief.jpg');
    background-repeat: no-repeat;
    background-position: 0 20px;
}

#footer a{
    display: block;
    width: 275px;
    height: 50px;
}

#footer .social-media{
    position: absolute;
    width: 275px;
    height: 50px;
    right: 0;
    top: 0;
}

#footer .social-media a.hyves{
    display: block;
    float: right;
    height: 32px;
    width: 47px;
    margin-top: 20px;
    border-right: 1px solid #dcdcdc;
    background-image: url('/files/layout/hyves.gif');
    background-repeat: no-repeat;
    background-position: 0 0;
}

#footer .social-media a.facebook{
    display: block;
    float: right;
    height: 32px;
    width: 47px;
    margin-top: 20px;
    margin-left: 15px;
    border-right: 1px solid #dcdcdc;
    background-image: url('/files/layout/facebook.gif');
    background-repeat: no-repeat;
    background-position: 0 0;
}

#footer .social-media a.linkedin{
    display: block;
    float: right;
    height: 32px;
    width: 32px;
    margin: 20px 50px 0 15px;
    background-image: url('/files/layout/linkedin.gif');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.page-contents {
    margin-top: 40px;
    color: #333333;
    line-height: 150%;
    background-image: url('/files/layout/bg_sub.jpg');
    background-repeat: repeat-y;
    background-position: 230px 0;
}

.page-contents > .left{
    float: left;
    width: 230px;
}

.page-contents > .left ul li{
    border-bottom: 1px solid #ebebeb;
    color: #2c52a2;
    margin-right: 20px;
}

.page-contents > .left ul li.subs-last{
    border-bottom: 0px;
}

.page-contents > .left ul li a{
    color: #2c52a2;    
}

.page-contents > .left ul li a:hover,
.page-contents > .left ul li a.active{
    color: #cc2f30;
    text-decoration: none;
}

.page-contents > .left .login h3{
    color:#222222;
    font-size:22px;
    margin: 0 0 15px 0;
}

.page-contents > .left .login input[type="submit"]{
    margin: 0px;
}

.page-contents > .left .login p.error{
    margin: 0 20px 5px 0;
}
 
.page-contents > .left .spacer{
    background-color: #ebebeb;
    margin: 20px 20px 20px 0;
    height: 2px; 
}

.page-contents > .left a.tell-a-friend{
    margin: 0px;
}

.page-contents > .main{
    float: left;
    width: 670px;
    padding: 0 0 0 40px;
}

#tell-a-friend a{
    font-size: 15px;
    color: #e83c3d;
    display: block;
    font-weight: bold;
    margin: 10px 0 10px 0;
    position: absolute;
    top: 10px;
    right: 10px;
}

p{
    margin: 10px 0;
}

a   { color: #ff3333;}

h1{font-size: 24px; font-weight: bolder; margin-bottom: 15px;}

h2{font-size: 18px;}

li.subs {
    padding: 5px 0;
}

li.subs  a{
    text-decoration: none;
}

li.subs  a:hover{
    color: #000000;
    text-decoration: underline;
}

.addthis_toolbox{
    float: right;
    margin-left: 10px;
    width: 115px;   
}

.addthis_toolbox iframe{   
    width: 115px!important;
}

.addthis-small {
    padding-top: 2px;
}


/* aform */


	form.aform{
	    background-color:#F5F5F5;
        border:1px solid #E4E4E4;
        padding:20px;
        width: 500px;
	}
    
    
    form.aform tbody.header td 		{padding-top: 10px;}
	form.aform tbody.sub-header td 	{color: #000; text-transform: none; word-spacing: 1px; letter-spacing: 1px;}
	
	form.aform td.label {
		color:#7D7D7D;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:1em;
		line-height:1.5em;
		text-align: left;	
		padding-right: 25px;
        font-size: 11px;
	}	
		
	form.aform input{
		border: 1px solid #cccccc;
        width: 300px;
        height: 20px;
        margin-top: 4px;
        font-size: 11px;
        letter-spacing: 1px;
        color: #666666;
        padding: 0 5px;
        margin-left: 20px;
	} 
	
	form.aform .sublabel{
		color:#7D7D7D;
	}
	
	form.aform textarea{
		border: 1px solid #ccc; 
        width: 300px;
		font-family: Helvetica,Arial, sans-serif;
		font-size: 12px; 
		height: 50px;
        font-size: 11px;
        letter-spacing: 1px;
        color: #666666;
        padding: 5px;
        margin-left: 20px;
	}
	
	form.aform select{
        margin-left: 20px;
	}
	
	form.aform input.input-checkbox{
		border: 0px;
		width: 20px;
		height: 20px;
		margin-left: -4px;
		padding: 0px;	
	}
	 
	form.aform input.input-radio{
		width: 20px;
		border: 0px;
		margin-left: -2px;
		color: #000;
        cursor: pointer;
        margin-left: 20px; 
	}

	form.aform td.label {padding:3px 5px; color: #7a7a7a;}
	
	form.aform input[type="submit"]{
	   border: 0px;
       width: 200px;
       height: 22px;
       cursor: pointer;
       background-color: #000000;
       color: #ffffff;
       margin-top: 3px;
	}
    
    form.aform tbody.error input{
        background-color: #f9dede;
    }
	
    form.aform h2{font-family: Helvetica,Arial, sans-serif; font-size: 12px; margin-bottom: 4px;}
	form.aform .hint{font-size: 11px; color: #999;}
	form.aform .feedback {color: #FF0000; margin-top: 4px; margin-left: 20px;}
	
	

/* Ausers */


    div#user-login{
        background-color: #F3F7F9;
        padding: 10px 10px 20px 10px;
        border: 1px solid #E6E6E6;
        width: 300px;
    }
    
    div#user-login h2{
        margin-bottom: 10px;
    }
    
    #user-login p.error{
        color: red;
    }

    .extranet-text{
        width: 700px;
        float: left;
        padding: 20px;
    }
    
    .extranet-right{
        float: left;
        width: 250px;
        padding-top: 20px;
    }
    
    .extranet-right > .info{
        background-color: #F3F7F9;
        padding: 10px 10px 20px 10px;
        border: 1px solid #E6E6E6;
        -moz-border-radius: 2px;
        margin-bottom: 15px;
    } 
    
    .extranet-right .info ul{
        margin: 10px 0 0 20px;
        padding: 0px;
    }
     
     .extranet-right .info ul li{
         margin: 0px;
         padding: 2px 0;
     }
     
     .extranet-right .info ul li a{
         text-decoration: none;
     }
     
    .extranet-right .info ul li a:hover{
        text-decoration: underline;
    }
    
    .extranet-right h2{
        font-size: 12px;
        padding: 0 0 2px 0;
        margin: 0px;
        border-bottom: 1px solid #E6E6E6;
    }
    
    .extranet-right .info tr > td.label {
        font-weight: bold;
    }
    
    .downloads{
        margin: 20px 0 40px 0;
    }
    
    .downloads h2{
        font-weight: normal;
        padding: 0 0 3px 0;
        border-bottom: 1px solid #CCCCCC;
    } 
    
    .downloads img{
        margin: 0 5px 5px 0;
    }
    
    .downloads > a.file{
        background-image: url('/files/layout/folder.png');
        background-repeat: no-repeat;
        background-position: 0 3px;
        padding: 7px 0 7px 30px;
        display: block;  
    }
    
    .downloads > a.zipfile{
        background-image: url('/files/layout/zip.jpg');
        background-repeat: no-repeat;
        background-position: 0 3px;
        padding: 7px 0 7px 30px;
        display: block; 
    }

/* downloads */


    .download{
        border-bottom: 1px solid #e3e3e3;
        margin: 20px 0;
        overflow: auto;
        padding-bottom: 5px;
    }
    
    .download img{
        float: left;
        margin: 0 10px 0 0;
    }
    
    .download a{
        color: #333333;
        text-decoration: none;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: bold; 
    }

    .download a:hover{
        color: #eb3e3f;
    }
    
    .download a.image{
        display: block;
        width: 200px;
        height: 200px;
        float: left;
        margin-right: 10px;
        padding: 5px;
        border: 1px solid #e3e3e3; 
    }
    
    .download a.download-poster{
        display: block;
        float: left;
        width: 200px;
        border: 1px solid #e3e3e3; 
        padding: 5px;
        margin-right: 15px;
    }

/* forms */

#masp, 
#masp *, 
.masp, 
.masp *, 
form.aform .masp td.label,
form.aform .masp input 
 {
	height: 1px!important;
	font-size: 1px!important;
	color: #fff;
	border: 0!important;
	padding: 0!important;
	margin: 0!important;
}


/* Home */


    .contents-home{
        margin: 40px 0;
        background-image: url('/files/layout/bg_home.jpg');
        background-repeat: repeat-y;
        padding: 0 0 20px 0;
        margin-bottom: 100px;
    }

    .contents-home #left{
        float: left;
        width: 435px;
        margin-right: 25px;
        line-height: 150%;
        color: #666666;
    }
    
    .contents-home #left h1{
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    
    .contents-home #main{
        width: 250px;
        text-align: center;
        float: left;
    }
    
    .contents-home #main img{
        margin-bottom: 40px;
    }
    
    .contents-home #right{
        float: left;
        width: 230px;
    }
    
    .contents-home .divider{
        height: 1px;
        background-color: #ebebeb;
        margin: 20px 0;
    }

    
    .contents-home #left .call-enroll h2{
        font-size: 25px;
    }
    
    .contents-home #left .call-enroll img{
        float: right;
    }
    
    .contents-home #right h3{
        font-size: 22px;
        color: #222222;
        margin-bottom: 15px;
    }
    
    .contents-home #right .login{
        margin: 0 0 30px 15px;
    }
    
    .contents-home #right .benefits{
        margin: 0 0 30px 15px;
    }
    
    .contents-home #right .benefits ul li{
        border-bottom: 1px solid #ebebeb;
        background-image: url('/files/layout/lists_arrow.jpg');
        background-repeat: no-repeat;
        background-position: 0 5px;
        height: 23px;
        color: #2c52a2;
        font-size: 12px;
        padding: 5px 0 5px 10px;
    }

	/* hide labels etc. from forms but keep them accessible for assistive technologies */
	.hidden {
		display: none;
	}
	
	/* darken the screen */
    #darken {
		position: fixed;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 100%;
	    z-index: 88888;
	    background-color: #000000;
	    opacity: .5;
	    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	    filter: alpha(opacity=50);
    }
	
	/* popup */
    #tell-a-friend {
		position: fixed;
	    top: 50px;
	    width: 600px;
	    min-height: 300px;
        height: auto !important;
        height: 300px;
	    z-index: 99999;
	    background-color: #ffffff;
	    border: 2px solid #BB2627;
	    padding: 50px 20px 10px 20px;
	    margin: 0px;
		margin-left: auto;
		margin-right: auto;
		-moz-border-radius: 10px;
    	-webkit-border-radius: 10px;	
	}
	
	/* tell-a-friend button */
	a.tell-a-friend {
		position: relative;
		display:block;
		padding: 0px;
		margin: 0px;
		margin-left: 10px;
		border: 0px;
		width: 176px;
		height: 38px;
		background-image: url('files/layout/tell_a_friend.jpg');
		background-position: 0% 0%;
		background-repeat: no-repeat;
	}
    
	/* meedoen knop */
    a.action-meedoen{
		position: relative;
		display:block;
		padding: 0px;
		margin: 0px;
		margin-left: 10px;
		border: 0px;
        width: 177px;
        height: 38px;
		background-image: url('/files/layout/action_meedoen.jpg');
		background-position: 0% 0%;
		background-repeat: no-repeat;
    }

	/* login invoervelden */
	.login input[type='text'],.login input[type='password'] {
		border: 2px solid #eeeeee;
		padding: 5px;
		margin-bottom: 5px;
		-moz-border-radius: 10px;
    	-webkit-border-radius: 10px;	
	}

	/* login submit */
	.login input[type='submit'] {
		position: relative;
		display:block;
		padding: 0px;
		margin: 0px;
		margin-left: 10px;
		border: 0px;
		width: 65px;
		height: 22px;
		background-image: url('files/layout/button_login.jpg');
		background-position: 0% 0%;
		background-repeat: no-repeat;
	}

	/* errors on login */
	p.error {
		position: relative;
		background-color: #f4e6e9; 
		border: 1px solid #cc0000;
		padding: 5px;
		margin-bottom: 5px;
		-moz-border-radius: 10px;
    	-webkit-border-radius: 10px;	
	}

/* Search */

	
    .searchresult{
        border: 1px solid #e3e3e3;
        margin: 20px 0;
        padding: 10px;
    }
    
    .searchresult h2{
        font-size: 14px;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
    }
    
    .searchresult p{
        margin: 0px;
        padding: 0px;
        font-style: italic;
    }
    
    .searchresult a{
        color: #ff3333;
        text-decoration: none;
    }
    
    .searchresult a:hover{
        color: black;
        text-decoration: underline;
    }

/* Uploads */

div#uploads p.error{
	position: relative;
	background-color: #f4e6e9; 
	border: 1px solid #cc0000;
	padding: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div#uploads p.success{
	position: relative;
	background-color: #e8e9e8; 
	border: 1px solid #336633; 
	padding: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


div.poster_header {
	position: relative;
	width: 600px;
	height: 100px;
	background-color: #e8e9e8; 
	background-image: url('/files/layout/poster_header.jpg');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

div.poster {
	position: relative;
	width: 600px;
	height: 400px;
	background-color: #eeeeee; 
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

div.poster_footer {
	position: relative;
	width: 600px;
	height: 100px;
	background-color: #e8e9e8; 
	background-image: url('/files/layout/poster_footer.jpg');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

div.logo { 
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 276px;
	height: 176px;
	overflow: hidden;
	float: left;
	margin: 10px;
	border: 2px solid #cccccc;
	background-color: #ffffff; 
	text-align: center;
	vertical-align: center;
	position:relative;
}

#uploads input[type='text'], #uploads input[type='file']{
	border: 2px solid #eeeeee;
	-moz-border-radius: 10px;
	padding: 5px;	
}

#uploads p.upload {
	padding: 10px;
	border: 2px solid #eeeeee;
	background-color: #eeeeee;
	-moz-border-radius: 10px;
} 

/* LIVE validation */

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}

input.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
border: 2px solid #00CC00;
}
    
input.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
border: 2px solid #CC0000;
}
