@charset "utf-8";
/* CSS Document */
html												
{
height: 100%;
}
body												
{
margin: 0; 
padding:0; 
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
background-color:#000000;
color: #ffffff;
height: 100%;


}
b{color: #ffffff;}
/* main-center */
#main-center
{
	margin-left:		auto;
	margin-right:		auto;
	width:				950px;
	line-height:		17px;
	z-index:			0;
}
/* h1 */
h1
{
	font-size:			40px;
	line-height:		45px;
	font-family:		Georgia, "Times New Roman", Times, serif;
	color:				#FFFFFF;
	text-align:			center;
	text-transform:		uppercase;
	margin-top:			20px;
	font-weight:		normal;
	z-index:			50;
}
/* z-indexbox */
#z-indexbox
{
	height:				250px;
	width:				925px;
	top:				0px;
	margin-left:		0px;
	position:			absolute;
	z-index:			1;
}
/* submenu */
#submenu
{
	font-family: 		Arial, Helvetica, sans-serif;
	margin-left:		auto;
	margin-right:		auto;
	color: 				#b3b3b3;
	text-align:			center;
	margin-top:			15px;
	font-size:			12px;
	z-index:			150;
	text-transform:		uppercase;
}
#submenu a
{
	color:				#b3b3b3;
	text-decoration:	none;
	z-index:			250;
}
#submenu a:hover
{
	text-decoration:	none;
	color:				#04c5ef;
	z-index:			250;
}

#submenu .submenuactive {
color: #46b702;



}




/* tekst-wrapper */
#tekst-wrapper
{
	margin-left:		auto;
	margin-right:		auto;
	font-size:			14px;
	width:				550px;
	margin-top:			75px;
	color:				#c4c4c4;
	font-weight:		normal;
	line-height:		20px;
}
#tekst-wrapper a
{
	color:				#c4c4c4;
	text-decoration:	underline;
}
#tekst-wrapper a:hover
{
	color:				#05c5ef;
}
/* h2 og h3 */
h2
{	
	font-size:			22px;
	font-family:		Arial, Helvetica, sans-serif;
	color:				#FFFFFF;
	margin-bottom:		2px;
	font-weight:		normal;
	line-height:		26px;
}
h3
{	
	font-size:			18px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	color:				#FFFFFF;
	margin-bottom:		30px;
	font-weight:		normal;
	line-height:		28px;
}
h4
{	
	font-size:			12px;
	font-family:		Arial, Helvetica, sans-serif;
	color:				#FFFFFF;
	margin-bottom:		-5px;
	font-weight:		bold;
	line-height:		28px;
	text-transform:		uppercase;
}
/* bold is not equal to strong, make it so */
strong {
	color:			#FFFFFF;
}

/* gradient */
#gradient
{
	background-image:		url(/1image/background_gradient_menu.png);
	background-repeat:		repeat-x;
	border:					0px solid #FF0000;
	height:					75px;
	top:					0px;
	left:					0px;
	width:					100%;
	position:				fixed;
}
/* billede_main */
#billede_main
{
	position: 		relative;
	height:			315px;
	width: 			950px;
	
	margin-top:		50px;
}
.billede_main img {position: absolute;}

.mouseoverimage {
height:40px; 
width:144px; 
position:absolute; 
font-size:12px;
left:0; 
top:-1000px; 
z-index:100;
background-image:url(/1image/title-bg_right.png); 
padding-left:14px; 
background-repeat:no-repeat; 
color:#464646; 
padding-top:6px;
}

.mouseoverimage2 {
height:40px; 
width:144px; 
position:absolute; 
font-size:12px;
left:0; 
top:-1000px; 
z-index:100;
background-image:url(/1image/title-bg_left.png); 
padding-left:12px; 
background-repeat:no-repeat; 
color:#464646; 
padding-top:6px;
}

.previousimage {
	width: 475px; height:315px; position:absolute;
	cursor:pointer; background-color: #010101;
}
.nextimage{
	width: 475px; height:315px; position:absolute; left: 475px;
	cursor:pointer; background-color: #010101;
}

