@import url(https://fonts.googleapis.com/css?family=Lato:100,200,300,400,700,900,100italic,200italic,300italic,400italic,700italic,900italic);

html,
body {
  margin:0;
  padding:0px 0px 0px 0px;
  background:none;
  color:#424242;
  font-family:'Lato',Verdana,Arial,Helvetica,sans-serif;
  font-size:14px;  
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:20px;
}
/* Reset-min */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
  margin:0;padding:0;
}
table{
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img{
  border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
  font-style:normal;
  font-weight:normal;
}
li{
  list-style:none;
}
caption,th{
  text-align:left;
}
h1,h2,h3,h4,h5,h6{
  font-size:100%;
  font-weight:normal;
}
q:before,q:after{
  content:'';
}

sup {
  vertical-align:text-top;
}
sub {
  vertical-align:text-bottom;
}
input,textarea,select{
  font-family:inherit;
  font-size:inherit;
  font-weight:inherit;
}
input,textarea,select{
  *font-size:100%;
}
legend{
  color:#000;
}

/* Reset-min END */

/* Base-min */
h1,h2,h3,h4,h5,h6,strong{
  font-weight:700;
}
abbr,acronym{
  border-bottom:1px dotted #000;
  cursor:help;
  font-variant:normal;
} 
em{
  font-style:italic;
}
blockquote,ul,ol,dl{
  margin:1em;
}
ol,ul,dl{
  margin-left:2em;
}
ol li{
  list-style:decimal outside;
}
ul li{
  list-style:disc outside;
}
dl dd{
  margin-left:1em;
}
th,td{
  border:0px;
  padding:.5em;
  vertical-align:top;
}
th{
  font-weight:bold;
  text-align:center;
}
caption{
  margin-bottom:.5em;
  text-align:center;
}
p,fieldset,table,pre{
  margin-bottom:1em;
}
input[type=text],input[type=password]{width:12.25em;*width:11.9em;}
p{
  margin-bottom:20px;
}
ul{
  margin:5px 0px 15px 14px;
}
ul li{
  padding-left:10px;
}
/* Base-min END */

h1 {
  margin-top:0px;
  color:#000000;
  font-size:30px;
  line-height:34px;
  margin:0px 0px 15px 0px;
}
h2 {
  margin-top:0px;
  color:#000000;
  font-size:26px;
  line-height:29px;
  text-transform:uppercase;
}
h3 {
  margin-top:0px;
  color:#424242;
  font-size:20px;
  line-height:24px;  
}
h4 {
  margin-top:0px;
  color:#424242;
  font-size:13px;
  line-height:16px;
  text-transform:uppercase;
  margin-bottom:6px;
}
h5 {
  margin-top:0px;
  color:#424242;
  font-size:18px;
  line-height:20px;
  text-transform:none;
  margin-bottom:10px;
  font-weight:400;
}
h6 {
  margin-top:0px;
  color:#C90039;
  font-size:0.8em;
}

a{
  color:#4C88BE;
}
.align-center{
  text-align:center;
}
/*  clear float */
.clear_float {
  clear:both;
  font-size:1px;
  line-height:1px; 

}
/* end clear float  */

.clearfix:after {
 clear:both;
 content: ".";
 height:0px;
 visibility: hidden;
 display: block;
}

/* Header Section */
#container {
  margin:auto;  
/*  width:1004px;  */
  width:100%;
  margin:auto;
}

#row_top_wrap{
  background: url(../images/topmenu_bg.png) left top repeat-x;
  height:145px;
}

#row_top_container{
  width: 960px;
  margin: auto;
  height:145px;
}

#row_top {
  font-style:italic;
  font-size:11px;
  height:47px;
}
#page_fullwidth #row_top_wrap{
  border-bottom:1px solid #5e5e5e;
  margin-bottom:30px;
}
#row_top ul {
  list-style-type: none;
  margin:0px;
} 
#row_top li {
  list-style-type:none;
  padding: 0px;
  float:right;
  text-align: right;
}

