/* 
AllesGoed.net | grafische vormgeving, beheersystemen (CMS), zoekmachine optimalisatie
*/


/* header */
body {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;	/* overflow: scroll; */
}

#top {
	background-color: #D6EFFF;
	height: 15px;
	overflow: hidden;
}

#header {
	width: 708px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

	#header #main_header {
		width: 531px;
		float: left;
	}

	#header #logo {
		height: 65px;
		margin-top: 5px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #999999;
	}

	#header #nav {
		height: 45px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #CCCCCC;
	}
	
		#header #nav a{
			line-height: 45px;
			text-decoration: none;
		}
	
		#header #nav a:link, #nav a:visited, #footer a:link, #footer a:visited{
			color: #999999;
		}

		#header #nav a:hover, #nav a:active, #footer a:hover, #footer a:active{
			color: #E80000;
		}
		
		#header #nav .nav_splitter {
			margin-right: 15px;
			margin-left: 15px;
			cursor: default;
		}
		
	#header #contact_data {
	width: 177px;
	float: left;
	height: 110px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: right center;
	}
/* einde header */

/* blocks */

	/* vormen */
	.square_block {
		height: 175px;
		width: 175px;
		float: left;
	}
	.rectangle_block {
		height: 352px;
		width: 175px;
		float: left;
	}
	/* einde vormen */
	
	/* kleuren */
	.blue_1 {
		border-width: 1px;
		border-style: solid;
		border-bottom-color: #0A142F;
		border-right-color: #0A142F;
		background-color: #214485;
		border-top-color: #3874DB;
		border-left-color: #3874DB;
	}
	
	.blue_2 {
		border-width: 1px;
		border-style: solid;
		border-bottom-color: #0C1966;
		border-right-color: #0C1966;
		background-color: #2953a5;
		border-top-color: #3366CC;
		border-left-color: #0C1966;
	}

	.blue_3 {
		border-width: 1px;
		border-style: solid;
		border-bottom-color: #0F1EA8;
		border-right-color: #0F1EA8;
		background-color: #3366cc;
		border-top-color: #57AEF0;
		border-left-color: #57AEF0;
	}
	
	.blue_4 {
		border-width: 1px;
		border-style: solid;
		border-bottom-color: #2768D3;
		border-right-color: #9BD7FF;
		background-color: #85abe6;
		border-top-color: #9BD7FF;
		border-left-color: #DBE6F8;
	}
	
	.blue_5 {
		border-width: 1px;
		border-style: solid;
		border-bottom-color: #B9E4FF;
		border-right-color: #B9E4FF;
		background-color: #d6efff;
		border-top-color: #B9E4FF;
		border-left-color: #F3FAFF;
	}
		.blue_5 h2 {
			font-family: "Trebuchet MS", Tahoma;
			font-size: 11px;
			margin-top: 15px;
			margin-right: 15px;
			margin-bottom: 0px;
			margin-left: 15px;
			color: #3366CC;
		}
		
		.blue_5 p {
			color: #214485;
		}
		
		.blue_5 a:link, .blue_5 a:visited {
			color: #214485;
		}
		
		.blue_5 a:hover, .blue_5 a:active {
			color: #3366CC;
		}

	
	.red_1 {
		border-width: 1px;
		border-style: solid;
		border-bottom-color: #D80000;
		border-right-color: #D80000;
		background-color: #e80000;
		border-top-color: #FF4A4A;
		border-left-color: #FF4A4A;
	}
	
		.red_1 h2 {
		color: #FFFFFF;
		}
		
		.red_1 a:link, .red_1 a:visited {
			color: #D6EFFF;
		}
		
		.red_1 a:hover, .red_1 a:active {
			color: #12264B;
		}
	
	/* einde kleuren */
	
	/* alternatieve-div's */
	#block_5 {
		height: 175px;
		width: 175px;
		float: left;
		background-image: url(css_images/shadow_right_top.gif);
		background-repeat: no-repeat;
		background-position: right top;
		border-top-style: none;
		padding-top: 1px;
	}
	
	#block_8 {
		height: 176px;
		width: 529px;
		float: left;
		background-image: url(css_images/shadow_right_top_full.gif);
		background-repeat: no-repeat;
		background-position: 15px top;
		border-top-style: none;
	}
	
	/* einde alternatieve-div's */

