html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #D3D3D3;
    height: 100%;
}

body {
    background-image: url(../img/page_bg.jpg);
    background-repeat: repeat-x;
    text-align: center;
    position: relative;
    height: 100%;
	font-size: 62.5%; /* font standaard op 10px zetten, zodat omzetten naar em gemakkelijk gaat */
}

body, div, td {
    font-family: Arial, Helvetica, sans-serif;
    color: #555d6a;
    padding: 0;
    margin: 0;
}

div, td, li{
    font-size: 1.1em;
}

div div, li li{
	font-size: 1em;
}

.typeface-js{
	font-family: Aller, Arial, sans-serif;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Aller, Arial, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

p{
	margin-top: 0px;
	margin-bottom: 24px;
}

h2{
	font-size: 3em;
}

h3{
	font-size: 2.2em;
}

h4{
	font-size: 1.6em;
}

a{
	color: #5f85c3;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a img {
    border: 0;
}

#container {
    width: 978px;
    margin: 0px auto;
    background-image: url(../img/container_bg.gif);
    text-align: left;
    overflow: visible;
}

#container div{
	position: relative;
}

#header {
    width: 978px;
    min-height: 294px;
	/*height: 344px;*/
    background-image: url(../img/header_home.jpg);
	background-repeat: no-repeat;
}


#headeranim{
	float: left;
	clear: none;
	height: 217px;
	left: 263px;
	width: 382px;
}

#headeranim2{
	float:left;
	clear: none;
	height: 206px;
	left: 325px;
	top: 0px;
	width: 319px;
}

.clear{
	clear: both;
}

.box{
	background-image: url(../img/boxen_groen.gif);
}

.bluebox{
	/*background-image: url(../img/boxen_groen.gif);*/
	background-image: url(../img/boxen_blauw.gif);
	background-position: -314px 0px;
}

/*.greenbox .innercontent, .bluebox .innercontent{
	color: #fff;
}*/


.bottom{
	background-color: #fff;
	background-position: 0px 100%;
	height: 25px;
	width: 100%;
}

.bluebox .bottom{
	background-position: -314px 603px;
}

.leftfloated {
    /*margin-left: 14px;*/
	margin-left: 36px;
	margin-top: 9px;
    float: left;
    /*clear: left;*/
}

.rightfloated {
    margin-right: 14px;
	margin-top: 9px;
    float: right;
    clear: right;
}

.leftfloated h1, .leftfloated h2, .leftfloated h3, .leftfloated h4, .leftfloated h5, .leftfloated h6, .rightfloated h1, .rightfloated h2, .rightfloated h3, .rightfloated h4, .rightfloated h5, .rightfloated h6{
	padding-bottom: 3%;
}


.cols4, .cols6, .cols8{
	height: 100%;
}

.cols4{
	width: 310px;
	padding-top: 10px;
}

.cols6 {
    width: 438px;
}

.cols8 {
    /*width: 632px;*/
	width: 600px;
}

.leftfloated p/*, .leftfloated h1, .leftfloated h2, .leftfloated h3, .leftfloated h4, .leftfloated h5, .leftfloated h6*/, .leftfloated div, .leftfloated ul, .leftfloated span{
	/*margin-left: 22px;*/
	margin-left: 0px;
}

.rightfloated p, .rightfloated h1, .rightfloated h2, .rightfloated h3, .rightfloated h4, .rightfloated h5, .rightfloated h6, .rightfloated div, .rightfloated ul{
	/*margin-left: 22px;
	margin-right: 22px;*/
}

.innercontent{
	padding-left: 22px;
	padding-right: 22px;
	color: #fff;
}

.innercontent h3, .innercontent h4{
	color: #fff;
}

.innercontent p{
	margin-bottom: 0;
}

#topnav{
    height: 41px;
    padding-left: 30px;
    padding-top: 0px;
    width: 948px;
}

#topnav a{
	float: left;
	clear: none;
	display: block;
	height: 40px;
	background-position: 0px 0px;
}

#btn_instituten{
	background-image: url(../img/n_instituten.gif);
	width: 320px;
}

#btn_inburgeraars{
	background-image: url(../img/n_inburgeraars.gif);
	width: 264px;
}

#btn_aanbieders{
	background-image: url(../img/n_aanbieders.gif);
	width: 291px;
}

#topnav a:hover{
	background-position: 0px 41px;
}

#homenav {
    height: 77px;
    left: 14px;
    /*position: relative;*/
    top: 0px;
	/*float: left;*/
	clear: both;
}

#homenav a {
    height: 77px;
    width: 312px;
    float: left;
    clear: none;
    display: block;
    background-position: 0px 0px;
	outline: 0;
}

#homenav a:hover {
    background-position: 0px 77px;
}

#secnav{
	position: absolute;
	width: 950px;
	height: 47px;
	left: 14px;
	top: 4px;
	padding-top: 5px;
	/*top: 31px;*/
	float: left;
	clear: both;
	text-align: center;
	background-image: url(../img/secnav_bg.jpg);
	background-repeat: no-repeat;
}

#secnav ul li{
	display: inline;
}

#secnav ul li a{
	color: #707070;
	padding-left: 10px;
	padding-right: 10px;
}