#login{
  float:right;
  background:#227bb3;
  height:100%;
  margin-left:12px;
}
#login a{
  padding-left:8px;
  padding-right:8px;
  text-decoration: none;
  font-weight:700;
  color:#ffffff;
  line-height:47px;
}
/* Language Menu  START */
#langmenu {
  padding:0px;
  float:right;
  color:#fff;
  line-height:47px;
  position:relative;
  z-index:999;
  font-weight:bold;
  background:url(../images/button_arrow.png) right center no-repeat;
}
#langmenu a {
  padding-right:10px;
  padding-left:10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight:bold;
}
/* Language Menu END */

/*Header part START*/
#row_bottom{
  padding:5px 0px 5px 0px;   
  margin:auto;
  background-color:#ffffff;  
  height:88px;
  position:relative;
}

#logo {
  width:182px;
  float:left;
}
#logo img{
  max-width:100%;
  height:auto;
}
#login_info{
  position:absolute;
  top:10px;
  right:0px;
  text-align:right;
  z-index:99999;
}
#login_info .company_name{
  margin-bottom:5px;
}
/*Header part END*/

/*Content area START*/
#content_area{
  padding:0px;
  margin:0px;   
  float:left;
  width:100%;
}

.content{
}

/*Content area END*/

/*content_banner START*/
#content_banner {
  height: 360px;
  width: 100%;
  position:relative;
  margin-bottom:30px;
}
#page #content_banner {
  height:250px;
}
#banner_area{
  position:relative;
}

/*content_banner END*/
.banner_mask{  
  background:url(../images/banner_bottom_mask.png) left top repeat;
  position:absolute;
  left:0px;
  bottom:0px;
  width:100%;  
}
.banner_mask.has_text{
  padding-top:25px;
  min-height:55px;
}
.banner_text{
  width:960px;
  margin:auto;
  text-align:right;
}

.content_holder {
  width:960px;
  height:100%;
  margin:0px auto;
}
.three_col_fce {
  width:100%;
}
.fce_box {
  margin-bottom:47px;
}
.fce_col{
  float:left;
  width:300px;
  margin-right:30px;
}
.fce_col.last{
  float:right;
  margin-right:0px;
}
.four_col_fce .fce_col{
  width:225px;
  margin-right:20px;
}
.four_col_fce .fce_col img{
  max-width:100%;
  height:auto;
}
.four_col_fce .fce_col.last{  
  margin-right:0px;
}
.fce_image{  
  margin-bottom:25px;
}
.fce_text {
  color:#6d6d6d;
  font-size:13px;
  padding: 0px 5px 0px 0px;
  position:relative;
}
.fce_text h3{
  color:#424242;
  font-weight:regular;
}
.readmore{
  background-color:#227bb3;
  color:#ffffff;
  text-decoration:none;
  text-transform:uppercase;
  line-height:40px;
  height:40px;
  font-size:13px;
  padding:0px 30px 0px 30px;
  display:inline-block;
}
.fce_text .readmore{
  margin-top:18px;  
  display:inline-block;
  position:absolute;
  bottom:0px;
  left:0px;
}
#home .fce_box  .fce_text {
  padding-bottom:45px;
}
/*Footer START*/
#footer{
  background-color:#000000;
  height:240px;
  width:100%;
  padding-top:60px;
  font-size:13px;
  font-weight:400;
}
#footer_container{
  width:960px;
  margin: auto;
}
/* footer Left */
/* footer Middle */
#footer_sitemap{
  float:left;
  width:100%;
  text-align:center
}
#footer_icon {
  height:30px;
}
#footer_sitemap ul{
  text-align:center;
  margin:0px 0px 25px 0px;
}
#footer_sitemap ul li{
  border-left:none;
  list-style-type:none;
  display:inline;
  margin: 0px 13px;
}
#footer_sitemap ul li a{
  text-decoration:none;
  color:#FFFFFF;
}
/*Footer end*/