/* billede_menu */
#billede_menu
{
	border:					0px solid #990000;
	height:					30px;
	width:					100%;
	margin-bottom:			50px;
	text-align:				center;
	color:					#878787;
	text-transform: 		none;
	font-size:				12px;
	letter-spacing:			0px;
}
/* billede_overskrift */
.billede_overskrift
{
	text-transform:			uppercase; 
	font-size:				12px; 
	font-family:			Arial, Helvetica, sans-serif;
	color:					#FFFFFF;
}
/* left_tekst */
#left_tekst
{
	border:					0px solid #00ff00;
	width:					430px;
	float:					left;
	margin-right:			80px;
	color:					#c4c4c4;
	font-size:				13px;
	line-height:			17px;	
	height:100%;
}
#left_tekst a
{ 	
	background-image:       url(/1image/arrow.png);
	background-repeat:		no-repeat;
	background-position:     right center;
	color:					#FFFFFF;
	width:					450px;
	padding-right:	        15px;
	border:					0px solid #003399;
	font-weight:			normal;
	text-decoration:		none;
	color:				    #04c5ef;
}
#left_tekst a:hover
{ 	
	background-image:       url(/1image/arrow_hover.GIF);
	background-repeat:		no-repeat;
	background-position:	right center;
	color:					#FFFFFF;
	width:					450px;
	padding-right:          15px;
	border:					0px solid #003399;
	font-weight:			normal;
	text-decoration:		none;
    color: 					#026176;
}
/* right_tekst */
#right_tekst
{
	border:					0px solid #990000;
	width:					430px;
	float:					left;
	color:					#c4c4c4;
	font-size:				13px;
	line-height:			17px;
	height:100%;
}
#right_tekst a
{ 	
	background-image: 		url(/1image/arrow.png);
	background-repeat:		no-repeat;
	background-position:	center right;
	color:					#FFFFFF;
	width:					450px;
	padding-right:	        15px;	
	
	border:					0px solid #003399;
	font-weight:			normal;
	text-decoration:		none;
	color:					#04c5ef;
}
#right_tekst a:hover
{ 	
	background-image: 		url(/1image/arrow_hover.GIF);
	background-repeat:		no-repeat;
	color:					#FFFFFF;
	width:					450px;
	padding-right:          15px;	
	border:					0px solid #003399;
	font-weight:			normal;
	text-decoration:		none;
    color: 					#026176;
}
/* side_menu2 */
#side_menu2
{
	border:				0px solid #99CC33; 
	text-align:			right; 
	width:				780px; 
	top:				5px; 
	text-transform:		uppercase; 
	font-size:			10px;
	z-index:			30;
	position:			fixed;
	margin-left:		auto;
	left:				300px;
}
#sidemenu2 a
{
	color:				#cecece;
	text-decoration:	none;
}
#sidemenu2 a:hover
{
	color:				#04c5ef;
	text-decoration:	none;
}

