@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #dad9da;
	margin: 0;
	padding: 0;
	color: #000000;
}

a				{color: #FF6600; text-decoration: none;}
a:visited		{color: #FF6600; text-decoration: none;}
a:hover			{color: #FF6600; text-decoration: underline;}

/*
#containerOut {
	width: 980px;
	background-image: url(/images/bg_main.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
} 

#containerIn {
	width: 920px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}*/

#container {
	width: 960px;
	background: #FFFFFF;
	background-image: url(/images/bg_main.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 10px 0px 10px;
} 

#headerContent 
{
	background-color: #999999;
	float: left;
	height: 130px;
	width: 960px;
	background-image: url(/images/bg_header_new.gif);
	background-repeat: repeat-x;
	/*
	background-color: #999999;
	height: 130px;
	width: 960px;
	background-image: url(/images/bg_header.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	*/
}

#topbox1 {
	float:left;
	width: 960px;
}

#topbox2 {
	float:left;
	width: 960px;
}

#logo {
	float:left;
	width: 250px;
}

#zoek {
	float: right;
	margin-right: 20px;
	margin-top: 24px;
}

#zoek input {
	width: 120px;
	line-height: 20px;
	height: 20px;
	border: none;
	background-color: transparent;
	color: #838286;
}

.bgzoek 
{
	/*
	width: 137px;
	height: 26px;
	background-image:url(/images/bg_zoek.gif);
	background-repeat:no-repeat;
	padding-top: 1px;
	*/
	
	width: 137px;
	height: 26px;
	background-image:url(/images/bg_zoek_new.gif);
	background-repeat:no-repeat;
	padding-top: 1px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#profileContent {
	background-color: #ffffff;
	height: 72px;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	float:left;
	width:100%;
}

#profileContent table{margin-top:11px;}

#profileContent a.profile_L {
	background-image: url(/images/but_L_off.gif);
	display: block;
	width: 184px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	color: #646464;
}

#profileContent a.profile_L:hover {
	background-image: url(/images/but_L_on.gif);
	color: #b67721;
}

#profileContent a.profile_Lon {
	background-image: url(/images/but_L_on.gif);
	display: block;
	width: 184px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	color: #b67721;
}

#profileContent a.profile {
	background-image: url(/images/but_off.gif);
	display: block;
	width: 184px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	color: #646464;
}

#profileContent a.profile:hover {
	background-image: url(/images/but_on.gif);
	color: #b67721;
}

#profileContent a.profile_on {
	background-image: url(/images/but_on.gif);
	display: block;
	width: 184px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	color: #b67721;
}

#profileContent a.profile_R {
	background-image: url(/images/but_R_off.gif);
	display: block;
	width: 184px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	color: #646464;
}

#profileContent a.profile_R:hover {
	background-image: url(/images/but_R_on.gif);
	color: #b67721;
}

#profileContent a.profile_Ron {
	background-image: url(/images/but_R_on.gif);
	display: block;
	width: 184px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	color: #b67721;
}

#stroke {
	background-color: #FFFFFF;
	height: 6px;
	width: 920px;
	background-image: url(/images/bg_stroke.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
}

#mainContent {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
} 

#bannerContent {
	background-color: #ffffff;
	height: 80px;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

#bannerBox {
	float: left;
	background-color: #313a41;
	width: 602px;
	height: 79px;
	border-top: 1px solid #838286;
}

#bannerText {
	float: left;
	width: 110px;
	font-size: 10px;
	color: #989da0;
	overflow: hidden;
	padding: 10px 0px 0px 10px;
}

#banner {
	float: right;
	width: 468px;
	height: 60px;
	overflow: hidden;
	padding: 10px 10px 0px 0px;
}

#login {
	float: right;
	width: 317px;
	height: 79px;
	border-top: 1px solid #ffffff;
	background-repeat: no-repeat;
	/*cursor:pointer;*/
}

#newsContent {
	background-color: #ffffff;
	/*height: 190px;*/
	height: 260px;
	width: 920px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
}

#newsContent a					{color: #838286; text-decoration: none; }
#newsContent a:visited			{color: #838286; text-decoration: none; }
#newsContent a:hover			{color: #da8f28; text-decoration: underline;}

#newsContent a.content			{color: #FF6600; text-decoration: none; }
#newsContent a.content:visited  {color: #FF6600; text-decoration: none; }
#newsContent a.content:hover	{color: #FF6600; text-decoration: underline;}

#newsContent p {
	margin: 10px 15px 7px 15px;
	color: #838286;
	line-height: 14px;
}

.datum {
	color: #da8f28;
	font-weight:bold;
}