#blocks {
	width: 708px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
}

h2 {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 11px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	color: #D6EFFF;
}

p, h1, h3 {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;

}
#blocks #content h2 {
	color: #3366CC;
	font-weight: normal;
}



#middletop_blocks a:link, #middletop_blocks a:visited, #left_blocks a:link, #left_blocks a:visited {
	color: #D6EFFF;
}

#middletop_blocks a:hover,#middletop_blocks a:active, #left_blocks a:hover, #left_blocks a:active {
	color: #12264B;
}

	#blocks #left_blocks {
		width: 177px;
		float: left;
	}
	
	#blocks #middletop_blocks {
		width: 354px;
		float: left;
	}
	
	#blocks_shadow {
	height: 20px;
	width: 708px;
	float: left;
	background-image: url(css_images/blocks_shadow.gif);
	background-repeat: no-repeat;
}
/* einde blocks */

/* content */
#content {
	width: 708px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	float: left;
	margin-top: auto;
}
#content #left_content {
	width: 50%;
	float: left;
}
#content #right_content {
	width: 50%;
	float: left;
}


#content h1 {
	font-size: 12px;
	color: #E80000;
}

#content p {
	line-height: 16px;
}
#content a:link, #content a:visited {
	color: #85ABE6;
}

#content a:hover, #content a:active {
	color: #3366CC;
}
/* einde content */

/* footer */
#footer {
	width: 708px;
	margin-top: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding-top: 5px;
	clear: both;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
}
#blocks #bread {
	float: left;
	color: #999999;
	width: 100%;
	margin-top: 15px;
	text-align: right;
}
#blocks #bread #bread_square {
	height: 14px;
	width: 14px;
	margin-right: 3px;
	float: left;
	overflow: hidden;
}
#blocks #bread #bread_list {
	float: right;
	margin-left: 7px;
	margin-right: 10px;
	margin-bottom: 7px;
}
#blocks #bread #bread_list a:visited, #blocks #bread #bread_list a:link {
	color: #85ABE6;
	text-decoration: none;
}

#blocks #bread #bread_list a:hover, #blocks #bread #bread_list a:active {
	color: #3366CC;
	text-decoration: underline;
}

.padding {
	margin-right: 10px;
}
#page_block_5 {

		height: 40px;
		width: 175px;
		float: left;
		background-image: url(css_images/shadow_right_top.gif);
		background-repeat: no-repeat;
		background-position: right top;
		border-top-style: none;
		padding-top: 1px;
}

#page_block_8 {

		height: 41px;
		width: 529px;
		float: left;
		background-image: url(css_images/shadow_right_top_full.gif);
		background-repeat: no-repeat;
		background-position: 15px top;
		border-top-style: none;
}
.page_square_block {

		height: 40px;
		width: 175px;
		float: left;
}
.page_rectangle_block {

		height: 82px;
		width: 175px;
		float: left;
}
#content h3 {

	font-size: 12px;
	color: #3366CC;
}
#blocks #content .list li{
	list-style-type: square;
	margin-left: 15px;
}
#blocks #content li {
	list-style-type: none	;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
#blocks #content .list_left {
	width: 110px;
	color: #999999;
	float: left;
}

#blocks #content ul {
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 0px;
	margin-top: 5px;
}

#blocks #content li a:link, #blocks #content li a:visited {
	color: #E80000;
}

#blocks #content li a:hover, #blocks #content li a:active {
	color: #214485;
}
#content h4 {


	font-size: 12px;
	color: #3366CC;
}
#blocks #content input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.terms li {
	margin: 5px!important;
	list-style-type: decimal!important;
}