/* news-placering */
#news-placering
{
	border:				0px solid #CCCCCC; 
	z-index:			99;
	position:			absolute; 
	width:				100%;
	height:				300px;
	top:				200px;
	overflow:			hidden;
}
/* news-main */
#news-main
{
	float:				right; 
	height:				300px; 
	width:				385px;
	border:				0px solid #990000;
	position:			relative;
	right:             -240px;
}
/* news-top */
#news-top
{
	border:				0px solid #FFFFFF;
	height:				56px;
	width:				100px;
	background-image:	url(../1image/newsletter_top.png);
	z-index:			5;
	margin-left:		6px;
	cursor:				pointer;
}
/* news-back */
#news-back
{
	border:				0px solid #FFFFFF;
	height:				220px;
	width:				409px;
	background-image:	url(../1image/newsletter_back.png);
	z-index:			2;
	margin-top:		    -6px;
	padding-top:        15px;
	padding-left:       40px;
	background-repeat:	no-repeat;
	font-size:			12px;
	font-weight:		normal;
}
/* headline */
.headline
{
	font-size:			14px;
	color:				#a9a9a9;
	font-weight:		normal;
	margin-bottom:		15px;
}
/* news-tekst */
.news-tekst
{
	font-size:			12px;
	color:				#a9a9a9;
	margin-bottom:		15px;
}
/* news-back .input */
#news-back .input
{
	border:				1px solid #7a7a7a;
	margin-top:		    4px;
	float:				left;
	width:				235px;
	margin-left:		-40px;
}
/* t01 begins biglogo*/
#biglogo
{	
border:					0px solid #990000;
background-repeat: 		no-repeat; 
background-position: 	center;	
height:					106px;
width:					600px;
margin-top:				95px;
margin-left:			auto;
margin-right:			auto;
text-align: center;
}
/* front-tekst */
#front-tekst
{
border:					0px solid #990000;
width:					653px;
margin-top:				40px;
margin-left:			auto;
margin-right:			auto;
text-align:				center;
font-size:				18px;
line-height:			24px;
font-weight:			normal;
}
/* front-links */
.front-links
{
color:					#05c5ef;
text-decoration:		none;
}
.front-links a
{
color:					#05c5ef;
text-decoration:		none;
}
.linkhover a:hover
{
color: 					#026176;
text-decoration:		none;
}
/* tom */
.tom
{
color:					#05c5ef;
padding-left:           40px;
text-decoration:		none;
}
/* tom2 */
.tom2
{
border-left:			2px solid #013844;
padding-left:           40px;
width:					140px;
}
/* main */
#main
{
margin-left:			auto;
margin-right:			auto;
border:					0px solid #990000;
width:					550px; 
margin-top:				145px;
text-align:				center;
}
/* t02-overskrift */
#t02-overskrift
{
border:					0px solid #990000;
height:					75px;
margin-left:			auto;
margin-right:			auto;
font-size:				40px;
font-family:			Georgia, "Times New Roman", Times, serif;
text-transform:			uppercase;
color:					#FFFFFF;
}
/* t02-overskrift */
#t02-tekst
{
font-size:				16px;
color:					#9d9d9d;
}
#t02-tekst a
{
font-size:				12px;
color:					#05c5ef;
text-decoration:		none;
}
#t02-tekst a:hover
{
color:					#055769;
text-decoration:		none;
}
/* t02-menu */
#t02-menu
{
border:					0px solid #990000;
height:					20px;
margin-left:			auto;
margin-right:			auto;
text-align:				center;
font-size:				14px;
color:					#bbbbbb;
margin-top:				-20px;
}
#t02-menu a
{
text-decoration:		none;
color:					#bbbbbb;
margin-right:			15px;
}
/* bg-picture */
#bg-picture
{
background-repeat:		no-repeat; 
background-position:	left top;
}
/* content - slide show med 3 menu ting starter */
#content
{
	width:925px;
	height:700px;
	border:1px solid #000000;
	margin-top:-280px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	font-weight: normal;
	color:#9e9e9e;
	z-index:0;
}
#content .slide
{
	width:320px;
	float:left;
	border:0px solid #0000FF;
	height:400px;
	z-index:0;
}
/* nummer 1 */
#content #slide1
{
	width:305px;
	height:700px;
	background-image:url(/1image/smart.png);
	background-repeat:no-repeat;
	background-position: left bottom;
	border:0px solid #FFFF00;
	float:left;
	position:relative;
	z-index:0;
}
#content #slide1af2
{
	border:0px solid #FFFF00;
	height:400px;
	margin-top:300px;
}
.left_control
{
	border:0px solid #990000;
	height:400px;
	margin-top:300px;
}
#overskrift
{
	margin-top:555px;
	margin-left:25px;
	width:220px;
	border:0px solid #FF0000;
	text-transform:uppercase;
	color:#e0e0df;
	font-size:18px;
}
/* tekst */
#tekst
{
	margin-top:20px;
	margin-left:27px;
	width:265px;
	border:0px solid #FF0000;
	font-weight:normal;
	font-size:12px;
}
.link
{
	left:27px;
	bottom:15px;
	position:absolute;
}