#newsBox1 {
	float:left;
	background-color:#ffffff;
	background-image:url(/images/bg_news.gif);
	background-repeat:repeat-x;
	width: 300px;
	/*height: 190px;*/
	height: 260px;
	border-right: 1px solid #ffffff;
}

#newsBox1 H1 {
	margin: 0px;
	background-color: #838286;
	line-height: 40px;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 15px;
}

#newsBox2 {
	float:left;
	background-color:#ffffff;
	background-image:url(/images/bg_news.gif);
	background-repeat:repeat-x;
	width: 301px;
	/*height: 190px;*/
	height: 260px;
}

#newsBox2 H1 {
	margin: 0px;
	background-color: #838286;
	line-height: 40px;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 15px;
}

#newsBox3 {
	float:right;
	background-color:#ffffff;
	background-image:url(/images/bg_news.gif);
	background-repeat:repeat-x;
	width: 317px;
	/*height: 190px;*/
	height: 260px;
}

#newsBox3 H1 {
	margin: 0px;
	background-color: #da8f28;
	line-height: 40px;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 15px;
}

#footer {
	background-color: #838286;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	width: 960px;
	color: #d4d3d5;
}

#footer .left {
	float: left;
	padding-left: 25px;
	line-height: 30px;
	font-size: 10px;
}

#footer .right {
	float: right;
	padding-right: 25px;
	line-height: 30px;
	font-size: 10px;
}

#footer a {color:#d4d3d5;}
#footer a:hover {color:#ffffff;}
#footer a:focus {color:#ffffff;}


#visual {
	background-color: #FFFFFF;
	float: left;
	height: 310px;
	width: 602px;
	margin: 0;
	padding: 0;
}

.product {
	float: right;
	width: 305px;
	height: 103px;
	overflow: hidden;
	font-size: 10px;
}
/*
.product p {
	margin: 10px 10px 0px 10px;
	color: #838286;
}
*/


/* opmaak Taalkeuze */

#taal {
	float: right;
}

#taal ul {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	list-style-type: none;
	line-height: 35px;
}
	
#taal li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

#taal a {
	float: left;
	display: block;
	background-image: url(/images/nav_line_new.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #ffffff;
	margin: 0px;
	padding: 0px 14px 0px 12px;
}

#taal a:hover, #taal a:focus {
	color:#636363;
	background-image: url(/images/nav_line_new.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#taal .sel2 a {
	background-image: url(/images/nav_line_new.gif);
	background-position: right;
	background-repeat: no-repeat;
	color:#636363;
}

#taal .sel2 a:hover {color:#636363;}
#taal .sel2 a:focus {color:#636363;}

/* Inhoud container_nav */

#nav 
{
	position:relative;
	top: 11px;
	left:218px;
	float: left;
	width: 820px;
}
/*
#nav ul {
	margin: 0px;
	padding: 0px 0px 0px 46px;
	list-style-type: none;
	line-height: 35px;
}
	
#nav li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

#nav a {
	float: left;
	display: block;
	background-image: url(/images/line_nav.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #ffffff;
	margin: 0px;
	padding: 0px 14px 0px 12px;
}

#nav a:hover, #nav a:focus {
	color:#f8a93c;
	background-image: url(/images/line_nav.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#nav .sel a {
	background-image: url(/images/line_nav.gif);
	background-position: right;
	background-repeat: no-repeat;
	color:#f8a93c;
}

#nav .sel a:hover {color:#f8a93c;}
#nav .sel a:focus {color:#f8a93c;}
*/
#stroke2 {
	background-color: #FFFFFF;
	height: 6px;
	width: 920px;
	background-image: url(/images/bg_stroke2.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
}

/*
#tdContent p {
	margin: 15px 50px 15px 35px;
	color: #7c7b7f;
	font-size: 11px;
	
}

#tdContent p.quote {
	margin: 15px 50px 15px 35px;
	color: #da8f28;
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
}
*/


.border_R {
	padding: 0px 20px 10px 0px;
}

#info {
	margin: 50px 50px 50px 35px;
	font-size:10px;
	color:#7c7b7f;
}

#info h2 {
	font-size: 14px;
	color: #da8f28;
	margin: 0px 0px 15px 0px;
	font-weight: normal;
}

#info table {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

.padding {
	padding: 4px;
}

#subnav {
	float:left;
	width: 204px;
}

#subnav ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

#subnav li {
	width: 204px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 27px;
	}

#subnav li a {
	display: block;
	background-image: url(/images/nav_line.gif);
	background-repeat: no-repeat;
	color: #646264;
	text-decoration: none;
	width: 189px;
	padding: 0px 0px 0px 15px;
	}

#subnav li a:hover {
	color: #da8f28;
	font-weight: bold;
	}