/*For Overriding*/
.banner_text, .banner_text h2{
  color:#ffffff;
}
.banner_text{
  font-size:20px;
  text-transform:uppercase;
  padding-right:36px;
  line-height:21px;
}
.banner_text h2{
  font-weight:700;
  margin-bottom:5px;
}

#content_banner ul {
  margin:0;
}

/*Style for page*/
.content_left {
  width:212px;
  margin-right:38px;
  float:left;
}
.content_main {
  width:710px;
  float:left;
}
#top_content {
  padding-bottom:56px;
}

#bottom_content {
  margin:auto;
  background:#f0f0f0;
  padding-bottom:106px;
}
.fce_mission_statement{
  position:relative;
  margin-bottom:45px;
}
.no_margin_bottom .fce_mission_statement{
  margin-bottom:0px;
}
.fce_mission_statement .rslides {
  height:100%;
  position:absolute;
}
.fce_mission_statement .rslides img {
  height:100%;
  width:100%;
  position:absolute !important;
  top:0px;
}
.mission_statement_container{
  width:960px;  
  min-height:548px;  
  z-index:999;
  left: 50%;
    margin: 0 auto 0 -480px;    
    position: relative;
    top: 0;    
    z-index: 999;
}
.fce_mission_statement .description{
  padding-top:55px;
  width:710px;
  color:#ffffff;
  margin-left:250px;
}
.fce_mission_statement .description .left_col{
  width:380px;
  margin-right:30px;
  float:left;
}
.fce_mission_statement .description .right_col{
  width:300px;
  float:left;
}
.fce_mission_statement h1{
  color:#ffffff;
  margin-bottom:22px;
}
.black_text_color .fce_mission_statement .description{
  color:#333;
}
.black_text_color .fce_mission_statement h1{
  color:#333;
}  
.fce_mission_statement .description ul{
  margin:10px 0px 20px 14px;
}
.fce_mission_statement .description ul li{
  padding-left:10px;
}
.container_frame{
  width:960px;
  margin:0 auto;
}
.margin_left_frame{
  margin-left:250px;
}
.image_text_frame div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap{
  width:230px;
}
.mr_lt_tw_col_container{
  margin-left:250px;
}
.mr_lt_tw_col_container .fce_col_left{
  width:380px;
  margin-right:30px;
}
.mr_lt_tw_col_container .fce_col_right{
  width:300px;
  background:none;
  padding:0px;
  margin:0px;
}
.mr_lt_tw_col_container .two_col_fce{
  margin-bottom:45px;
}
.contact_us_fce img{
  margin:0px;
  float:left;
}
.button{
  background:#227bb3;
  text-align:center;
  text-transform:uppercase;
  font-weight:bold;
  padding:10px 0px;
}
.button p{
  margin:0px;
}
.button a{
  color:#fff;
  text-decoration:none;
  background:url(../images/button_arrow.png) 275px 14px no-repeat;
  display:block;
}

#submenu_container {
    left: 50%;
    margin-left: -480px;
    position: absolute;
    top: 0;
}
.anchormenu_container{  
    left: 50%;
    margin-left: -480px;
    position: absolute;
    top: 0;
}
.anchor_menu_fcer{
  position:absolute;
  left:0px;
  top:30px;
  z-index:999;
  border:1px solid #cfcfcf;
  border-radius:5px;
  width:200px;
  background:#f0f0f0;
  padding-top:19px;
}
.anchor_menu_fcer ul {
  
  margin:0px auto;
}
.anchor_menu_fcer ul li{
  list-style:none;  
  line-height:35px;
  padding:10px 10px 10px 30px;
  background:url(../images/submenu_li_bg.png) left bottom repeat-x;
}
.anchor_menu_fcer ul li.first{
  border-top:1px solid #d3d3d3;
}
.anchor_menu_fcer ul li.last{
  background:none;
}
.anchor_menu_fcer ul li a{
  text-decoration:none;
  font-size:16px;
  color:#333333;
  display:block;
  line-height:20px;
}
.anchor_menu_fcer .current_menu {
  background:url(../images/submenu_act_bg.png) left bottom no-repeat;  
  font-size:16px;
  color:#333333;
  display:block;
  line-height:20px;
  font-weight:700;
  text-transform:uppercase;
  color:#fff;
  margin-left:-6px;
  width:211px;
  padding-bottom:3px;
}
.anchor_menu_fcer .current_menu .menu_title{
  background:#237cb4;  
  padding:10px 30px 7px 35px;
  width:146px;
}
/*
.anchor_menu_fcer ul li.actmnu, .anchor_menu_fcer ul li:hover {
  background:url(../images/submenu_act_bg.png) left top no-repeat;
  margin-left:-5px;
  width:183px;
  border:none;
}
.anchor_menu_fcer ul li.actmnu a, .anchor_menu_fcer ul li:hover a{
  color:#ffffff;
  text-transform:uppercase;
}
*/
#bottom_content .three_col_fce{
  margin-left:238px;
  width:712px;
}