.link a
{
	text-decoration:none;
	background-image: url(/1image/arrow.png);
	background-repeat:		no-repeat;
	background-position:right center;
	color:				#04c5ef;
	width:					450px;
	padding-right:15px;
}
.link a:hover
{
	text-decoration:none;
	background-image: url(/1image/arrow_hover.GIF);
	background-repeat:		no-repeat;
	background-position:right center;
    color: 					#026176;
	width:					450px;
	padding-right:15px;
}
/* tekst1 */
#tekst1
{
	top:592px;
	margin-left:340px;
	width:245px;
	border:0px solid #FF0000;
	display:none;
	position:absolute;
}
#tekst1_1
{
	top:343px;
	margin-left:320px;
	width:265px;
	border:0px solid #990000;
	display:none;
	position:absolute;
}
#tekst1_1 ul
{
	list-style-image: 	url(/1image/bullet.gif);
	color:				#FFFFFF;
	font-size:			15px;
}
#tekst1_1 li
{
	border:0px solid #FF0000;
	line-height:16px;
	padding-bottom:5px;
	margin-bottom:3px;
}
/* nummer 2 */
#content #slide2
{
	width:306px;
	height:700px;
	background-image:url(/1image/nemt.png);
	background-repeat:no-repeat;	
	background-position: left bottom;
	float:left;
	position:relative;
	border:0px solid #FF00FF;
}
#overskrift2
{
	margin-top:555px;
	margin-left:25px;
	width:220px;
	border:0px solid #FF0000;
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:18px;	
}
/* tekst */
#tekst2
{
	margin-top:20px;
	margin-left:27px;
	width:265px;
	border:0px solid #FF0000;
	display:block;
}
#tekst2 a
{
	color: #04c5ef;
	text-decoration:none;
	display:block;
	background-image:url(/1image/arrow.png);
	background-position:right;
	background-repeat:no-repeat;
	border:0px solid #0033CC;
	width:100px;
}
#tekst2 a:hover
{
	color: #04ef25;
	text-decoration:none;
}
/* tekst1 */
#tekst2_1
{
	top:593px;
	margin-left:340px;
	width:245px;
	border:0px solid #FF0000;
	display:none;
	position:absolute;
}
/* nummer 2 */
#tekst2_2
{
	top:373px;
	margin-left:300px;
	width:265px;
	border:0px solid #FF0000;
	display:none;
	position:absolute;
}
#tekst2_2 ul
{
	list-style-image: url(/1image/bullet.gif);
	color:#FFFFFF;
	font-size:15px;
}
#tekst2_2 li
{
	line-height:16px;
	padding-bottom:5px;
	margin-bottom:3px;
}
/* nummer 3 */
#content #slide3
{
	width:305px;
	height:700px;
	background-image:url(/1image/okonomisk.png);
	background-repeat:no-repeat;
	background-position: left bottom;
	border:0px solid #00FF00;
	position:relative;
	float:left;
	z-index:0;
}
#overskrift3
{
	top:555px;
	left:25px;
	width:220px;
	border:0px solid #FF0000;
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:18px;
	position:relative;
}
#overskrift3_1
{
	margin-top:555px;
	margin-left:25px;
	width:220px;
	border:0px solid #FF0000;
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:18px;
	position:relative;
}
#tekst3
{
	margin-top:575px;
	margin-left:27px;
	width:245px;
	border:0px solid #FF0000;
	display:block;
	position:relative;
}
#tekst3 a
{
	color: #04c5ef;
	text-decoration:none;
	display:block;
	background-image:url(/1image/arrow.png);
	background-position:right;
	background-repeat:no-repeat;
	border:0px solid #0033CC;
	width:100px;
}
#tekst3 a:hover
{
	color: #04ef25;
	text-decoration:none;
}
#tekst3_1
{
	top:593px;
	left:370px;
	width:235px;
	border:0px solid #FF0000;
	display:none;
	position:absolute;
}
#tekst3_2
{
	top:343px;
	left:300px;
	width:265px;
	border:0px solid #FF0000;
	display:none;
	position:absolute;
}
#tekst3_2 ul
{
	list-style-image: url(/1image/bullet.gif);
	color:#FFFFFF;
	font-size:15px;
}
#tekst3_2 li
{
	border:0px solid #FF0000;
	margin-top:8px;
	padding-top:0px;
	line-height:16px;
	margin-bottom:3px;
}
/* content - slide show med 3 menu ting slutter */
/* lastrighty */
.lastrighty
{
	border:0px solid #FFFFFF;
}