#subnav li a.on {
	color: #da8f28;
	font-weight: bold;
	text-decoration: none;
	width: 189px;
	padding: 0px 0px 0px 15px;
	}
	
#subnav li a.sub {
	display: block;
	background-image: url(/images/nav_line_2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #646264;
	text-decoration: none;
	width: 169px;
	padding: 0px 0px 0px 35px;
	}

#subnav li a.sub:hover {
	display: block;
	background-image: url(/images/nav_line_2.gif);
	background-repeat: no-repeat;
	background-position: 0px -27px;
	color: #da8f28;
	font-weight: normal;
	}
	
#subnav a.sub_on {
	display: block;
	background-image: url(/images/nav_line_2.gif);
	background-repeat: no-repeat;
	background-position: 0px -27px;
	color: #da8f28;
	font-weight: normal;
	text-decoration: none;
	width: 169px;
	padding: 0px 0px 0px 35px;
	}
	
#subnav li a.sub2 {
	display: block;
	background-image: url(/images/nav_line_3.gif);
	background-repeat: no-repeat;
	color: #646264;
	text-decoration: none;
	width: 154px;
	padding: 0px 0px 0px 50px;
	}

#nsubav li a.sub2:hover {
	display: block;
	background-image: url(/images/nav_line_3.gif);
	color: #da8f28;
	font-weight: normal;
	}
	
#subnav a.sub2_on {
	display: block;
	background-image: url(/images/nav_line_3.gif);
	color: #da8f28;
	font-weight: normal;
	text-decoration: none;
	width: 154px;
	padding: 0px 0px 0px 50px;
	}


#tdContent h1  {margin: 28px 0px 35px 0px; color: #da8f28; font-size: 21px; font-weight: normal;}
#tdContent .H1 {color: #da8f28; font-size: 21px; line-height: 25px; font-weight: normal;}
#tdContent .H2 {color: #da8f28; font-size: 15px; line-height: 18px; font-weight: bold;}
#tdContent .H3 {color: #7c7b7f; font-size: 15px; line-height: 18px; font-weight: bold;}
#tdContent .H4 {color: #da8f28; font-size: 12px; line-height: 15px; font-weight: bold;}
#tdContent .H5 {color: #7c7b7f; font-size: 12px; line-height: 15px; font-weight: bold;}
#tdContent .indent	{margin:12px 0 20px 10px; display:block;}

#tdContent2 h1  {margin: 28px 0px 35px 0px; color: #da8f28; font-size: 21px; font-weight: normal;}
#tdContent2 .H1 {color: #da8f28; font-size: 21px; line-height: 25px; font-weight: normal;}
#tdContent2 .H2 {color: #da8f28; font-size: 15px; line-height: 18px; font-weight: bold;}
#tdContent2 .H3 {color: #7c7b7f; font-size: 15px; line-height: 18px; font-weight: bold;}
#tdContent2 .H4 {color: #da8f28; font-size: 12px; line-height: 15px; font-weight: bold;}
#tdContent2 .H5 {color: #7c7b7f; font-size: 12px; line-height: 15px; font-weight: bold;}
#tdContent2 .indent	{margin:12px 0 20px 10px; display:block;}

#tdContent2{font-size:11px; color: #7c7b7f;}

input.text		{FONT-FAMILY: Verdana; FONT-SIZE : 11px; COLOR: #838286; border:solid 1px #afafaf;}
select.sel		{FONT-FAMILY: Verdana; FONT-SIZE : 11px;}
textarea.text	{FONT-FAMILY: Verdana; FONT-SIZE : 11px; COLOR: #838286; border:solid 1px #afafaf;}
input.btn		{FONT-FAMILY: Verdana; FONT-SIZE : 11px; COLOR: #ff6600; border:solid 1px #838286; background-color:#DAD9DA}


a.sitemap, a.sitemap:link, a.sitemap:visited{color: #7c7b7f; text-decoration: none;}
a.sitemap:active, a.sitemap:hover			{color: #7c7b7f; text-decoration: underline;}
li.sitemap1{margin-left:0px;}
li.sitemap2{margin-left:15px;}
li.sitemap3{margin-left:30px;}

.msg	{font-family:Verdana; font-size: 8pt; COLOR: #aa0000; FONT-WEIGHT: bold;}

A.bookmark		{TEXT-DECORATION: none; background-color:none;}
A.bookmark_edit	{TEXT-DECORATION: none; background-color:#FD9D9D;}

DIV.we_off	{background-color:transparent; cursor:auto; display: block;}
DIV.we_over	{background-color:#dfdfdf; cursor:hand; display: block;}
DIV.we_on	{background-color:transparent; cursor:auto; display: block;}


SELECT.we	{color: #322201; font-family: Verdana; font-size: 9px;}
img.we		{margin-left:0px}