#inlogbox{
	width: 310px;
	height: 103px;
	/*position: relative;*/
    top: 12px;
	right: 14px;
	background-image: url(../img/boxen_groen.gif);
	background-position: -628px 0px;
	float: right;
	clear: none;
	color: #fff;
	padding-top: 5px;
}

.inlogbox2{
    top: 10px !important;
}

#inlogbox form div, #olive_inlogbox form div{
 	color: #fff;	
}

#inlogbox h4, #inlogbox form{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 4px;
}

input.t_input{
	width: 100px;
	height: 17px;
	background-image:  url(../img/input_bg.jpg);
	border: 1px solid #c4c4c4;
	float: left;
	clear: none;
	margin-right: 3px;
	font-size: 1.1em;
	color: #797979;
}

.btnsmall{
	background-image:  url(../img/btns_groen.gif);
	background-position: -508px -132px;
	width: 64px;
	height: 25px;
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}


.std-btnsmall {
	background-color: transparent;
	background-image: url("../img/btns_groen.gif");
	background-position: 0px -131px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.1em;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	margin:0;
	text-align: center;
	width: 62px;
}

.std-btnmedium {
	background-color: transparent;
	background-image: url("../img/btns_groen.gif");
	background-position: 0px -158px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.1em;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	margin:0;
	text-align: center;
	width: 89px;
}

.std-btnlarge{
	background-color: transparent;
	background-image: url("../img/btns_groen.gif");
	background-position: 0px -184px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.1em;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	margin:0;
	text-align: center;
	width: 132px;
}

.std-btnhuge{
	background-color: transparent;
	background-image: url("../img/btns_groen.gif");
	background-position: 0px -210px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.1em;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	margin:0;
	text-align: center;
	width: 166px;
}


.borderright{
	border-right: 1px solid #fff;
	padding: 0px 10px 0px 0px;
	margin: 0;
	float: left;
	clear: left;
}

#inlogbox a{
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
	line-height: 20px;
}

/*----------------default lijst---------------------*/
ul{
	list-style-position: outside;
	list-style-type: square;
	padding-left: 12px;
}

.bluebox ul{
	list-style: square url("../img/sqblue.gif");
}

.greenbox ul{
	list-style: square url("../img/sqgreen.gif");
}

.orangebox ul{
	list-style: square url("../img/sqorange.gif");
}


/*----------------default formulier-----------------*/

.default_form{
	/*background-image:  url(../img/form_bg.gif);*/
	background-color: #E8E8E8;
	border: 1px solid #DDDDDD;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 20px;
}

.formcontent{
	padding-right: 22px;
}

.default_form .formbottom{
	background-color: #fff;
	background-image:  url(../img/form_bg.gif);
	background-position: bottom;
	border: 0;
	padding: 0;
	margin: 0;
	height: 15px;
	clear: both;
}


.default_form label{
	float: left;
	clear: left;
	width: 200px;
}

.default_form input, td input{
	background-image:  url(../img/input_bg.jpg);
	border: 1px solid #c4c4c4;
	float: left;
	clear: none;
	margin-right: 3px;
	font-size: 1.1em;
	color: #797979;
}

.default_form .checkbox{
	width: 20px;
}

.default_form input, .default_form label{
	width: 200px;
	height: 17px;
	margin-top: 3px;
}

.default_form input.btnnormal, td .btnnormal{
	background-image:  url(../img/btns_groen.gif);
	background-position: -170px -155px;
	width: 88px;
	height: 25px;
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.default_form td span{
	display: block;
	padding-top: 19px;
	font-weight: bold;
}

#breadcrumb{
	font-family: Aller, Arial, sans-serif;
    font-weight: normal;
	clear: both;
	float: right;
	font-size: 1.2em;
	height: 20px;
	padding-right: 18px;
	text-align: right;
	top: 20px;
	width: 310px;
}

#breadcrumb a{
	font-family: Aller, Arial, sans-serif;
    font-weight: normal;
}

#breadcrumb a.active{
	color: #333333;
}

/*------------typo3 dingen -----------*/

.innercontent .csc-textpic-text{
	color: #fff;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 2px;
}

.contenttable{
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}

.contenttable th{
	
}

.contenttable td, .contenttable th{
	width: auto;
	padding: 3px;
}

.contenttable tr.tr-even{
	background-color: #E6E6E6;
}

.contenttable tr.tr-odd{
	background-color: #D7D7D7;
}

.contentable caption{
	
}

.csc-sitemap{
	
}

.csc-sitemap ul{
	list-style-position: inside;
	list-style-type: none;
	padding: 0;
}

.csc-sitemap ul li{
	display: block;
	float: left;
	clear: none;
	min-height: 40px;
	line-height: 40px;
	width: 138px;
	margin: 0px 5px 10px 5px;
}

.csc-sitemap ul li a{
	display: block;
	float: left;
	clear: none;
	text-align: center;
	min-height: 40px;
	width: 138px;
	background-image: url(../img/sitemap_bg.gif);
}

.csc-sitemap ul li ul li{
	margin: 10px 0px 0px 0px;
}

.csc-sitemap ul li ul li a{
	top: 41px;
	background-position: 0px -50px;
}

