/*
 * Version: $Revision: 1.8 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2009 BeSite
 */

body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000;	
	
}

#header{
	width:100%;
	height: 90px;
	background: url(/img/background_balk.png) repeat-x;
}

#headerInnerCenter
{
	width: 970px;
	margin: 0 auto;	
	height: 90px;
}

.sitemapLink 
{
	margin-left: 395px;
	color: #fff;	
	font-weight: bold;
	cursor: pointer;
}

p#emaillink
{
	margin-bottom: 15px;	
}

#languageContainer
{
	width: 120px;
	position: absolute;
	top: 65px;
	margin-left: 810px;
	_margin-left: 0px;
}

.languageContainerIE7
{
	margin-left: 195px !important;	
}

#center{
	width: 990px;
	height: auto;
	margin: 20px auto 0 auto;
}

#headerLogo{
	margin-top: 2px;
	margin-left: 36px;
}

#menuContainer{
	width: 100%;
	height: 26px;
	/*background: #ffcc4e;*/
	background: url(/img/menu_bg.png) repeat-x;
	margin-top: 2px;
	
}
#menu{
	width: 990px;
	height: 26px;
	/*background: url(/img/menu_bg.png) repeat-x;*/
	margin: 0 auto;
	
}

#menu ul{
	width: auto;
	height: 26px;
}

#menu li{
	list-style-type: none;
	width: auto;
	float: left;
	height: 26px;
	margin:0;
	padding: 0;	
	line-height: 26px;
	
		
}

#menu li a{
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding: 0 7px;
	text-decoration: none;
	border-right: 1px solid #fff;
	height: 15px;
	margin: 0;
}

#menu li.Last a{
	border-right: 0;
}

#menu li a:hover{
	
	text-decoration: underline;
}

#menu li.Selected{
	background: url(/img/navigation_selected.gif) no-repeat center 1px;
}

#menu li.Selected a{
	/*color: #363636;*/
	text-decoration: underline;
}

#menu li.Selected a:hover{
	text-decoration: none;
}

#contentLinks{
	width: 195px;
	height: auto;
	padding: 10px 25px 0 25px;
	background: url(/img/dotted_background.png) top right repeat-y;
	margin-right: 25px;
	float: left;
}

#submenuContainer{
	width: 195px;
	height: auto;
}

#submenuContainer ul{
	width: 195px;
	margin: 0 0 25px 0;
	padding: 0;
	height: auto;
	list-style: none;
}

#submenuContainer li{
	width: 195px;
	text-indent: 20px;
	margin: 0;	
	line-height: 30px;
	background: url(/img/submenu_pijl_normal.png) no-repeat;
	background-position: 13px 12px;
	
}

#submenuContainer li a{
	font-size: 12px;
	color: #000;
	margin: 0 5px;
	text-decoration: none;
}

#submenuContainer li a:hover{
	color: #151515;
	text-decoration: none;
}

#submenuContainer li.Selected{
	background: url(/img/submenu_pijl_selected.png) no-repeat;
	background-position: 13px 12px;
}

#submenuContainer li.Selected a{
	color: #151515;
	text-decoration: none;
}

#submenuContainer ul li.Menu{
	border-bottom: 1px solid #ccc;
}

#submenuContainer ul ul li.Menu{
	border-top: 1px solid #ccc;
	border-bottom: none;
}

#submenuContainer ul li ul{
	margin: 0;
}

#submenuContainer ul li.Selected ul li.Menu{
	text-indent: 40px;
	background-position: 32px 12px;	
}

#contactgegevens{
	border-top: 3px solid #FF7C24;
	width: 175px;
	padding-top: 10px;
	padding-left: 20px;
}

#contentRechts{
	width:465px;
	height: auto;
	float: left;
}

#broodkruimel{
	width: auto;
	height: 15px;
	font-size: 11px;
	margin-bottom: 15px;
	color: #7f7f7f;
}

#contentTextContainer{
	width: 465px;
	height: auto;
	margin-bottom: 50px;
}

h1.paginatitel{
	font-size: 24px;
	color: #FF7C24;
}

#contentBalkRechts{
	width: 175px;
	height: auto;
	padding: 10px 25px 0 25px;
	background: url(/img/dotted_background.png) top left repeat-y;
	margin-left: 25px;
	float: left;
}

#contentBalkRechts A IMG {
	margin-bottom: 15px;	
}

.clear{
	clear:both;
}

#sitemaplink{
	width: 195px;
	height: 12px;
	margin-left:60px;
	color: #000;
	text-decoration: none;
	font-size: 11px;
}

p.ContactName{
	font-size: 11px;
	color: #FF7C24;
	font-weight: bold;
	margin-bottom: 0;
}

A.partnerlink
{
	display: block;
	margin-bottom: 15px;
}

SPAN.bold
{
	font-weight: bold;	
}

input.Required, select.Required, textarea.Required {
	background-color: #FFF;
}
