@charset "ISO-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #ffffff;
	background-image: url(../gfx/site_bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	margin-bottom: 25px;
}

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

#topbar {
	width: 850px; /*950*/
	height: 28px; /*40*/
	float: left;
	background-image: url(../gfx/topbar_bg.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	padding: 12px 50px 0px 50px;
	color: #414141;
}

#topbar a { color: #818181; text-decoration: underline; }
#topbar a:hover { color: #414141; text-decoration: underline; }

#topbarLinks {
	float: left;
	width: 550px;
}

#topbarZoeken {
	float: left;
	width: 300px;
	text-align: right;
}

#topbarZoeken form {
	display: inline;
}

#topbar #input_zoekterm {
	width: 225px;
	border: 1px solid #c1c1c1;
	color: #888888;
	font-size: 12px;
	padding: 3px;
}

#topbar #button_zoek {
	width: 55px;
	background-color: #eeeeee;
	border: 1px solid #c0c0c0;
	color: #8a8a8a;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	margin-left: 5px;
}

#header {
	float: left;
	width: 950px;
	height: 150px;
	background-repeat:no-repeat;
}

#header h1 {
	display: none;	
}

#breadcrumb {
	float: left;
	width: 850px; /*950*/
	height: 30px; /*50*/
	background-image: url(../gfx/breadcrumb_bg.jpg);
	background-repeat: no-repeat;
	padding: 20px 50px 0px 50px;
	font-size: 11px;
	color: #818181;
}

#breadcrumb a { color: #818181; text-decoration: underline; }
#breadcrumb a:hover { color: #414141; text-decoration: underline; }

#content_container {
	float: left;
	width: 900px;
	background-image: url(../gfx/main_bg.jpg);
	background-repeat: repeat-y;
	margin-left: 25px;
	_margin-left: 12.5px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #bcbcbc;
}

#column_left {
	float: left;
	width: 250px;
	margin-left: 25px;
	_margin-left: 12px;
	margin-right: 25px;
}

#column_left h3 {
	font-size: 12px;
	font-weight: bold;
	color: #606060;
	background-color: #eeeeee;
	width: 235px; /*250*/
	height: 20px; /*25*/
	border-left: 5px solid #bbbbbb;
	padding-left: 10px;
	padding-top: 5px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 0px;
	float: left;
}

#column_left .navigation {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

#column_left .navigation .item {
	background-color: #eeeeee;
	margin-top: 5px;
}


#column_left .navigation .item a {
	color: #616161;
}

#column_left .navigation .subitem {
	background-color: #f5f5f5;
}

#column_left .navigation .active {
	background-color: #1c689f;
}

#column_left .navigation .active a, #column_left .navigation .active a:hover {
	color: #fff;
}


#column_left .navigation li {
	float: left;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 250px;
	background-color: #f2f2f2;
	margin-bottom: 1px;
}

#column_left .navigation li a {
	float: left;
	background-image: url(../gfx/nav_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 2px 8px;
	padding: 3px 0px 0px 12px;
	margin-left: 10px;
	color: #818181;
	text-decoration: none;
}

#column_left .navigation li .plusBullet {
	background-image: url(../gfx/bullet_toggle_plus.png);
	background-position: -4px 3px;
}

#column_left .navigation li .subitem {
	background-image: url(../gfx/nav_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 2px 8px;
	padding: 3px 0px 0px 12px;
	margin-left: 20px;
}

#column_left .navigation li a:hover {
	color: #1c689f;
	text-decoration: underline;
}

#column_left img { /* ANYSURFER LOGO */
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	margin-top: 5px;
}

#column_left p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	margin-bottom: 10px;
}

#column_right {
	float: left;
	width: 575px;
	text-align: justify;
	line-height: 1.5em;
}

#column_right #home_headliner {
	float: left;
	width: 543px; /*575*/
	background-color: #eeeeee;
	border: 1px solid #bcbcbc;
	font-size: 14px;
	color: #454545;
	padding: 15px;
	margin-bottom: 25px;
}

#column_right .box {
	float: left;
	width: 275px;
}

#column_right .marginRight {
	margin-right: 25px;
}

#column_right .nieuwsbox {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

#column_right .box h3 {
	font-size: 12px;
	font-weight: bold;
	color: #606060;
	background-color: #eeeeee;
	width: 265px; /*275*/
	height: 20px; /*25*/
	padding-left: 10px;
	padding-top: 5px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 1px;
	float: left;
}

#column_right .box li {
	float: left;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 275px;
	text-align: left;
}

#column_right li {
	text-align: left;
}

#column_right a { color: #666666; text-decoration: underline; }
#column_right a:hover { color: #1c689f; text-decoration: underline; }

#column_right p {
	margin: 0;
	margin-bottom: 10px;
}

#column_right h2 {
	font-size: 12px;
	font-weight: bold;
	color: #606060;
	background-color: #eeeeee;
	width: 560px; /*575*/
	border-left: 5px solid #1c689f;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	float: left;
	line-height: normal;
	margin: 0;
	margin-bottom: 10px;
	clear: both;
}

#column_right h3 {
	font-size: 14px;
	font-weight: normal;
	color: #454545;
	width: 570px; /*575*/
	border-bottom: 1px solid #eeeeee;
	padding-left: 0px;
	padding-top: 5px;
	line-height: normal;
	margin: 0;
	margin-bottom: 10px;
	clear: both;
}

#footer {
	float: left;
	width: 850px;
	height: 20px;
	background-color: #eeeeee;
	margin-left: 25px;
	_margin-left: 12px;
	margin-top: 25px;
	color: #8a8a8a;
	padding-top: 5px;
}

#footer a { color: #8a8a8a; text-decoration: underline; }
#footer a:hover { color: #454545; text-decoration: underline; }

#footer #copyright {
	float: left;
	width: 615px; /*425*/
	padding-left: 10px;
}

#footer #realisatie {
	float: left;
	width: 215px; /*425*/
	text-align: right;
	padding-right: 10px;
}