@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#525252;
	line-height: 17px;
}
img{ border:none; }
p{margin-top:0px; }
.floatleft{ float:left; }
.floatright{ float:right; }

#logo{
	height:109px;
	float:left;
}

#hvem{
	width:260px;
	height:205px;
}

#virk{
	width:260px;
	height:205px;
}

#nyheder{
	width:280px;
	height:205px;
}
.section_heading{
	display:block;
	width: 254px;
	height: 34px;
	background:url(../images/section_heading_bg.jpg) no-repeat;
	font-family:"Myriad Pro";
	font-size:18px;
	color:#ffffff;
	padding-left: 23px;
	line-height:30px;
}
.section_bg{
	background:url(../images/section_bg.jpg) no-repeat;
}
.text_heading{
	font-size:11px;
	color:#272727;
	font-weight:bold;
	background:url(../images/red_bullet.jpg) no-repeat;
	background-position:left;
	padding-left: 6px;
}
.redtextlink{
	display:block;
	width:230px;
	height:20px;
	color:#A80000;
	font-weight:bold;
	text-align:right;
	text-decoration:none;
	padding-right:5px
}
a.redtextlink:hover{
	text-decoration:underline;
}

.news_heading{ background:url(../images/news_heading_bg.jpg) no-repeat;}
.news_bg{ background:url(../images/news_bg.jpg) no-repeat; }
.news_text{
	display:block;
	height:20px;
	width:auto;
	color:#ffffff;
	background:url(../images/news_bullet.jpg) no-repeat left #7e0000;
	padding-left:17px;
	margin:3px 0px 0px 0px;
	text-decoration:none;
}
a.news_text:hover{
	text-decoration:underline;
}

.whitetextlink{
	display:block;
	width:250px;
	height:20px;
	color:#ffffff;
	font-weight:bold;
	text-align:right;
	text-decoration:none;
	padding-right:5px
}
a.whitetextlink:hover{
	text-decoration:underline;
}
.footertext{
	color:#898989;
	text-decoration:none;
}
.footertext a b {
	position: absolute;
	top: -10000px;
	left: -10000px;
} 

a.footertext:hover{ text-decoration:underline; }
/*====================innerpage styles starts=====================================*/
.contentborder{ background:url(../images/content_border.jpg) repeat-y; }
.content{
	background:url(../images/content_bg.jpg) repeat-x #f0f0f0;
	padding:10px;
}
.pageheading_brown{
	color:#a80000;
	font:"arial";
	font-size:11px;
	line-height:30px;
}
.pageheading_red{
	color:#8e0000;
	font:"Myriad Pro";
	font-size:20px;
}
.pageheading_black{
	color:#1f1f1f;
	font:"Myriad Pro";
	font-size:20px;
}
.textheading_12{
	font-size:12px;
	font-weight:bold;
}
.textheading_14{
	font-size:14px;
	font-weight:bold;
}
.redtextlink_11{
	color:#A80000;
	font-weight:bold;
	text-align:right;
	text-decoration:none;
}
a.redtextlink_11:hover{
	text-decoration:underline;
}
.greytextlink_11{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
a.greytextlink_11:hover{ text-decoration:underline; }


.form_inner_bg{
	background-image:url(../images/form_inner_bg.jpg);
	background-repeat:repeat-y;
	width:749px;
	padding:25px;
}
.gray_text{
	font-size:11px;
	color:#9c9c9c;
}
/*====================innerpage styles ends=====================================*/

/*============================================Partner page Styles====================================*/
.partner_sec_bg{
	background:url(../images/partner_sec_bg.jpg) repeat-y left;
	padding: 5px 25px 0px 18px;
}
.partner_heading{
	font-size:14px;
	font-weight:bold;
	padding:10px 0px 4px 0px;
}
.partner_logo_bg{	
	background:url(../images/partner_logo_bg.jpg) no-repeat left;
	height:93px;
	vertical-align:middle;
	text-align:center;
}
/*==================================GDportal page Styles====================================*/
.GDpagetop_bg{
	background:url(../images/GDpagetop_bg.jpg) repeat-x;
}
.GDpagebottom_bg{
	background:url(../images/GDpagebot_bg.jpg) repeat-x;
}
.GDpageleft_bg{
	background:url(../images/GDpageleft_bg.jpg) repeat-y;
}
.GDpageright_bg{
	background:url(../images/GDpageright_bg.jpg) repeat-y;
}
.GDpagecontent{
	padding:3px 0px;
}
.GDpagetext_heading{
	font-size:11px;
	color:#272727;
	font-weight:bold;
}

.red_text{
	font-size:11px;
	color:#A80000;
	font-weight:700;
}
