/* ----- ALGEMEEN ----- */

* { -moz-box-sizing: border-box; }

a {
	color: #000;
}

a:link, a:active, a:visited {
	text-decoration: none;
	text-decoration: underline;
}

a:hover {
	color: #0079bc;
}



body, table {
	width: 100%;
	font-family: arial;
	font-size: 13px;
}

body {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #bfbfbf;
}

h1 {
	font-size: 24px;
	color: #0079bc;
	margin: 27px 0 0 0;
	padding: 0 0 18px 0;
}

h2 {
	font-size: 16px;
	color: #0079bc;
	margin: 15px 0 0 0;
	padding: 0 0 6px 0;	
}

h3 {
	font-size: 16px;
	color: #000000;
	margin: 18px 0 0 0;
	padding: 0 0 18px 0;	
}

img {
	border: 0px solid #000;
}



.left { float: left; }
.right { float: right; }

.clear_left { float: left; clear: left; }
.clear_right { float: right; clear: right; }

.no_border {
	border: 0px solid #000;
}



#container {
	width: 1024px; 

	height: 100%;
	background-image: url(/public/site/images/shadow.gif);

}

#footer {
	width: 1024px; 
	height: 24px;
	text-align: left;	
}

#header {
	height: 114px;
	width: 924px;
	text-align: left;	
	background-color: #ffffff;
}

#logo {
	width: 325px;
	height: 114px;
}

#slider {
	width: 599px;
	height: 114px;
	background-color: #fff;
}

#subMenu {
	width: 256px;
	float: left;
	margin: 10px 0 10px 0;
	text-align: left;
}

#content, #contentHome {
	width: 639px;
	float: left;
	text-align: left;
	margin: 0 0 0 29px;	
}

#contentHolder {
	width: 579px;
	text-align: left;
	margin: 0 0 15px 0;
}

#contentHome {
	background-position: top right;
	background-repeat: no-repeat;
}

#main {
	width: 924px;
}

.imageBlock {
	width: 584px;
	height: 50px;
	margin: 35px 0 0 0;
}

.mijnAanvraagList li {
	padding: 0 0 8px 0;
	list-style-type: lower-alpha;
}
