/* CSS Document */
*{
	margin: 0;
	padding: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #383838;
	font-size: 67%;
	padding: 0 0 10px 0
}
.top{
	width: 910px;
	margin: auto;
	position: relative;
}
.logo{
	float: left;
	width: 428px;
	padding: 28px 0 0 0;
}
.logo h1 a{
	background: url(../img/logobig.gif) no-repeat;
	display: block;
	width: 354px;
	height: 64px;
	text-indent: -9999em;
	overflow: hidden;
}
.logosmall{
	float: left;
	width: 300px;
	padding: 28px 0 30px 0;
}
.logosmall h1 a{
	background: url(../img/logosmall.gif) no-repeat;
	display: block;
	width: 300px;
	height: 54px;
	text-indent: -9999em;
	overflow: hidden;
}
/*Menus*/
.menus{
	width: 467px;
	float: right;
}
/*Klein menu bovenin*/
.menus .smallmenu{
	list-style: none;
	float: right;
	padding: 12px 0 0 0;
}
.menus .smallmenu li{
	float: left;
}
.menus .smallmenu li a{
	display: block;
	float: left;
	padding: 0 0 0 10px;
	color: #383838;	
}
.menus .smallmenu .loginlink{
	background: url(../img/iconlogin.gif) no-repeat 0 1px;
	padding: 0 0 0 12px;
	margin: 0 0 0 7px;
}

/*Menu publiek*/
.menus .bigmenu{
	list-style: none;
	float: right;
	padding: 52px 0 0 0;
	width: 458px;
}
* html .menus .bigmenu{
	list-style: none;
	float: right;
	padding: 52px 0 0 0;
	width: 458px;
}
.menus .bigmenu li{
	float: left;
}
.menus .bigmenu li a{
	display: block;
	float: left;
	height: 25px;
	text-indent: -9999em;
	margin: 0 0 0 2px;
	overflow: hidden;
}
* html .menus .bigmenu li a{
	display: block;
	float: left;
	height: 25px;
	text-indent: -9999em;
	margin: 0 0 0 1px;
	overflow: hidden;
}

.bigmenu .menu1{
	background: url(../img/menu1.gif) no-repeat;
	width: 145px;
}
.bigmenu .selected .menu1, .bigmenu .menu1:hover{
	background: url(../img/menu1on.gif) no-repeat;
	width: 145px;
}
.bigmenu .menu2{
	background: url(../img/menu2.gif) no-repeat;
	width: 90px;
}
.bigmenu .selected .menu2, .bigmenu .menu2:hover{
	background: url(../img/menu2on.gif) no-repeat;
	width: 90px;
}
.bigmenu .menu3{
	background: url(../img/menu3.gif) no-repeat;
	width: 153px;
}
.bigmenu .selected .menu3, .bigmenu .menu3:hover{
	background: url(../img/menu3on.gif) no-repeat;
	width: 153px;
}
.bigmenu .menu4{
	background: url(../img/menu4.gif) no-repeat;
	width: 62px;
}
.bigmenu .selected .menu4, .bigmenu .menu4:hover{
	background: url(../img/menu4on.gif) no-repeat;
	width: 62px;
}
a{
	text-decoration: none;
	color: #028ec1;
}
a:hover{
	text-decoration: underline;
}
.maincontent{
	width: 910px;
	margin: 15px auto 0;
}

.klein{
        width: 900px;
        margin: 5px auto 5px;
        background: #ebebeb;
        height: 20px;
        padding: 5px 0 0 5px;
}

/*Footer*/
.footer{
	width: 900px;
	margin: 10px auto 10px;
	background: #ebebeb;
	height: 20px;
	padding: 5px 0 0 10px;
}
* html .footer{
	width: 900px;
	margin: 10px auto 10px;
	background: #ebebeb;
	height: 20px;
	padding: 5px 0 0 10px;
}
.footer ul li{
	list-style: none;
	float: left;
}	
.footer ul li a{
	display: block;
	float: left;
	color: #383838;
	margin: 0 10px 0 0;
}
button {
        display: block;
        background: #104b75;
        width: 150px;
        height: 24px;
        color: #fff;
        padding: 0px 0 0 00px;
	border: 0;
}