/* dropdownmenu */
.dropdownmenu
{
	float:left;
	background-image:url(../1image/firkant.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:15px;
	width:100px;
	padding-left:15px;
	margin-top:-4px;
	text-decoration:none;
	font-weight:normal;
}

/* dropdownmenu1 */
.dropdownmenu1
{
	float:left;
	background-image:url(/1image/firkant.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:15px;
	width:150px;
	padding-left:15px;
	margin-top:-2px;
	font-weight:normal;
}
/* andenop */
.andenop
{	
margin-top:-10px;
margin-bottom:5px;
border:0px solid #00FF33;
height:25px;
font-weight:normal;
}
.andenop a
{
	float:left;
	background-image:url(/1image/firkant.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:15px;
	width:150px;
	padding-left:15px;
	margin-top:-2px;
	color:#878787;
	text-decoration:none;
}
.andenop a:hover
{
	float:left;
	background-image:url(/1image/frikant_hover1.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	border:0px solid #009900;
	height:15px;
	width:150px;
	padding-left:15px;
	margin-top:-2px;
	text-decoration:none;
}
/* menudimmer */
.menudimmer
{
border:0px solid #FF0000; 
margin-bottom:8px; 
width:180px;
}
/* menudimmer .righty .dropdownmenu a:link */
.menudimmer .righty .dropdownmenu a:link
{
color: #FFFFFF;
font-weight:normal;
text-decoration:none;
border:0px solid #00FFFF;
}

/* menudimmer .righty .dropdownmenuactive */
.menudimmer .righty .dropdownmenuactive 
{
	float:left;
	background-image:url(/1image/firkant_hover.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:15px;
	width:100px;
	padding-left:15px;
	margin-top:-3px;
	padding-bottom:1px;
	font-weight:normal;
	text-decoration:none;
	color:#ffffff;
}

/* menudimmer .righty .dropdownmenu1active */
.menudimmer .andenop .dropdownmenu1active 
{
	float:left;
	background-image:url(/1image/firkant_active.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	width:90%;
	padding-left:15px;
	margin-top:-4px;
	padding-bottom:0px;
	color:#46b702;
	font-weight:normal;
	text-decoration:none;
}
/* righty a, .dropdownmenu */
.righty a, .dropdownmenu
{
	font-weight:normal;
	color:			#FFFFFF;
	padding-bottom:0px;
}
.righty a
{
	float:left;
	background-image:url(/1image/firkant.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:20px;
	width:150px;
	padding-left:15px;
	font-weight:normal;
	color:			#FFFFFF;
	line-height:32px;
}
.righty a:hover
{
	float:left;
	background-image:url(/1image/firkant_hover.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:20px;
	width:150px;
	padding-left:15px;
	font-weight:normal;
	color:			#FFFFFF;
}
/* newsletter */
#newsletter
{ 
	height:					60px; 
	width:					355px;
	position: relative;
}
/* left-letter */
#left-letter 
{
	
	width:					200px; 
	height:					50px; 
	float:					left;
	
}
/* right-letter */
#right-letter
{
	width:					120px; 
	height:					50px; 
	float:					left;
	
}
/* input-style  */
#input-style
{
	width:					230px;
	height:					20px;
	float:					left;

}
/* news-input */
.news-input
{

	background-color:		#b4b4b4;
	border-top: solid 1px #7e7e7e;
	border-left: solid 1px #7e7e7e;
	
	border-bottom: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	

	
	
	
	margin-top:				3px;
	width:					200px;
}
/* stjerne */
#stjerne
{
	padding-left:	        0;
	color:					#05c5ef;
	float:					left;
	width:					50px;
	border:					0px solid #FF00FF;
	height:					12px;
	float:					left;
	padding-top:            0;
	margin-left:			4px;
	font-size: 20px;
}
/* email-style */
#email-style
{
	float:					left;
	color:					#c4c4c4;
	height:					12px;
	padding-top:            2px;
	border:					0px solid #00FFFF;
	float:					left;
	width:auto;
}
#emailerror {
	float: left;
	clear: left;
	color: #46b702;
	margin-top: 10px;

	width: 500px;
	position:absolute;
	top: 45px;
}
#emailok {
	position: absolute;
	color: #46b702;
	background-position:		right top;
	background-repeat:			no-repeat;
	padding-right: 40px;
	padding-top: 40px;
	margin-top: -40px;
	display: none;
}
.emailokminus {
	background-image:	url(/1image/minus.png);	
}
.emailokplus {
	background-image:	url(/1image/plus.png);	
}
/* nyhedsoverskrift */
.nyhedsoverskrift
{
	color:					#FFFFFF;
	font-weight:			bold;
	margin-top:				35px;
	font-size:				14px;
	margin-top:				35px;
	margin-bottom:			3px;
}
/* plus og plushover*/
.plus
{
background-image:			url(/1image/plus.png);
height:						50px;
width:						57px;
border:						0px solid #990000;
background-color: 			#000000;
background-position:		left center;
background-repeat:			no-repeat;
cursor:						pointer;
}
.plushover
{
background-image:			url(/1image/plus_hover.png);
height:						50px;
width:						57px;
border:						0px solid #990000;
background-color: 			#000000;
background-position:		left center;
background-repeat:			no-repeat;
cursor:						pointer;
}
/* minus og minushover */
.minus
{
background-image:			url(/1image/minus.png);
height:						57px;
width:						57px;
border:						0px solid #990000;
background-color: 			#000000;	
background-position:		left center;
background-repeat:			no-repeat;
cursor:						pointer;
}
.minushover
{
background-image:			url(/1image/minus_hover.png);
height:						57px;
width:						57px;
border:						0px solid #990000;
background-color: 			#000000;
background-position:		left center;
background-repeat:			no-repeat;
cursor:						pointer;
}
/* tilmeld */
#tilmeld
{
border:0px solid #CC0000; 
height:45px; 
width:207px; 
position:absolute; 
font-size:12px;
left:208px; 
top:190px; 
z-index:100;
background-image:url(/1image/title-bg.gif); 
padding-left:15px; 
background-repeat:no-repeat; 
color:#464646; 
padding-top:8px;

display:none;
}
/* afmeld */
#afmeld
{
border:0px solid #CC0000; 
height:45px; 
width:207px; 
position:absolute; 
font-size:12px; 
left:265px; 
top:190px; 
z-index:100;
background-image:url(/1image/title-bg.gif); 
padding-left:15px; 
background-repeat:no-repeat; 
color:#464646; 
padding-top: 8px;

display:none;
}



.headerlogo {
	margin-top:75px;
	margin-bottom: 20px;
	line-height: 14px;
}

.header {
	margin-top: 0;
}

.enabled { height: 14px; display: block; width: 180px; text-align: center; color: #04c5ef; text-decoration: none;}



.enabled:Hover {
	color: #026176;

}


.disabled { height: 14px; display: block; width: 180px; text-align: center;}
.disabled span {display:none;}



/*Scroller styles t05*/
#outerscroll {width: 960px; height: 30px; overflow:hidden; background-color:#000000; float:left;position: relative;}


#innerscroll_left {width: 281px; height: 30px; top: 0; left: 0; position:absolute; overflow:hidden; background-image:url(/1image/scrolloverlay-left.png); background-repeat:no-repeat; background-position: top left;}
#innerscroll_right {width: 281px; height: 30px; top: 0; right: 0; position:absolute; overflow:hidden; background-image:url(/1image/scrolloverlay-right.png); background-repeat:no-repeat; background-position: top right;}

.scrollfiller {width: 281px; background-color:#000000; color: #010101;}

#scrollbar {white-space:nowrap; position: absolute; height: 30px; top: 0; left: 0;}
#scrollbar span {}
#scrollbar a  {padding-right: 10px; text-decoration:none; font-family:Arial, Helvetica, sans-serif; line-height: 30px; height: 30px;}


.meter {height: 4px; background-color:#010101; width: 350px; position:absolute; left: 30px; top: 64px;}



A.singlecaselink {color: #ffffff;}
A.singlecaselink:Hover {color: #04c5ef;}
A.singlecaselink:Active {color: #04c5ef;}

A.singlecaselinkactive {color: #46b702;}
A.singlecaselinkactive:Hover {color: #04c5ef;}