#bottom_content .fce_col{
  margin-left:240px;
}

#bottom_content .fce_col{
  float:left;
  width:231px;
  margin:0px 9px 0px 0px;  
}
#bottom_content .fce_col.last {
  margin-right:0px;
}
.member_fce{
  margin-bottom:10px;
  background:#ffffff;  
}
.meber_image{
  height:233px;
  margin-bottom:24px;
}
.member_details {
  color:#424242;    
  padding:20px 20px 20px 20px;
  text-align:center;
  font-weight:400;
}
#bottom_content .csc-header h1{
  margin:0px 0px 35px 238px;
  
}
.gray_background{
  background:#f0f0f0;
  padding-top:45px;
}
#content_area div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap{
  margin-right:20px;
}
#content_area div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap{
  margin-left:20px;
}

/*SR_Language START*/
#langmenu legend, #langmenu label{
  display:none;
}
#sr_language_menu_form{
  position:absolute;
  right:0px;
  top:0px;
  opacity:0;
  filter: alpha(opacity=0);
  
}
#sr_language_menu_select{
  margin:0px;
  border:none;

}
#select_box_bg{    
  cursor:pointer;    
  opacity:1;
  color:#fff;
  width:50px;
  display:inline-block;
  margin-left:5px;
  padding-left:25px;
}
#langmenu .en{
  background:url(../images/en.png) left center no-repeat;
}
#langmenu .de{
  background:url(../images/de.png) left center no-repeat;
}
#langmenu .da{
  background:url(../images/da.png) left center no-repeat;
}

#sr_language_menu_form fieldset{
  margin:0px;
  
}
#langmenu .tx-srlanguagemenu {
  background:#4d4d4d;
  width:77px;
  padding:6px 5px 3px 10px;  
  display:none;  
  position:absolute;
  right:0px;
}
#langmenu .tx-srlanguagemenu.open{
  display:block;
}
#langmenu .tx-srlanguagemenu a{
  padding:0px;
  line-height:13px;
  height:13px;
  float:left;
  display:block;
  color:#fff;
}

#langmenu .tx-srlanguagemenu a.flag{
  margin-right:5px;
}
#langmenu .tx-srlanguagemenu a.flag img{
  width:20px;
  height:auto;
}
#langmenu .tx-srlanguagemenu .CUR,#langmenu .tx-srlanguagemenu .NO{
  height:13px;
  line-height:13px;
  margin-bottom:5px;
}
#langmenu .tx-srlanguagemenu .CUR a{
  color:#237cb4;
}
#langmenu .tx-srlanguagemenu div:hover a.title{
  color:#4d4d4d;
}

/* LANGUAGE MENU END */
/*SR_Language END*/

/*KONTAKT FORM START*/
.fce_col_left {
    float: left;
    width: 248px;    
}
.fce_col_right {
    float: left;
    width: 632px;
    padding: 38px 40px 20px 40px;    
    margin-bottom: 50px;
  background-color:#dbdbdb;
}

