/*  ##############  Auteursrechten css overschrijft alle standard values die nodig zijn ##############  */

.Wrapper .WidthContentRow1{
	width:160px;
}
.Wrapper .WidthContentRow2{
	width:490px;
}
.Wrapper .WidthContentRow3{
	width:250px;
}


.Wrapper .ContentPageDivider{
	width:3px;
}

.Branding {
    clear: both;
	height:75px;
}

.ContentBrandingElement{
	background-color:#ffffff;
	height:75px;
	width:474px;
    padding: 0px;
}
.BrandingElement{
	height:77px;
    background-color:#ffffff;
}
.ContentMenu{
    background-color:#ffffff; 
}
.ContentMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #ffffff;
}

.ContentMenu ul li.Empty {
	height: 16px;
	margin: 0px;
	padding: 0px;
	background-color:#00adef;
}
.ContentMenu ul li a:link,
.ContentMenu ul li a:visited,
.ContentMenu ul li a:active {
    display:block;
	width: 100%;
	height: 100%;
    padding-left: 1px;
    margin-right: -1px;
	text-decoration: none;
	color: #000000;
}
.ContentMenu ul li a:hover {
    background-color: #ffffff;
    color: #ec008c;
    margin-left: -10px;
    border-left: solid #ffffff 10px;
}
.ContentMenu li.NotSelected{
    height: 24px;
	background-color:#00adef;
	border-top:1px solid #ffffff;
	padding: 0px 0px 0px 10px;
	vertical-align:middle;
	line-height:24px;
/*    margin-bottom: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    background-color: #00adef;*/
}
.ContentMenu li.NotSelected a {
    color: #000000;
}

.ContentMenu li.Selected {
	border-top:1px solid #ffffff;
	line-height:24px;
	width:160px;
	#width:150px;
}
.ContentMenu li.Selected li{
	padding-left:20px;
}
.ContentMenu li.Selected a:link,
.ContentMenu li.Selected a:visited,
.ContentMenu li.Selected a:hover,
.ContentMenu li.Selected a:active {
	color: #ec008b;
	padding-left:10px;
}
.ContentMenu li.Selected li a:link,
.ContentMenu li.Selected li a:visited,
.ContentMenu li.Selected li a:active {
	color: #2e3092;
    padding-left:10px;
    background: url(/BS.Online.Website.Web/Images/bullet_submenu.gif) no-repeat 0 50%;
    background-position:left middle;
}
.ContentMenu li.Selected li a:hover {
	color: #ec008b;
    background: url(/BS.Online.Website.Web/Images/bullet_submenu.gif) no-repeat 0 50%;
    background-position:left middle;
}