.nav {
	background:url(/~/settingsimage/settings/PrivatTopImage.ashx) no-repeat;
}
h2.ttl-private {
	background:#0596cd ;
}

/* For hovering an element in the menu */
.list-inner li a:hover,/* 1st tier */
.list-inner li.active ul li a:hover,/* 2nd tier */
.list-inner li.active ul li.active ul li a:hover /* 3rd tier */{
	font-weight:bold;
	color:#7cc2e2;
	text-decoration:none;
	background:url(/resources/VCS/images/sep-box-privat.gif) no-repeat 0 60%;
	
}

/*Inactive elements in the menu*/
.list-inner li a,/* 1st tier */
.list-inner li.active ul li a,/* 2nd tier */
.list-inner li.active ul li.active ul li a /* 3rd tier */{
	color:#58595b;
	text-decoration:none;
	background:url(/resources/VCS/images/sep-list-innner-privat.gif) no-repeat 0 60% !important;
}

/*Active elements in the menu */
.list-inner li.active a,/* 1st tier */
.list-inner li.active ul li.active a,/* 2nd tier */
.list-inner li.active ul li.active ul li.active a /* 3rd tier */
{
	color:#7cc2e2;
	text-decoration:none;
	background:url(/resources/VCS/images/sep-box-privat.gif) no-repeat 0 60%;
}

.content h1 {
	margin:1px 0 15px;
	color:#59b1d9;
	font:20px/20px Arial, Helvetica, sans-serif;
}

.content h3 {
	margin:1px 0 8px;
	color:#59b1d9;
	font-size:16px;
}

.content .flere {
	color:#59b1d9;
	text-decoration:underline;
	font-size:11px;
	float:right;
	background:url(/resources/VCS/images/sep-mere.gif) no-repeat 0 60%;
	padding:0 0 0 12px;
}

.content strong {
	font-weight:bold;
}

.text-box a
{
	color:#59b1d9;
	text-decoration:none;
}

.text-box a:hover
{
	color:#59b1d9;
	text-decoration:underline;
}

.text-info a
{
	color:#59b1d9;
	text-decoration:none;
}

.text-info a:hover
{
	color:#59b1d9;
	text-decoration:underline;
}

.scfTitleBorder
{
	margin:1px 0 8px;
	color:#59b1d9;
	font-size:16px;
}