.tx-powermail{
  margin-top:35px;
}
.tx-powermail .powermail_fieldwrap_input{
  float: left;
  width: 305px;  
  margin-bottom: 27px;
} 
.tx-powermail .powermail_fieldwrap_1{
  margin-right: 22px;
}
.tx-powermail .powermail_input {
  width: 293px;
  line-height: 44px;
  height: 44px;    
  border:none;
  padding-left:12px;
  font-style:italic;
}

.tx-powermail .powermail_textarea {
  width: 608px;
  margin-bottom: 19px;
  line-height: 44px;
  height: 164px;
  border: none;
  padding:15px 12px 15px 12px;
  font-style:italic;
}

.tx-powermail .powermail_submit {
  border:none;
  background:#2079b1;
  width: 260px;
  height: 39px;  
  line-height: 39px;  
  color: #ffffff;
  float: right;
  font-weight:400;
  cursor:pointer;
}

.two_col_fce h2 {
  margin-bottom: 28px;
}

.tx-powermail label, .tx-powermail legend, .tx-powermail h3 {
  display: none;
}
.tx-powermail ::-webkit-input-placeholder {
   color: #424242;
   opacity:1;
}

.tx-powermail :-moz-placeholder { /* Firefox 18- */
   color: #424242;
   opacity:1;
}

.tx-powermail ::-moz-placeholder {  /* Firefox 19+ */
   color: #424242; 
   opacity:1;
}

.tx-powermail :-ms-input-placeholder {  
   color: #424242;
   opacity:1;
}
.tx-powermail .formError{
  position:inherit !important;
  text-align:right;
  line-height:30px;
  margin-top:-30px !important;
}
/*KONTAKT FORM END*/
/* LOGIN PAGE START */
#login_page .content{
  position:relative;
}
#background .rslides{
  height:auto;
  position:relative;
}
#background .rslides img {
  height:auto;
}
#login_page .content_holder{
  position:absolute;
  top:0px;
  left:50%;
  margin-left:-130px;
  z-index:99;
  width:260px;
  padding-top:85px;
  color:#ffffff;
}
#login_page .content_holder h4{
  color:#fff;
  margin-bottom:15px;
  font-size:14px;
}
.tx-felogin-pi1{

}
.tx-felogin-pi1 label,.tx-felogin-pi1 legend{
  display:none;
}
.tx-felogin-pi1 #user{
  width:250px;
  height:44px;
  line-height:44px;
  padding-left:10px;
  border:none;
  background:#ffffff;
  margin-bottom:10px;
  color:#424242;
  font-style:italic;
}
.tx-felogin-pi1 #pass,.tx-felogin-pi1 #tx_felogin_pi1-forgot-email{
  width:250px;
  height:44px;
  line-height:44px;
  padding-left:10px;
  border:none;
  background:#ffffff;
  margin-bottom:20px;
  color:#424242;
  font-style:italic;
}
.tx-felogin-pi1 #submit{
  width:260px;
  height:40px;
  line-height:40px;
  border:none;
  background:#2079b1;
  margin-bottom:25px;
  color:#fff;
  text-transform:uppercase;
  font-weight:400;
  cursor:pointer;
}
.tx-felogin-pi1 .forgot_password,.tx-felogin-pi1 .return_link{
  text-align:right;
  margin-bottom:20px;
}
.tx-felogin-pi1 .forgot_password a,.tx-felogin-pi1 .return_link a{
  color:#fff;
  text-decoration:none;
  font-weight:700;
  text-transform:uppercase;
}
.tx-felogin-pi1 ::-webkit-input-placeholder {
   color: #424242;
   opacity:1;
}

.tx-felogin-pi1 :-moz-placeholder { /* Firefox 18- */
   color: #424242;
   opacity:1;
}

.tx-felogin-pi1 ::-moz-placeholder {  /* Firefox 19+ */
   color: #424242; 
   opacity:1;
}

.tx-felogin-pi1 :-ms-input-placeholder {  
   color: #424242;
   opacity:1;
}
/* LOGIN PAGE END */
/* Policy Overview START */
.overview{
  margin-bottom:50px;
}
.detailsview_link{
  margin-bottom:20px;
}
.detailsview_link a{
  color:#000;
  font-weight:700;
  text-decoration:none;
}
.overview_container{
  font-weight:400;
}
.overview_container a{
  color:#000000;
  text-decoration:none;
  font-weight:400;
}
.overview_container .header_elements{
  margin-bottom:12px;
  padding:0px 1px;
  font-weight:bold;
}
.overview_container .policyno{
  width:120px;
  margin-right:5px;
  float:left;  
}
.overview_container .company{
  width:148px;
  margin-right:5px;
  float:left;
}
.overview_container .claimform{
  width:148px; /* 98px */
  margin-right:5px;
  float:left;
  text-align:center;
}
.overview_container .branche{
  width:170px;
  margin-right:5px;
  float:left;
  padding-left:7px;
}
.overview_container .maturity{
  width:85px;
  margin-right:5px;
  float:left;
}
.overview_container .annualpremium{
  width:85px; /* 105px */
  margin-right:5px;
  float:left;
}
.overview_container .policies{
  width:80px;
  margin-right:5px;
  float:left;
}
.overview_container .certificate{
  width:80px;  
  float:left;
}
.overview_container .policy_elements{
  border:1px solid #898989;
  margin-bottom:5px;
  min-height:35px;
  line-height:35px;
}
.overview_container .policy_elements:hover{
  background:#ebebeb;  
}
.overview_container .policy_elements .claimform a{
  background:url(../images/claimform_bg.png) center center no-repeat;
  text-indent:-9999px;
  display:block;
  width:118px;
  min-height:35px;
}
.overview_container .policy_elements .policies a{
  background:url(../images/pdf_icon.png) right center no-repeat;
  text-transform:uppercase;
  padding-right:24px;
  color:#424242;
  text-decoration:none;
  font-weight:300;
}
.overview_container .policy_elements .certificate a{
  background:url(../images/pdf_icon.png) right center no-repeat;
  text-transform:uppercase;
  padding-right:24px;
  color:#424242;
  text-decoration:none;
  font-weight:300;
}
.se_aftaler_link a{
  padding:0px 40px;
  color:#fff;
  height:45px;
  line-height:45px;
  background:#2079b1;
  font-size:16px;
  text-decoration:none;
  font-weight:700;
  display:inline-block;
  margin-bottom:20px;
}
.overview_container .total_amount{
  margin-top:20px;
}
.overview_container .total_amount .price{
  width:542px;
  float:left;
  text-transform:uppercase;
}
.overview_container .total_amount .amount{
  width:268px;
  float:left;
  text-transform:uppercase;
}
.overview_container .total_amount .see_detailsview{
  width:150px;
  float:left;
}
.overview_container .total_amount .see_detailsview a{
  text-decoration:none;
  color:#2079b1;
  font-weight:700;
}
.overview .left{
  width:630px;
  float:left;
}
.overview .right{
  width:330px;
  float:right;
  text-align:right;
  margin-top:6px;
}
.overview .list_top_container{
  position:relative;
}
.overview .print{
  text-align:right;
}
.overview .print span{
  background:url(../images/print_icon.png) right center no-repeat;
  color:#237cb4;
  cursor:pointer;
  font-weight:700;
  padding-right:26px;
  position:absolute;
  bottom:20px;
  right:0px;
}
/* Policy Overview END */
/* Policy Details START */
.policy_detailview{
  margin-bottom:50px;
  margin-top:30px;
}
.policy_detailview .policy{
  margin-bottom:11px;
  background:url(../images/policy_details_bg.png) left top repeat-y;
}
.policy_detailview .left_column{
  width:308px;  
  float:left;
  margin-right:1px;
  padding:20px 0px 30px 0px;  
}
.policy_detailview .right_column{
  width:551px;  
  float:left;
  padding:20px 50px 30px 50px;
}
.policy_detailview .element_wrap{
  margin-bottom:20px;
}
.policy_detailview .left_column .header{
  width:130px;
  padding:0px 4px 0px 20px;
  float:left;
  color:#000;
  font-weight:700;
}
.policy_detailview .left_column .value{
  width:130px;
  padding:0px 4px 0px 20px;
  float:left;
  color:#000;
  font-weight:300;
}
.policy_detailview .header_wrap{
  margin-bottom:6px;
}
.policy_detailview .value_wrap{
  margin-bottom:5px;
}
.policy_detailview  .coverage_container .coverage_header{
  color:#000;
  font-weight:700;
  float:left;
  width:240px;
  margin-right:5px;
}
.policy_detailview  .coverage_container .selvrisiko_header{
  float:left;
  width:130px;
  margin-right:6px;
  text-align:right;
  color:#000;
  font-weight:700;
}
.policy_detailview  .coverage_container .sum_header{
  color:#000;
  font-weight:700;
  float:left;
  width:170px;
  text-align:right;
}
.policy_detailview  .coverage_container .coverage_value{
  float:left;
  width:240px;
  margin-right:5px;
  color:#000;
  font-weight:300;
}
.policy_detailview  .coverage_container .selvrisiko_value{
  float:left;
  width:130px;
  margin-right:6px;
  text-align:right;
  color:#000;
  font-weight:300;
}
.policy_detailview  .coverage_container .sum_value{
  float:left;
  width:170px;
  text-align:right;
  color:#000;
  font-weight:300;
}
.policy_detailview .back_link{
  margin-top:35px;
  text-align:right;
  margin-bottom:10px;
}
.policy_detailview .back_link.top{
  margin-top:6px;
}
.policy_detailview .back_link a{
  background:url(../images/backlink_bg.png) left center no-repeat;
  color:#3366cc;
  text-decoration:none;
  font-weight:700;
  padding-left:7px;
}
.policy_detailview .left{
  float:left;
  width:630px;
}
.policy_detailview .right{
  float:right;
  width:330px;
}
.policy_detailview .print{
  text-align:right;
}
.policy_detailview .print span{
  background:url(../images/print_icon.png) right center no-repeat;
  color:#237cb4;
  cursor:pointer;
  font-weight:700;
  padding-right:26px;
}
.policy_detailview .top_content{
  margin-bottom:25px;
}
.policy_detailview .location_container{
  margin-bottom:15px;
}
.policy_detailview .location_container .header,.policy_detailview .employee_container .header{
  font-weight:700;
}
.policy_detailview .location_container p{
  margin-bottom:6px;
}
.policy_detailview .coverage_container{
  margin-bottom:18px;
}
.policy_detailview .employee_container p{
  margin-bottom:6px;
}
.policy_detailview .employee_container table.contenttable{
  border-spacing:0px;
  margin-bottom:6px;
}
.policy_detailview .employee_container table.contenttable td{
  padding:0px;
  width:175px;
  line-height:25px;
}
/* Policy Details END */
/* Policy Doccuments START */
.info_container{
  margin-bottom:50px;
}
.info_container .header_elements {
    font-weight: bold;
    margin-bottom: 12px;
    padding: 0 1px;
}
.info_container .date{  
    float: left;
    margin-right: 5px;
    padding-left: 7px;
    width: 98px;
}
.info_container .navn{  
    float: left;
    margin-right: 5px;    
    width: 753px;
}
.info_container .download{  
    float: left;    
    width: 90px;
}
.info_container .download a{
   background: url(../images/pdf_icon.png) right center no-repeat;
    color: #424242;
    font-weight: 300;
    padding-right: 24px;
    text-decoration: none;
    text-transform: uppercase;
}
.info_container .info_elements {
    border: 1px solid #898989;
    line-height: 35px;
    margin-bottom: 5px;
    min-height: 35px;
}
.info_container .document_text{
  float:left;
  width:630px;
}
.info_container .backlink{
  float:right;
  width:330px;
  text-align:right;
}
.info_container .backlink a{
  color:#2079b1;
  font-weight:700;
  text-decoration:none;
  background:url(../images/backlink_bg.png) left center no-repeat;
  padding-left:8px;
}
/* Policy Doccuments END */

.INACT.SPC{display:none;}