﻿@import 'screen_fonts.css';
@import 'screen_menus.css';
@import 'screen_moy.css';

/*
@import 'screen_prs.css';
===============================================
Main Layout Styles
===============================================
*/

body
{
    background: #dce467 url('../images/bg_body.png') left top repeat-x;
}
.mainBody, .mainFront
{
    width: 920px;
    margin: 0 auto;
    background: #FFF;
    padding: 0px 20px 60px 20px;
}

.mainlast{
    padding: 0px 20px 30px 20px;
}

.mainFront
{
    padding: 0px 20px 20px 20px;
    position: relative;
}

.cleanBackground
{
	background: none !important;
}

input.text
{
    border: solid 1px #c2c2c2;
    padding: 1px 2px;
}
.floatBreak, .floatbreak, .FloatBreak 
{
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
/*
===============================================
/ Main Layout Styles                        end
===============================================
*/

/*
===============================================
Front Page
===============================================
*/
.mainContent{
	position: relative;
}

.frontMain
{
    width: 920px;
    height: 490px;
    position: relative;
	display: none;
}

.frontMain.frontMainJS{
	position: absolute;
	top: 0;
	left: 0;
}


.fbMain
{
    background: url(../images/bg_front_textbox.jpg) left top no-repeat;
    position: absolute;
    left: 30px; top: 58px;
    width: 345px;
    height: 191px;
    display: block;
    padding: 0 15px;
}
.fbMain span { display: block; padding: 2px 0px; }
.fbMain span.header { height: 50px; padding-top: 10px; }
.fbMain span.list
{
    background: url(../images/bg_front_dot_gray.png) left center no-repeat;
    padding-left: 10px;
    background-position: 0 10px;
}
.fbMain a.login 
{
    display: block;
    padding: 2px 10px 2px 0;
    height: 35px;
    text-align: right;
    background: url(../images/arrow_front_black.gif) right center no-repeat;
    margin-right: 10px;
}

.fbMain a:hover.login{
	color: #000;
}






/*
===============================================
/ Front Page                                end
===============================================
*/

/*
===============================================
Header Styles
===============================================
*/

.header{
    height: 76px;
}

.headerRight{
    float: right;
    height: 76px;
    width: 60%;
}

.headerLogin{
    float: right;
	position: relative;
	right: -9px;
	vertical-align: top;
}

.headerLogin a{    
    color: #2a4813;
    font-family: Trebuchet MS;
    font-size: 10px;
    padding: 3px 10px;
    margin-right: 10px;
    margin-top: 1px;
    background: url(../images/seas-login.gif) center 0px no-repeat;
	float: left;
	display: block;
}
.headerLogin a:hover{
	background-position: center -21px;
	text-decoration:none;
}

.headerLogin input{
	position: relative;
	margin-top: 5px;
	vertical-align: top;
}

.headerLogin input.submit{
    border: none;
    background: none;
    padding: 0px 5px 0 5px;
	height: 15px;
	line-height: 15px;
    cursor: pointer;
	position: relative;
	*top:1px;
}


/*
===============================================
/ Header Styles                             end
===============================================
*/

/*
===============================================
Footer Styles
===============================================
*/

.footer
{
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}
.footer em
{
    padding-right: 9px;
    padding-bottom: 1px;
}
.footer span
{
    background: url(../images/separator_footer.png) left center no-repeat;
    padding-left: 10px;
    padding-right: 9px;
    padding-bottom: 1px;
}

/*
===============================================
/ Footer Styles                             end
===============================================
*/






/* =========================
    needs to be sorted
========================== */







h1{
  width: 100%;
  margin: 0 0 7px 0;
  clear: both;
}


/* top-menu-box */

.print-ico{
  float: right;
  background: url(../images/ico_print.gif) 0 2px no-repeat;
  margin: 4px 0 0 0;
  padding: 2px 0 0 30px;
}

.print-ico:hover{
  text-decoration: underline;
}

/* end top-menu-box*/


/* content-box */

.content-box{
	float: right;
	width: 692px;
	margin: 17px 0 0 0;
	padding: 2px 0 0 0;
}

.min-text-box{
	float: left;
	width: 437px;
	margin: 7px 0 0 0;
	padding: 0;
	line-height: 17px;
}


.content-box .linck-box{
	padding: 20px 0px 18px 0;
	_padding: 20px 0px 17px 0;
}

.linck-box{
	float: left;
	width: 692px;
	margin: 0 0 20px 0;
}

.linck-box li{
	float: left;
	width: 218px;
	margin: 0px 12px 1px 0;
	/*  padding: 0 0 1px 12px; */
	display: inline;
}


.linck-box li.linck-box-clear-left{
	clear: left;
}

.content-box .linck-box li a{
	float: left;
	width: 168px;
	background: url(../images/marker-linck-box.gif) 35px center no-repeat;
	padding: 16px 0 16px 50px;
	text-decoration: none;
	font-weight: normal;
}

 .linck-box *{
	behavior:url("./scripts/ie6hover.htc");
}
/*
.linck-box li span { 
	behavior:url("./scripts/csshover.htc");
}
*/
.linck-box li:hover, .linck-box li.active, .linck-box li.hover{
	background: url(../images/linck-box-hover.png) 0 0 no-repeat;
}

.linck-box li span{
	float: left;
}

.linck-box li span a:hover{
	text-decoration: none;
}

.linck-box li span:hover, .linck-box li.active span, .linck-box li span.hover{
	background: url(../images/linck-box-hover-bottom.png) left bottom no-repeat;
}

.gray-text-box{
	float:left;
	width: 691px;
	background: url(../images/bg-gray-text-box.png) 0 0 repeat-y;
	margin: 0px 0 0 0;
	overflow: hidden;
	margin-bottom: 15px;
}

.gray-text-box-top{
	float: left;
	width: 691px;
	background: url(../images/bg-gray-text-box-top.png) 0 0 no-repeat;
	/*padding: 28px 0 0 0;*/
	padding: 3px 0 0 0;
	_padding: 5px 0 3px 0;
}

.gray-text-box-bottom{
	float: left;
	width: 420px;
	background: url(../images/gray-text-box-bottom.png) left bottom no-repeat;
	padding: 0 240px 28px 31px;
}

.gray-text-box-bottom .min-text-box, .gray-text-box-bottom p{
	width: 420px;

	float: left;

	margin: 0px 0 0 0;
	padding: 0;
	line-height: 18px;
}

.content-box .gray-text-box-bottom .min-text-box a, .content-box .gray-text-box-bottom p a, .content-box .gray-text-box-bottom a{
	background: url(../images/marker-last-more3.gif) no-repeat scroll right 4px;
	float: left;
	margin: 4px 0 0;
	padding: 0 14px 0 0;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	color: #2A4813;
	text-decoration: none;
}

.gray-text-box-bottom .min-text-box a:hover, .gray-text-box-bottom p a:hover, .gray-text-box-bottom a:hover{
	color: #000000;
}

h3{
  float: left;
  width: 100%;
  margin: 19px 0 0 0;
}

.gray-text-box h4{
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}

.gray-text-box ul{
  float: left;
  width: 100%;
}

.gray-text-box ul li{
  float: left;
  width: 100%;
  margin: 8px 0 1px 0;
}

.min-text-box h3{
  line-height: normal;
}

.min-text-box a{
  color: #333;
  text-decoration: underline;
}

.min-text-box a:hover{
  text-decoration: none;
}

a.last-more{
  float: left;
  background: url(../images/marker-last-more.gif) right 5px no-repeat;
  padding: 0 12px 0 0;
  text-decoration: none;
}
.content-box a.last-more{
	background: url(../images/marker-last-more.gif) no-repeat  right 5px;
}

.hor-line{

  width: 100%;
  background: #e9ee9e;
  height: 1px;
  margin: 20px 0 20px 0;
  overflow: hidden;
}

.box-images{
  float: left;
  width: 690px;
background: #dde568 url(../images/box-images.png) 0 0 repeat-x;
  padding: 10px 0 13px 0;
  overflow: hidden;
}

.box-images-line{
  float: left;
  width: 650px;
background: url(../images/box-images-line.png) 460px 0 repeat-y;
  padding: 10px 20px 9px 20px;
  overflow: hidden;
}

.box-images-three-colums{
  float: left;
  width: 690px;
  background: url(../images/line-box-images-three-colums.gif) 230px 0 repeat-y;
  padding: 7px 0 0px 0;
  overflow: hidden;
}

.box-images-three-colums .small-images-box{
  float: left;
  width: 190px;
  padding: 0 20px 0 20px;
  overflow: hidden;
}

.small-images-box p{
  padding: 0 0 0px 0;
  overflow: hidden;
}

.box-images img{
  overflow: hidden;
}

.box-images .left-box{
  float: left;
  width: 420px;
overflow: hidden;
}

.box-images .right-box{
  float: right;
  width: 190px;
overflow: hidden;
}

.box-images span{
  float: left;
  width: 100%;
  display: block;
  line-height: 20px;
}

.content-box .box-images span a{
  text-decoration: none;
  font-weight: normal;
  background: none;
  padding-right: 0;
}

.box-images span a:hover{
  text-decoration: underline;
}

.box-images img{
  float: left;
  margin: 6px 0 9px 0;
}

.box-images p{
  width: 100%;
  font-size: 11px;
  line-height: 14px;
}

.mac.safari .box-images p, .win.safari .box-images p, .win.google .box-images p { float: left; }


a.last-more2{
  float: left;
  background: url(../images/marker-last-more2.gif) right 2px no-repeat;
  margin: 4px 10px 0 0;
  padding: 0 10px 0 0;
  text-decoration: none;
}

a.last-more3{
  float: left;
  background: url(../images/marker-last-more3.gif) right 4px no-repeat;
  margin: 4px 0 0 0;
  padding: 0 14px 0 0;
  text-decoration: none;
}

a.last-more4{
  float: left;
  background: url(../images/marker-last-more4.gif) right 2px no-repeat;
  padding: 0 10px 0 0;
  text-decoration: none;

}

a.last-more5{
  float: left;
  background: url(../images/marker-last-more5.gif) right 4px no-repeat;
  padding: 0 14px 0 0;
  text-decoration: none;
}

.content-box a.last-more5{
  background: url(../images/marker-last-more5.gif) right 4px no-repeat;
}

a.last-more6{
  float: left;
  background: url(../images/marker-last-more6.gif) right 3px no-repeat;
  margin: 2px 0 0 0;
  padding: 0 14px 0 0;
  text-decoration: none;
}

a.last-more7{
  float: left;
  background: url(../images/marker-last-more7.gif) right 3px no-repeat;
  margin: 1px 0 0 0;
  padding: 0 11px 0 0;
  text-decoration: none;
}

a.last-more8{
float: left;
width: 174px;
  margin: 0px 0 1px 0;
  padding: 0 0 0 0;
  text-decoration: none;
}

a.last-more9{
float: left;
background: url(../images/marker-last-more9.gif) right 4px no-repeat;
  margin: 0px 0 1px 0;
  padding: 0 11px 0 0;
  text-decoration: none;
}

.content-box a.last-more10{
float: left;
background: url(../images/marker-last-more10.gif) right 3px no-repeat;
  margin: 3px 0 1px 0;
  padding: 0 7px 0 0;
  text-decoration: none;
}

.content-box a.last-more11{
  margin: 0px 0 1px 0;
  padding: 0 0 0 0;
  text-decoration: none;
}


a.last-more:hover, a.last-more2:hover, a.last-more3:hover, a.last-more4:hover, a.last-more5:hover, a.last-more6:hover, a.last-more7:hover,
a.last-more8:hover, a.last-more9:hover, a.last-more10:hover, .info-date a:hover, a.last-more11:hover, .contact-box a:hover
{
  text-decoration: underline;
}

a.last-more8 img{
  float: none;
    display: inline;
    margin: 0 0 0 0;
}

a.last-more11 img{
  float: none;
    display: inline;
    margin: 0 0 0 0;
}

.list-more li{
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
}

.list-more2 li{
  float: left;
  width: 100%;
  margin: 1px 0 0 0;
}


.two-colums-images-box{
  float: right;
  width: 690px;
}

.two-colums-images-box .speak-box, .two-colums-images-box .write-box{
  float: left;
  width: 330px;
  padding: 2px 0 2px 0;
  overflow: hidden;
}

.two-colums-images-box .write-box{
  float: right;
}

.two-colums-images-box p.title-box{
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 7px 0;
}

.two-colums-images-box p.title-box a{
  text-decoration: none;
}

.content-box .two-colums-images-box p.title-box a{
  font-weight: normal;
  background: none;
 }


.two-colums-images-box p.title-box a:hover{
  text-decoration: underline;
}

.two-colums-images-box img{
    float: left;
    margin: 0 0 5px 0;
}

.two-colums-images-box p{
  float: left;
  line-height: 18px;
  margin: 3px 0 0 0;
    width: 100%;
}



/* form-box */

.form-box{
  float: left;
  width: 293px;
  margin: 14px 0 0 0;
  padding: 0 18px 24px 17px;
  border: 1px solid #cbcbcb;
  overflow: hidden;
}

.receive-form{
  float: left;
  width: 293px;
  padding: 5px 0 0 0;
  overflow: hidden;
  
}

.receive-form .box-lebel{
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
}


.receive-form .box-lebel label{
  float: left;
  width: 72px;
  text-align: left;
  margin: 3px 0 0 0;
overflow: hidden;
}

.receive-form .box-lebel input{
    float: left;
    width: 203px;
    background: url(../images/bg-input.png) 0 0 repeat-x;
    height: 17px;
    padding: 2px 0 0 3px;
    border: none;
    border-left: 1px solid #9f9f9f;
    border-right: 1px solid #dcdcdc;
}

.receive-form .box-lebel span{
	display: block;
	clear: both;
/*
	left: 72px;
	position: relative;
*/
	font-size: 10px;
}

.forumValidationList {
	font-size: 10px;
}

.receive-form .box-lebel span.requiredField{
	color: #f00;
	display: inline;
	clear: none;
	
/*
	float: right;
	position: relative;
	left: 0;
	display: block;
	top: 0;
	
*/
	padding: 0 0 0px 1px;
}

.write-box #Table1 span {
	float: none;
	margin: 0;
}

.box-lebelDisplayErrorMsg{
	margin-left: 70px;
}

.box-lebelIE6Fix .receive-form .box-lebel span.requiredField{
	color: #f00;
	display: block;
	clear: none;
	float: right;
	position: static;
	padding: 0 0 0px 0px;
}


.button-right-corner .button{
	float: left;
    background: url(../images/bg-button.png) 0 0 no-repeat; ;
    height: 34px;
    padding: 0 16px 0 19px;
    border: none;
    cursor: pointer;
	overflow: hidden;
}

* html .button-right-corner .button{
    padding: 0 8px 0 10px;
}

* +html .button-right-corner .button{
    padding: 0 8px 0 10px;
}


.button-right-corner{
float: left;
    background: url(../images/button-right-corner.png) right 0 no-repeat;
    height: 34px;
    overflow: hidden;
    margin: 0;
    padding: 0 5px 0 0;
}

.mac.safari .button-right-corner { padding: 0 3px 0 0; }
.win.safari .button-right-corner { padding: 0 3px 0 0; }
.win.google .button-right-corner { padding: 0 5px 0 0; }


.button-right-big-corner .button-big{
	float: left;
    background: url(../images/bg-button-big.png) 0 0 no-repeat;
    height: 40px;
    line-height:40px;
    margin:0;
    padding: 0 13px 0 19px;
    *padding: 0 0px 0 0px;
    *margin: 0 0px 0 0px;
    border: none;
    cursor: pointer;
text-align: center;
}

.content-box .button-right-big-corner .button-big{
	font-weight: normal;
}

.button-right-big-corner a.button-big{    
	*padding: 0 13px 0 19px;
}

.button-right-big-corner a:hover.button-big{
	text-decoration: none;
}

/*
.write-box *{
	behavior:url("../scripts/ie6hover.htc")
}
*/
.button-right-big-corner:hover  .button-big, .button-right-big-corner.hover  .button-big {
    background: url(../images/bg-button-big-hover.png) 0 0 no-repeat;
}


/*

* html .button-right-big-corner .button-big{
	width:expression(document.documentElement.clientWidth < 223 ? "223px" : "223");
padding: 0;
}

* +html .button-right-big-corner .button-big{
    min-width: 223px;
}
*/
.button-right-big-corner{
float: left;
    background: url(../images/button-right-big-corner.png) right 0 no-repeat;
    height: 40px;
    overflow: hidden;
    padding: 0 5px 0 0;
}
.button-right-big-corner:hover, .button-right-big-corner.hover {
text-decoration: none;
    background: url(../images/button-right-big-corner-hover.png) right 0 no-repeat;
}

.receive-form .aling-button{
	clear: both;
    float: left;
    margin: 9px 0 0 0px;
}

.form-box p{
	float: right;
	width: 220px;
	font-size: 10px;
	margin: 10px 0 0 0;
	line-height: 14px;
}

.mainContent .box-lebelIE6Fix {
	position: relative !important;
	padding: 0 0 0 70px;
}
.mainContent .box-lebelIE6Fix .button-right-corner.aling-button{

}

 .form-box p a{
    color: #333;
    text-decoration: underline;
}

 .form-box p a:hover{
    text-decoration: none;
}

.year-box{
  float: left;
  width: 100%;

  margin: 0;
  padding: 19px 0 4px 0;
}

.year-box ul li{
    float: left;
    width: 100%;
    margin: 0px 0 0 0;
    font-weight: bold;
    color:#333333;
}

.big-images img{
    margin: 5px 0 0 0;
}

.big-images p{
  margin: 6px 0 0 0;
}


.aling-button-big{
  margin: 25px 0 0 52px;
  _margin: 25px 0 0 20px;
  padding: 0 5px 0 0; 
}

.header-main-page{
  float: left;
  width: 920px;
  margin: 10px 0 0 0;
}

.left-box-info{
  float: left;
  width: 600px;
  height: 262px;
  background: #f0f
  
}

.right-box-info{
  float: right;
  width: 310px;
  height: 262px;
}




.transparent-left-box{
/*
	position: relative;
*/
	width: 247px;
	background: url(../images/transparent-left-box.png) 0 0 repeat ;
	height: 173px;
	left: 30px;
	top: 34px;
	overflow: hidden;
	padding: 5px 17px 0 17px;
	margin: 30px 0 0 30px;
}

.transparent-right-box{
	width: 207px;
/*	position: relative;
	background: #f0f;
*/
	background: url(../images/transparent-right-box.png) 0 0 repeat;
	height: 110px;
	left: 30px;
	top: 137px;
	overflow: hidden;
	margin: 137px 0 0 30px;
	padding:  5px 24px 0 19px;
}

.transparent-left-box h3{
  margin: 11px 0 0 0;
  line-height: 20px;
}

.transparent-left-box p{
  float: left;
  width: 247px;
  margin: 7px 0 0 0;
  padding: 0;
  line-height: 18px;
}

.transparent-right-box h3{
  color: #FFF;
  margin: 11px 0 0 0;
  line-height: 20px;
}

.transparent-right-box p{
  float: left;
  
width: 220px;
/*  width: 247px;*/
  color: #FFF;
  margin: 7px 0 0 0;
  padding: 0;
  line-height: 18px;
}

.choice-box, .choice-box-border{
  float: left;
  width: 920px;
  background: #dde56a url(../images/bg-choice-box.png) 0 0 repeat-x;
  margin: 10px 0 0 0;
  padding: 10px 0 10px 0;
}

.choice-box-border{
  background: url(../images/choice-box-border.gif) 230px 0 repeat-y;
  margin: 0;
  padding: 0;
}

.choice{
  float: left;
  width: 190px;
  padding: 0 20px 0 20px;
  overflow: hidden;
}

.choice h3{
  margin: 7px 0 5px 0;
  color: #2a4813;

}

.choice h3 a{
  color: #2a4813;
}

.choice h3 a:hover{
  text-decoration: underline;
  color: #333333;
}

.choice img{
  float: left;
  margin: 0 0 8px 0
}

.choice p{
  float: left;
  width: 180px;
 font-size: 11px;
/* letter-spacing: -1px;*/
line-height: 14px;
  margin: 0px 0 0 0px;
  padding: 0px 0 13px 0px;
}

.choice2 p {
	float: left;
	font-size: 11px;
	/*letter-spacing: -1px; */
	margin: 0;
	padding: 0 0 0 0;
	width: 180px;
}

table.table-link{
  float: left;
  width: 330px;
  margin: 2px 0 0 0;
  overflow: hidden;
border: none;

font-size: 10px;
color: #163116
}

table.table-link tr td{
  padding: 8px 0 8px 0;
border: none;
}

.date-box{
  width: 75px;
  overflow: hidden;
}

.info-date{
  width: 255px;
  overflow: hidden;
}

.rss{
  background: url(../images/rss.png) 0 1px no-repeat;
  padding: 0 0 0 20px;
}

.contact-box{
  float: left;
  margin: 16px 0 0 0;
}

.contact-box li{
  margin: 2px 0 0 0;
}

.write-box h3{
  margin: 14px 0 0 0;
}

.write-box span{
float: left;
width: 100%;
  font-size: 12px;
  font-weight: bold;
  margin: 14px 0 0 0;
}

.type{
  float: left;
  width: 100%;
  margin: -1px 0 0 0;
}

.type li{
  float: left;
  width: 318px;
  background: url(../images/marker-list-type.gif) 0 9px no-repeat;
  margin: 6px 0 0 0;
  padding: 0 0 0 11px;
line-height: 18px;
}

.edit-privat-info{
  float: left;
  width: 100%;
}

.edit-privat-info-form{
  float: left;
  width: 393px;

  overflow: hidden;
padding: 5px 0 0 0;
}


.edit-privat-info-form .box-lebel{
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
}


.edit-privat-info-form .box-lebel label{
  float: left;
  width: 159px;
  text-align: left;
  margin: 3px 0 0 0;
overflow: hidden;
}

.box-form{
  float: left;
  width: 100%;
  margin: 24px 0 0 0;
}

.box-form2{
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
}

.box-form3{
  float: left;
  width: 100%;
  margin: 3px 0 0 0;
}


.edit-privat-info-form .box-lebel input{
    float: right;
    width: 228px;
    background: url(../images/bg-input.png) 0 0 repeat-x;
    height: 17px;
    padding: 2px 0 0 3px;
    border: none;
    border-left: 1px solid #9f9f9f;
    border-right: 1px solid #dcdcdc;
}

.radio{
  float: right;
  width: 234px;
  margin: 3px 0 7px 0;
}

.radio1{
  float: right;
  width: 234px;
  margin: 7px 0 7px 0;
}

.box-lebel .radio label, .box-lebel .radio1 label{
  float: none;
position: relative;
top: -3px;
left: 7px;
  width: auto;
  text-align: left;
  margin: 0 0 0 0;
overflow: hidden;
}

.mac.safari .box-lebel .radio label, .box-lebel .radio1 label {top: 0px;}
.win.safari .box-lebel .radio label, .box-lebel .radio1 label {top: 0px;}
.win.google .box-lebel .radio label, .box-lebel .radio1 label {top: -3px;}
.win.google .box-lebel .radio1 label {top: -4px;}
.win.opera .box-lebel .radio label, .box-lebel .radio1 label {top: -1px;}


.box-lebel .radio input, .box-lebel .radio1 input{
    float: none;
    width: auto;
    background: none;
    border: none;
    height: auto;
    margin: 0;
    padding: 0;
}

.edit-privat-info-form .aling-button{
  margin: 9px 0 0 0;
  padding-left: 159px;
}

.edit-privat-info-form .aling-button .button{
  padding-right: 7px;
}

.win.opera9 .box-lebel .radio input, .box-lebel .radio1 input,
.mac.safari .box-lebel .radio input, .box-lebel .radio1 input,
.win.safari .box-lebel .radio input, .box-lebel .radio1 input,
.win.google .box-lebel .radio input, .box-lebel .radio1 input
{margin-left: 0px;}

* html .box-lebel .radio input, * html .box-lebel .radio1 input { margin-left: -3px; }

* +html .box-lebel .radio input, * +html .box-lebel .radio1 input { margin-left: -4px; }

.edit-privat-info-form .aling-button { margin: 9px 0 0 0; margin-left: 158px; }

.mac.safari .edit-privat-info-form .aling-button,
.win.safari .edit-privat-info-form .aling-button { margin-left: 156px; }
.win.ie6 .edit-privat-info-form .aling-button { margin-left: 52px; }
.win.ie7 .edit-privat-info-form .aling-button{ margin-left: 78px; }

.edit-privat-info-form .aling-button .button { padding-right: 13px; }
* html .edit-privat-info-form .aling-button .button,
* +html .edit-privat-info-form .aling-button .button { padding-right: 7px; }



.login-box{
  float: left;
  width: 690px;
  background: url(../images/login-box.png) 0 0 repeat-y;
margin: 0 0 10px 0;
}

.login-box .top-border{
  float: left;
  width: 690px;
  background: url(../images/top-border.png) 0 0 no-repeat;
  padding: 10px 0 0 0;
}

.login-box .bottom-border{
  float: left;
  width: 688px;
  background: url(../images/bottom-border.png) left bottom no-repeat;
  padding: 0 1px 9px 1px;
}

.login-box .bg{
  float: left;
  width: 688px;
  background: url(../images/bg.png) left bottom repeat-x;
}

.login-box .bg-images{
  float: left;
  width: 644px;
  background: url(../images/bg-images.png) left bottom no-repeat;

  padding: 3px 24px 5px 20px;
}

.logit-title{
  float: left;
  width: 100%;
  font-size: 31px;
line-height: 40px;
  font-family: Trebuchet MS;
}
.login-box-form{
  float: left;
  width: 644px;

  overflow: hidden;
  padding: 0px 0 20px 0;
}

.login-box-form .box-lebel{
  float: left;
  width: 542px;
  margin: 10px 0 0 0;
}

.login-box-form .box-lebel label{
  float: left;
  width: 160px;
  text-align: left;
  margin: 1px 0 0 0;
overflow: hidden;
font-size: 18px;
}

.login-box-form .box-lebel .text-form{
    float: left;
    width: 318px;
    background: url(../images/bg-text-form.png) 0 0 repeat-x;
    height: 21px;
    padding: 2px 1px 1px 4px;
    border: none;
    border-left: 1px solid #9e9e9e;
    border-right: 1px solid #dbdbdb;
font-family: Trebuchet MS;
font-size: 18px;
color: #333;
}

.login-box-form .box-lebel .disable{
font-family: Verdana;
color: #b6b6b6;
}

.valid{
  float: left;
  width: 18px;
  height: 24px;
  padding: 0 0 0 9px;
}

.white-button{
    float: left;
 width: 96px;
    background: url(../images/white-button-right-corner.png) right 0 no-repeat;
    height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0 5px 0 0;
    overflow: hidden;
}
.white-button .button{
float: left;
width: 96px;
    background: url(../images/white-button.png) 0 0 no-repeat; ;
    height: 40px;
    padding: 0;
    border: none;
    cursor: pointer;
overflow: hidden;
}

.login-box-form .aling-button{
  position: relative;
}

.decor { float: left; width: auto; padding: 0 0 4px 0; border-bottom: 1px solid #e9ee9e; }
.block-scheme { float: left; width: 100%; text-align: center; }
.min-text-block {float: left; width: 423px; overflow: hidden; }
.min-text-block img.headerimage, .min-text-block div.headerimage { margin-bottom: 20px; }
























/*
#privat-page .left-box-info{
  background: url(../images/left-privat-page.png);
}
*/
/*
#privat-page .right-box-info{
  background: url(../images/right-privat-page.png);
}
*/
/*
#erhverv-page .left-box-info{
  background: url(../images/left-erhverv-page.png);
}
*/
/*
#erhverv-page .right-box-info{
  background: url(../images/right-erhverv-page.png);
}
*/
/*
#offentlige-page .left-box-info{
  background: url(../images/left-offentlige-page.png);
}
*/
/*
#offentlige-page .right-box-info{
  background: url(../images/right-offentlige-page.png);
}
*/
/*
#om-seas-nve-page .left-box-info{
  background: url(../images/left-om-seas-nve-page.png);
}
*/
/*
#om-seas-nve-page .right-box-info{
  background: url(../images/right-om-seas-nve-page.png);
}
*/





















/* PRS */









#loginSlider
{
    width: 920px;
    margin: 0 auto;
    background: #D5DF46;
    padding: 5px 20px;
    display: none;
    height: 60px;
    overflow: hidden; 
    
}
#loginSlider .toMenu
{
    float: right;
    display: block;
    padding: 8px 5px;
    color: #163217;
    font-weight: bold;
    font-size: 12px;
}
#loginSlider .loginMenu
{
    float: right;
    width: 60%;
}
#loginSlider .loginMenu ul li
{
    display: block;
    float: left;
    padding: 3px 5px;
}
#loginSlider .loginMenu ul li a
{
    display: block;
    width: 160px;
    padding: 5px;
    border: solid 1px #FFF;
    background: #D3DD3D;
    color: #163217;
    font-size: 10px;
}
#loginSlider .loginMenu ul li a:hover
{
    background: #C6D925;
}













.box-elpriser
{
    width: 650px;
    height: 140px;
    background: url(../images/bg_yellowbox_elpriser.png) left top no-repeat;
    padding: 10px 20px;
    border-bottom: solid 1px #e9ee9e;
    margin-bottom: 20px;
}
.box-elpriser *
{
    font-family: Trebuchet MS;
}
.box-elpriser h1
{
    display: block;
    font-size: 32px;
}
.box-elpriser label
{
    display: block;
    float: left;
    margin-top: 30px;
    font-size: 18px;
}
.box-elpriser input.text
{
    display: block;
    float: left;
    margin-top: 28px;
    margin-left: 30px;
    font-size: 18px;
    padding: 1px 5px;
    width: 3em;
}
.box-elpriser input.submit
{
    display: block;
    float: left;
    margin-top: 25px;
    margin-left: 20px;
    background: url(../images/btn_submit_elpriser.png) left top no-repeat;
    font-size: 13px;
    color: #2a4813;
    border: 0;
    height: 34px;
    width: 107px;
    padding-bottom: 4px;
}

.map-elpriser
{
    float: left;
    width: 49%;
}
.map-elpriser h2
{
    display: block;
    color: #2a4813;
    font-size: 20px;
    font-weight: normal;
    padding: 0 0 10px 0;
}
#map-image, #map-image1, #map-image2, #map-image3
{
    height: 366px;
    width: 300px;    
    display: none;
    background: url(../images/map-elpriser.png) left top no-repeat;
}
#map-image { background-image: url(../images/map-elpriser.png); display: block; }
#map-image1 { background-image: url(../images/map-elpriser1.png); }
#map-image2 { background-image: url(../images/map-elpriser.png); }
#map-image3 { background-image: url(../images/map-elpriser.png); }

.map-elpriser ul
{
    list-style: none;
    padding: 20px 0 0 0;
}
.map-elpriser ul li
{
    padding: 3px 0;
}
.map-elpriser ul li a
{
    display: block;
    background: url(../images/btn_elpriser_over.png) left top no-repeat;
    padding: 5px 20px;
    vertical-align: middle;
    width: 218px;
    text-align: center;
    height: 51px;    
    color: #2a4813;
    font-family: Trebuchet MS;
    font-size: 20px;
}
.map-elpriser ul li a:hover
{
    background: url(../images/btn_elpriser.png) left top no-repeat;
	text-decoration: none;
}
.map-elpriser ul li a span
{
/*
    display: table-cell;
    vertical-align: middle;
    height: 51px;

*/
	cursor: pointer;
	padding-top: 15px;
	display: block;
    height: 36px;
    width: 218px;
    text-align: center;
	font-weight: normal;
}
.map-elpriser ul li a#m1 span{
/*
line-height: 51px !important;
*/
}
.map-elpriser ul li a#m2 span{

}

table.formtable, table.formtable td, table.formtable table{
	border: none;
}

table.formtable td{
	padding: 5px 0 3px 0;
	vertical-align: middle;
}

table.formtable td input{
    background: url(../images/bg-input.png) 0 0 repeat-x;
    height: 17px;
    padding: 2px 0 0 0px;
    border: none;
    border-left: 1px solid #9f9f9f;
    border-right: 1px solid #dcdcdc;
	vertical-align: middle;
}

table.formtable .formTable_radio td{
	padding: 2px 0 2px 0;
	vertical-align: middle;
}

table.formtable .formTable_radio td input, table.formtable .formTable_check td input{
    padding: 0px 0 0 0px;
	height: auto;
	margin-top: 0;
	background: none;
	border: none;
}

.formtable .button-right-corner{
	background: none;
}

.formtable .button-right-corner input.formTable_btnSubmit{
	width: 71px;
	height: 33px;
	padding: 0;
}

.mf div.caption{
	color: #fff;
}

#iframe{
	padding: 5px 0 5px 0;
	margin: 5px 0 5px 0;
}



/* Ajax  */
#divAjaxZipCode{
	float: left;
	width: 320px;
	padding: 20px 0px 40px 20px;
	background: #CFDA34;
}

#divAjaxZipCode input{
	border: 1px solid #999;
	background: #fff;
}

#divAjaxZipCode #ctl03_ctl02_divAjaxZiptext{
	width: 320px;
	color: #FF9191;
	padding: 38px 0px 20px 18px;
	color: #fff;
	height: 140px;
}

#divAjaxZipCode #ctl03_ctl02_divAjaxZiptext h2
{
	margin:0 0 20px 0;
}

#divAjaxZipCode #ctl04_Button1{
	float: left;
	margin: 13px 0 0 207px;
}

#divAjaxZipCode  #gadeHide{
	float: left;
	padding: 0 0 0 10px;
}

#divAjaxZipCode  #gadeHide{
	float: left;
	width: 198px;
}
#errorMessage
{ width:328px;
  float :left;
  border :1px solid #C7C7C7;
  padding :10px 0 5px 10px;
  *padding :10px 10px 5px 10px;
	/*background-color:#FF9191;
		color:#fff;
	*/
}
#errorMessage h2 , #errorMessage p
{
	/*color:#fff;*/
}

#ctl03_ctl02_divAjaxZiptext
{
	border:1px solid #C7C7C7;
	float: left;
	padding: 20px 0px 40px 20px;
	width: 318px;
}
#divAjaxUpdate
{
	border:1px solid #C7C7C7;
	float: left;
	padding: 20px 10px 40px 20px;
	width: 460px;
}
#leftContentFiber{
	float:left;
	width:340px;
}
#rightContentFiber{
	float:right;
	width:150px;
	padding: 0 0 0 5px;

}

#ctl04_imgInfo1, #ctl04_imgInfo2{
	vertical-align: middle;
}


#infoDetailsPopup1, #infoDetailsPopup2{
	display: none;
	position: relative;
}

#ctl04_imgInfo1, #ctl04_imgInfo2{
	padding: 3px 0 0 0;
}

#ctl04_imgInfo1 img, #ctl04_imgInfo2 img{
	position: relative;
	left: 10px;
}

#SimpleView{
	clear: both;
}

#SimpleView table{
	float: left;
}


/* SEARCH PAGE */
.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.searchResults{
	line-height: 1.3em;
}

#simpleSearch{
	padding: 0 80px 0 0;
/*
	clear: both;
	float: left;
*/	
}	

.searchResults a{
    color: #a8b031;
}

.searchResults li{
	border-bottom: 1px solid #E9EE9E;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

.pageNumbering{
	text-align: center;
}

.pageNumbering a{
    color: #a8b031;
}
	
.pageNumbering a:hover{
    color: #a8b031;
	text-decoration: underline;
}

#quickSearchBtn{
	background: none;
	border: none;
	color: #2A4813;
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	cursor: pointer;
	padding:0 5px;
	height: 17px;
	vertical-align: top;
}

#searchControls{
	padding: 0 0 0px 0;
	margin: 0;
/*
	position: relative;
	top: 0px;
	left: 0px;
	clear: both;
*/	
	height: 20px;
	widtgh: 692px;
}


#lnkSearchType{
	float: left;
	color: #A8B031;
	position: absolute;
	left: 220px;
	top: 3px;
	margin: 0;
}

a:hover#lnkSearchType{
	text-decoration: underline;
}
.searchResults h3 a{
	color: #333333;
}

.searchResults h3 a:hover{
	text-decoration: none;
	background: none;
}

.searchStatus{
	margin-top: 20px;
	display: block;
	clear: both;
}

#advancedSearch td{
	padding: 2px 0;
}

#advancedSearch input, #advancedSearch select{
	border: 1px solid #C2C2C2;
	padding: 1px 2px;
	font-family: Verdana;
	font-size: 11px;
	width: 132px;
}

#advancedSearch select{
	width: 138px;
}

#advancedSearch #btnG{
	cursor: pointer;
}

/* Ajax  */
#divAjaxZipCode{
	float: left;
	width: 320px;
	padding: 20px 0px 40px 20px;
	background: #CFDA34;
}

#divAjaxZipCode input{
	border: 1px solid #999;
	background: #fff;
}

#divAjaxZipCode #ctl00_ctl00_divAjaxZiptext{
	width: 320px;
	color: #FF9191;
	padding: 38px 0px 20px 18px;
	color: #fff;
	height: 140px;
}

#divAjaxZipCode #ctl00_ctl00_divAjaxZiptext h2
{
	margin:0 0 20px 0;
}

#divAjaxZipCode #ctl04_Button1{
	float: left;
	margin: 13px 0 0 207px;
}

#divAjaxZipCode  #gadeHide{
	float: left;
	padding: 0 0 0 10px;
}

#divAjaxZipCode  #gadeHide{
	float: left;
	width: 198px;
}
#errorMessage
{ width:328px;
  float :left;
  border :1px solid #C7C7C7;
  padding :10px 0 5px 10px;
	_margin-top: -19px;
	/*
  *padding :10px 10px 5px 10px;
	*width:340px;
	
	background-color:#FF9191;
		color:#fff;
	*/
}
#errorMessage h2 , #errorMessage p
{
	/*color:#fff;*/
}

#ctl00_ctl00_divAjaxZiptext
{
	border:1px solid #C7C7C7;
	float: left;
	padding: 20px 0px 40px 20px;
	width: 318px;
}
#divAjaxUpdate
{
	border:1px solid #C7C7C7;
	float: left;
	padding: 20px 10px 40px 20px;
	width: 460px;
}
#leftContentFiber{
	float:left;
	width:340px;
}
#rightContentFiber{
	float:right;
	width:150px;
	padding: 0 0 0 5px;

}

.divAjaxZiptextHeight{
	min-height: 125px; 
	height: auto !important;
    height: 125px;
}

#ctl00_imgInfo1, #ctl00_imgInfo2{
	vertical-align: middle;
}


#infoDetailsPopup1, #infoDetailsPopup2{
	display: none;
	position: relative;
}

#ctl00_imgInfo1, #ctl00_imgInfo2{
	padding: 3px 0 0 0;
}

#ctl00_imgInfo1 img, #ctl00_imgInfo2 img{
	position: relative;
	left: 10px;
}


#infoDetailsPopup1.overMe, #infoDetailsPopup2.overMe{
	display: block !important;
}

#infoDetailsPopup1 span, #infoDetailsPopup2 span {
/*	display: inline !important;*/
	position: absolute;
	top: -15px;
	left: 50px;
	width: 200px;
	background: #e9e9e9;
	border: 1px solid #f29400;
	padding: 10px;
}

.lbPhoneValidator{
	position: absolute;
	left: 270px;
	top: -17px;
	
}

#cityF{
/*	margin: -21px 0 0 100px;
	*margin: -24px 0 0 100px;*/
	position: relative;
	top:1px;
}

#cityF span{
	position:absolute;
}

table.formtable td select {
/*
    background: url(../images/bg-input.png) 0 0 repeat-x;

    border: none;
*/	
	border: 1px solid #dddddd;	
    border-left: 1px solid #9f9f9f;
    border-top: 1px solid #9f9f9f;
	background: #f7f7f7;
    height: 20px;
	width: 206px;
    padding: 0px 0 0 0px;
	vertical-align: middle;
}


table.formtable td textarea{
	border: 1px solid #dddddd;	
    border-left: 1px solid #9f9f9f;
    border-top: 1px solid #9f9f9f;
	background: #f7f7f7;
}

table.formtable td input, table.formtable td select, table.formtable td textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.content-box table{
	clear: both;
}
/*
p{
	margin: 0 0 1em 0;
}
*/
.content-box{
	line-height: 1.5em;
}

.content-box .small-images-box{
	line-height: 0.9em;
}

.content-box h1, .content-box h3, .content-box h4, .content-box h5, .content-box h6{
	margin: 0 0 0.2em 0;
	line-height: 1.3em;
}
.content-box h1{
/*	margin: 15px 0 0.2em 0;*/
	margin: 0px 0 0.2em 0;
	line-height: 1.3em;	
}

 .content-box h3, .content-box h4, .content-box h5, .content-box h6{
	font-weight: normal;
}

.content-box-bodyTxt{
	float: left;
/*	margin-top: 20px;*/
}

.content-box h2
{
	line-height: 1.3em;
	font-weight: normal;
	margin: 0 0 0.2em 0;
}

.content-box ul, .content-box ol{
	list-style: disc;
	margin: 0 0 0.5em 2em;
}

.content-box .speak-box ul, .content-box  .write-box ul, .content-box .box-images ul, .content-box .map-elpriser ul, .content-box ul.linck-box  {
	list-style: none;
	margin: 0 0 0 0;
}

.content-box .two-colums-images-box h1{
	margin-bottom: 7px;
	margin-top: 0;
}

.content-box .hor-line{
	float: left;
}

/*
.content-box .speak-box ul a{
	list-style: none;
	margin: 0;
}
*/
a {
	color: #878f21;
}
a:hover{
	text-decoration: underline;
}

#table1{
	border: 1px solid #cccccc;

}

#table1 td{
	border: none !important;
}

table.Price {
	border:1px solid #CCCCCC;
}

.PriceDarkBackground {
	background-color:#F2F2F2;
}

.PriceDarkBackground {
	background-color:#F2F2F2;
}

.PriceLightBackground {
	background-color:#F9F9F9;
}

.PriceDeviderTop {
	border-top:1px solid #CCCCCC;
}


#calendar{
	margin:20px 20px 20px 5px;
	border: 0px;
	line-height:1;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}


#calendar td {
	width: 25px;
	text-align: center;
	font-weight:normal;
	color: #666666;
	padding-top:5px;
	text-decoration:none;
	line-height:1;
}

.left-menu-box #calendar a{
	font-size: 11px;
	font-weight: bold;
	color: #878F21;
}

#calendar th {
	background:#DCE14C none repeat scroll 0%;
	border:medium none;
	color:#666666;
	padding:4px 0px;
	text-align:center;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	line-height:normal;
}

.eventDate td{
	color:#999999;
	font-weight: bold;
}

.category td {
	color:#999999;
}

.event{
	margin: 20px 0 30px 0;
}

.event h3{
	margin: 0 0 6px 0;
	float: none;
}

.eventDate p strong{
	font-size: 11px;
	color: #777;
}

#SearchTextBox{
	font-size: 10px;
	line-height: 10px;
	height: 12px;
	*height: 10px;
	font-family: Trebuchet MS;
	padding: 0px 2px;
	*padding: 1px 2px;
}

.mainLogo a{
	margin-left: 10px;
}

.content-box .content-box-bodyTxt .gray-text-box h3{
	margin-top: 23px;
	*margin-top: 22px;
}

.content-box .gray-text-box-bottom .min-text-box a.last-more3{
	text-decoration: none;
	color: #2a4813;
}
.content-box .gray-text-box-bottom .min-text-box a:hover.last-more3{
	color: #000;
}

.info-box{
	clear: both;
}

.info-box h3{
	float: none;
}

.info-box .min-text-box{
	float: none;
	width: 420px;
	margin-top: 2px;

}
.content-box p a {
	color: #2A4813;
/*	
	text-decoration: underline;
*/	
}

.choice2 p a, .choice p a {
	color: #333333;
}

.choice2 p a:hover, .choice p a:hover ,.choice2 p a:hover p, .choice p a:hover p {
	color: #000000;
}
.choice p a.linkWithArrow{
	color:#2A4813;
	font-weight: bold;
	padding-right: 11px;
	background: url(../images/marker-last-more.gif) no-repeat right center;
}
.choice p a.LinkWithArrow{
	color:#2A4813;
	font-weight: bold;
	padding-right: 11px;
	background: url(../images/marker-last-more.gif) no-repeat right center;
}
.choice2 h3{
	margin:16px 0 3px -1px;
}

.choice p a.last-more8{
	width:190px;
	font-size: 11px;
}

a.choice2LinksColor{
	color: #333;
	cursor: pointer;
}

a:hover.choice2LinksColor{
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.content-box .choice2 p a, .content-box .choice2 p a:hover{
	text-decoration: none;
}

/*
.content-box a{
	color:#2A4813;
	font-weight: bold;
	padding-right: 11px;
	background: url(../images/marker-last-more.gif) no-repeat right center;
}
*/

.content-box a.linkWithArrow{
	color:#2A4813;
	font-weight: bold;
	padding-right: 11px;
	background: url(../images/marker-last-more.gif) no-repeat right center;
}

.content-box a.LinkWithArrow{
	color:#2A4813;
	font-weight: bold;
	padding-right: 11px;
	background: url(../images/marker-last-more.gif) no-repeat right center;
}

/*
.content-box table a{
	background: none;
	color: #2A4813;
	font-weight: bold;
	padding-right: 0px;
}
*/

hr.greenLine{
	background: #E9EE9E;
	border: medium none;
	clear: both;
	color: #E9EE9E;
	float: left;
	height: 1px;
	margin: 20px 0 10px 0;
	width: 100%;
}

.searchPage{
	float: right;
	margin: 17px 0 0 0;
	padding: 2px 0 0 0;
	width: 692px;
	position: relative;
}



#divAjaxZipCode ul{
	margin: 0 !important;
}


.mainContent .write-box .content-box{
	float: left; 
	width: 330px;
}

.mainContent .write-box .content-box .content-boxContentForm1{
	width: 293px !important;
	padding: 1px 18px 24px 17px !important;
	margin: 5px 0 0 0 !important;
}

.mainContent .write-box .content-box .content-boxContentForm1 h3{
	text-align: left;
	margin: 19px 0 9px 0;
}

.mainContent .write-box .content-box #Table1{
	width: 293px !important;
}

.mainContent .write-box .content-box #Table1 td{
	padding: 0 0 5px 0;
}

.mainContent .write-box .content-box #Table1 td.Table1Title{
	width: 72px !important;
}

.mainContent .write-box .content-box #Table1 td.Table1Title span{
	font-weight: normal;
	margin-top: 0;
}

.mainContent .write-box .content-box #Table1 td.Table1Input input{
	background: url(../images/bg-input.png) repeat-x scroll 0 0;
	border: 0 none;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	height: 17px;
	padding: 2px 0 0 0;
	margin: 0 5px 0 0;
	width: 203px !important;
}

.mainContent .write-box .content-box #Table1 td.Form1Fields {
	padding: 0 20px 0 0;
}
.mainContent .write-box .content-box #Table1 td.Form1Fields span{
	margin: 0;
	float: none;
	font-weight: normal;
	width: auto;
}


#ctl06_Produkt
{
	width: 100%;
	}


.greenbox
{
	height: 390px;
	background:transparent url(../images/bg-right-info-box-bg.png) repeat scroll 0 0;
	}
.greenbox p
{
	padding-top: 12px;
	padding-left: 10px;
}
.greenbox table
{
	height: 100%;
	}

#greenBoxRadio
{
	padding-top: 20px;
	}
#greenBoxRadio input
{
	border: 0 none;
	background: none;
	float: left;
}
#greenBoxRadio label

{	width: 357px;
	display: block;
}



#kampaignJaTak input, #roskildeJaTak input, .roskildeCheckboxes table td input
{
	border: 0 none;
	background: none;
	margin:0 4px 0 0;
}

#roskildeJaTak label
{
	vertical-align: middle;
	}
#roskildeJaTak input
{
	margin-top: 1px;
	margin-left: 0px;
	float: left;
}
.roskildeCheckboxes table td input
{
	margin-top: 2px;
	margin-left: 0px;
	float: left;
	}
.roskildeCheckboxes table td label, #roskildeJaTak label
{
	display:block;
	margin-left:20px;
}


	
#kampaignFormAccepter input
{
	border: 0 none;
	background: none;
	margin:0 4px 0 0;
}	
.greenbox table.formtable td 
	{
		vertical-align: top;
		}
		
#greenBoxPic img 
{
	padding-bottom: 14px;
	
	}
	
#greenBoxPic
{
	padding-right: 4px;
	}
	
	
#greenBoxPic p
{
	color: #878F21;
	padding: 0px;
	}
	
	
choise a.link{

}



/* OVM - 2009.09.08 */

.searchMeter{
	background: url(../images/searchmerter_top.gif) no-repeat 0 0;
	padding: 10px 0 0 0;
	width: 420px;
	margin: 0 0 20px 0;
	float:left;
}

.searchMeterBody{
	background: url(../images/searchmerter_bottom.gif) no-repeat left bottom;
	padding: 0px 20px 10px 20px;
}

.expanded .searchMeterBody{
	background: url(../images/searchmerter_bottom_expanded.gif) no-repeat left bottom;
}

.searchMeterBody h1{
	background: none;
	margin: 0 0 20px 0;
}

.searchMeterBody h1 span{
	float: none;
	padding: 0 0 0 0px;
	margin: 0px 0 0px;
	font-size: 20px;
}

.searchMeterBody{
	font-size: 16px;
}

.searchMeterBody label{
	float: left;
	clear: both;
	width: 110px;
	margin: 0 0 10px 0;
}

.searchMeterBody label span{
	float: left;
	padding: 0 0 0 0px;
	margin: 0px 0 0px;
	font-size: 16px;
}

.searchMeterBody input{
	float: left;
	width: 264px;
	margin: 0 0 10px 0;
	background: url(../images/bg-text-form.png) repeat-x 0 0;
	border: 0 none;
    border-left: 1px solid #9e9e9e;
}

.searchMeterBody span{
	float: left;
	padding: 0 0 0 110px;
	margin: -5px 0 5px;
	font-size: 11px;
}

.searchMeterBody h2 span{
	float: none;
	padding: 0 0 0 0px;
	margin: 0px 0 0px;
	font-size: inherit;
}

.searchMeterBody span.searchMeterValidationInline{
	padding: 0 0 0 10px;
	margin: 0px 0 20px;
}

.searchMeterBody input.small{
	width: 60px;
}

.searchMeterBody .searchMeterSubmit{
	float: right;
	background: url(../images/white-button-right-corner.png) no-repeat right 0;
	height: 40px;
	overflow: hidden;
	padding: 0 5px 0 0;
	margin: -15px 0 0 0;
}

.searchMeterBody .searchMeterSubmit input{
	width: auto;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0 13px 0 19px;
	border: 0 none;
	cursor: pointer;
	background: url(../images/white-button.png) no-repeat 0 0;
}

.searchMeterBody .searchMeterSubmit:hover, .searchMeterBody .searchMeterSubmit.hover{
	background: url(../images/button-right-big-corner_green_bk.gif) no-repeat right 0;
}

.searchMeterBody .searchMeterSubmit:hover input, .searchMeterBody .searchMeterSubmit.hover input{
	background: url(../images/bg-button-big_green_bk.gif) no-repeat 0 0;
}


.expanded .searchMeterBody h2{
	height: 60px;
	padding: 40px 0 0px 0;
	clear: both;
	text-align: center;
	font-size: 16px;
}

.content-box .expanded .searchMeterBody h2 strong, .content-box .expanded .searchMeterBody h2 strong span{
	font-size: 20px;
	font-style: normal;
}




/* OVM 2009.09.18 */

.PriceDarkBackground{
	background-color: #e9ee9e;
}

.PriceDeviderTop {
	border-top: 1px solid #CCCCCC;
}

.PriceLightBackground {
	background-color: #fff;
}

table.Price{
	border: 1px solid #fff;
}

.Price td{
	border: 1px solid #fff;
	border-right: 1px solid #f5f8d5;
	border-top: 1px solid #f5f8d5 !important;
	border-bottom: 1px solid #f5f8d5 !important;

	border-spacing: 1px;
}

.tableGreenZebraStyle{
	border: 1px solid #fff;
	border-collapse: collapse;
}

.tableGreenZebraStyleWithTableHeader{
	border: 1px solid #fff;
	border-collapse: collapse;
}

.tableGreenZebraStyle td, .tableGreenZebraStyleWithTableHeader td{
	border: 1px solid #fff;
	border-right: 1px solid #e9ee9e;
	border-top: 1px solid #e9ee9e !important;
	border-bottom: 1px solid #e9ee9e !important;
}
/*
.darkerTableRow{
	background-color: #e9ee9e;

}

.tableGreenZebraStyle tr.darkerTableRow td{
	background-color: #e9ee9e;
}
*/

.darkerTableRow{
	background-color: #e9ee9e;
}

.darkerTableHeaderRow{
	background-color: #f5f8d5;
}

.content-box ul.styledList{
	color: #09260a;
	font-weight: bold;
	margin: 0 0 2em 0;
}


.content-box ul.styledList li{
	list-style: none;
	padding: 7px 0 7px 24px;
	background: url(../images/styled_links_arrow.gif) no-repeat 12px 12px;
}


.tableGreenZebraStyle td.greenTableCell{
	background: #f5f8d5 !important;
	border-right: 1px solid #fff;
}


.greenDarkerTableCell{
	background: #e9ee9e !important;
	border-right: 1px solid #fff !important;
}



.styledListArrows li{
	list-style: none !important;
	padding: 7px 0 7px 12px !important;
	background: url(../images/styled_links_arrow.gif) no-repeat 0px 12px !important;
}

.content-box .styledListArrows{
	margin-left: 0px;
}

.styledListLogoGraphic li{
	list-style: none !important;
	padding: 7px 0 7px 24px !important;
	background: url(../images/styled_links_logo.gif) no-repeat 0px 8px !important;
	background none !important;
	font-size: 12px !important;
	line-height: 1.5em !important;
}

ul.styledListLogoGraphic{
	background: none !important;
	font-size: inherit !important;
	line-height:inherit !important;
	margin: 0 0 0.5em 0;
}

.styledListLogoGraphic{
	background: url(../images/styled_links_logo.gif) no-repeat 11px 14px;
	padding: 7px 0 7px 0px !important;
	font-size: 20px !important;
	display: block !important;
	line-height: 30px !important;
}

/* Brochure specific - Added by AppStract September 30th 2009 */
#brochures {width:692px; height:600px; overflow:hidden; position:relative;}
	#brochures .brochure {width:239px; height:270px; overflow:hidden; position:absolute;}
	#brochures .brochure .header {width:153px; height:25px; overflow:hidden; color:#2a4813; text-align:center; position:absolute; bottom:4px; right:24px;}
	#brochures .brochure .header a {width:153px; height:19px; overflow:hidden; padding:3px 0; display:block; color:#2a4813;}
	#brochures .brochure .header a:hover {background:#d5df46; text-decoration:none;}
	#brochures .brochure img {position:absolute; top:0; left:0;}

	#brochures #energy {top:25px; left:4px;}
	#brochures #markets {top:25px; left:229px;}
	#brochures #fibernet {top:25px; left:453px;}
	#brochures #cable {top:330px; left:4px;}
	#brochures #electric-security {top:330px; left:229px;}
	#brochures #about {top:330px; left:453px;}
		
		
/* Brochure list specific - Added by AppStract September 30th 2009 */
#brochure-list {padding-top:50px; position:relative;}
	#brochure-list .brochure {width:692; height:211px; overflow:hidden; padding-bottom:40px; position:relative;}
	#brochure-list .brochure .image {width:153px; height:211px; overflow:hidden; margin-right:18px; float:left;}
	#brochure-list .brochure .text {width:420px; float:left;}
	#brochure-list .brochure .text h2 {padding-bottom:6px; color:#2a4813; font-size:20px; font-family:"Trebuchet MS", sans-serif;}
	#brochure-list .brochure .links {width:420px; height:20px; overflow:hidden; position:absolute; left:171px; bottom:55px; clear:right;}
	#brochure-list .brochure .link {width:140px; height:16px; overflow:hidden; float:left;}
	#brochure-list .brochure .link a {/*padding-right:12px; background:url(CssImages/Arrow.gif) no-repeat; background-position:right 4px; font-weight:bold; color:#09260a;*/}
	#brochure-list .clear {clear:left;}
		
	#brochure-list .wide {width:480px !important;}
	#brochure-list .heading {font-weight:bold; display:block;}
	#brochure-list .topic {width:410px; float:left;}
	#brochure-list .page {width:70px; float:left; text-align:right; margin-right:-3px; }

.styledListLogoGraphic ul li{
	list-style: none !important;
	padding: 7px 0 7px 24px !important;
	font-weight: bold;
	background: url(../images/styled_links_arrow.gif) no-repeat 12px 12px !important;
}


/*
===============================================
topitem new design
===============================================
*/
.wrapper-content #content {
	float:left;
	padding:0;
	width:720px;
}

.wrapper-content .top-menu-box {
	margin:0px 0 15px;
}

#content {
	/*float:left;
	padding:0 20px 0 0;
	width:460px;*/
	float:left;
	overflow:hidden;
	width:423px;
}

#sidebar {
	float:right;
	width:220px;
}

#sidebar .box {
	display:block;
	margin:0 0 21px;
}

.box.link {
	background:url("../images/box_link.png") repeat-y scroll 0 0 #8E8F91;
	color:#FFFFFF !important;
	display:block;
	font-size:13px;
	padding:0 0 13px 10px;
	text-decoration:none;
}
.box.TextTeaser
{
  display:block;
	font-size:13px;
	padding:0 0 13px 10px;
	text-decoration:none;
}

.box.link big,
.TextTeaser big
{
	display:block;
	font-size:24px;
	padding:8px 0;
}

#sidebar .box.news {
	background:url("../images/box_news.png") repeat-y scroll 0 0 #EEEEEF;
	padding:10px 0 17px 9px;
	/*height:178px;*/
}


#sidebar .box.news h4 {
	color:#3D4922;
	font-size:14px;
	font-weight:normal;
	padding:0 0 0 1px;
}

#sidebar .box.news dl dt {
	/*font-weight:bold;*/
	padding:19px 0 0;
}

#sidebar .box.news dl dt small {
	display:block;
	font-size:10px;
	/*margin:-1px 0 2px;*/
	margin:2px 0 2px;
}

#sidebar .box.news dl dd {
	display:block;
	line-height:17px;
	padding:0 10px 0 0;
}

#content .box-home {
	position:relative;
	width:700px;
}

#content .box-home .nav {
	float:left;
	width:120px;
        height:300px;

}

#content .box-home .nav li {
	height:75px;
	width:120px;
}

#content .box-home .nav li a {
	background:url("../images/bg_box_main_nav.png") no-repeat scroll 0 0 #9A9B9D;
	color:#FFFFFF;
	display:block;
	font-size:14px;
	height:63px;
	outline:medium none;
	padding:12px 0 0 9px;
	width:111px;
}

#content .box-home .nav li a:hover {
	text-decoration:none;
}

#content .box-home .box-home-content {
	background-color:#8B8989;
	height:300px;
	position:absolute;
	right:0;
	top:0;
	width:580px;
}

#content .box-home .box-home-content h3 {
	color:#FFFFFF;
	font-size:24px;
	font-weight:normal;
	padding:10px 0 1px 10px;
	margin:0px;
}

#content .box-home .box-home-content p {
	color:#FFFFFF;
	font-size:14px;
	padding:0 0 0 9px;
}

.container {
	margin:0 auto;
	width:960px;
	background:none repeat scroll 0 0 #FFFFFF;
}

.container .header {
	padding:0 20px 0px;
}

.wrapper-content {
	background:none repeat scroll 0 0 #FFFFFF;
	padding:0 10px;
	position:relative;
	z-index:1;
}

#sidebar .box.news a {
	color:#666666;
	text-decoration:none;
}

#sidebar .box.news dl dt a:hover {
	color: #333; 
}


.box.link:hover { 
	background: #D0DD26 url(../images/box_link_hover.png) repeat-y 0 0; 
}

.wrapper-content #sidebar .box.news {
	margin:0;
	height:162px;
}

.box-bottom {
	/*clear:both;*/
        width: 960px;
        float: left;
	padding:19px 0 21px;
}

.box-bottom li {
	float:left;
	margin-right:20px;
	width:220px;
}

.box.link.invert {
	background:url("../images/box_link_hover.png") repeat-y scroll 0 0 #D0DD26;
}

.box-bottom li.box4 {
	margin-right:0;
}

.box-bottom .box.link {
	padding:0 0 9px 10px;
}

.box-bottom .box.link big {
	padding:8px 0 15px;
}

.box.link .price {
	display:block;
	font-size:13px;
	margin:-15px 0 -3px;
}

.box.link .price strong {
	font-size:42px;
}

.box.link.invert:hover {
	background: #8E8F91 url(../images/box_link.png) repeat-y 0 0; 
}

.box.link.nyelmaler { background: #d3dd3d url(../images/bg_box-bottom_2.jpg) no-repeat 0 0; }
.box.link.nyelmaler:hover { background: #c8c8c8 url(../images/bg_box-bottom_2.jpg) no-repeat -220px 0; }
.box.link.bedreenergi { background: #d3dd3d url(../images/bg_box-bottom_3.jpg) no-repeat 0 0; }
.box.link.bedreenergi:hover { background: #c8c8c8 url(../images/bg_box-bottom_3.jpg) no-repeat -220px 0; }
.box.link.fibernet { background: #d3dd3d url(../images/bg_box-bottom_4.jpg) no-repeat 0 0; }
.box.link.fibernet:hover { background: #c8c8c8 url(../images/bg_box-bottom_4.jpg) no-repeat -220px 0; }

#content .box-home .box-home-content img {
	bottom:23px;
	display:block;
	position:absolute;
	right:10px;
}

/*#content .box-home #fast.box-home-content {
	background-image:url("../images/bg_box-home_fast.jpg");
}

#content .box-home #global.box-home-content {
	background-image:url("../images/bg_box-home_global.jpg");
}*/

#content .box-home .nav li a:hover, #content .box-home .nav li a.current {
	background-color:#ACADAE;
	background-position:0 -75px;
	color:#D6D81A;
}

.right-info-box-bg .box {
	display:block;
	margin:0 0 21px;
}

.right-info-box-bg .box.link {
	padding:0 0 9px 10px;
}

.right-info-box-bg .box.link big {
	padding:8px 0 15px;
}

.right-info-box-bg .box.link .price {
	margin:0px;
}

.box.contact  {
	background:url("../images/box_news.png") repeat-y scroll 0 0 #e9e9ea;
	/*background:url("../images/box_news.png") repeat-y scroll 0 0 #E9E9EA;*/
	padding:13px 0 11px 9px;
}

.box.contact dt {
	color:#3D4922;
	font-size:14px;
	font-weight:normal;
	padding:0 0 0 1px;
}

.box.contact dd {
	background:url("../images/bg_contact.jpg") no-repeat scroll 1px 100% transparent;
	line-height:17px;
	padding:18px 0 77px 1px;
}


#content .movie {
	margin:0 0 21px;
}

#content h2 {
	font-size:24px;
	font-weight:normal;
	margin:0 0 2px;
	padding: 10px 0;
}

#content p {
	line-height:17px;
	padding:0 0 10px 0;
}

#content .button.tilmeld {
	background:url("../images/button_tilmeld.png") no-repeat scroll 0 0 transparent;
	margin-left:345px;
	width:72px;
}

#content .button.laes-mere {
	background:url("../images/button_laesmere.png") no-repeat scroll 0 0 transparent;
	margin-left:345px;
	width:72px;
}



#content .button {
	display:block;
	height:28px;
	margin:-4px 0 8px;
	text-indent:-8000px;
}

#content hr {
	border-color:-moz-use-text-color -moz-use-text-color #E5E5E5;
	border-style:none none solid;
	border-width:medium medium 1px;
	display:block;
	height:0;
	margin:0 0 8px;
}

#content .products,
#content .flashProducts
{
	float: left;
	clear: left;
	width: 423px;
	padding:20px 0 19px;
	border-top:1px solid #E5E5E5;
}
#content .flashProducts dt {
	float:left;
	height:168px;
	width:280px;
}
#content .flashProducts dd {
	float:left;
	font-size:14px;
	line-height:17px;
	padding:12px 0 0 13px;
	width:130px;
}
#content .flashProducts .contentTeaserFlashButton
{
  display:block;
	height:28px;
	margin:13px 0 0 -1px;
}
#content .products dt {
	float:left;
	height:170px;
	padding:10px 0 0 10px;
	width:270px;
}

#content .products dt img {
	display:block;
}

#content .products dd {
	float:left;
	font-size:14px;
	line-height:17px;
	padding:12px 0 0 13px;
	width:130px;
}

#content .products dd .button {
	margin:13px 0 0 -1px;
}

#content .products.basis dd {
	color:#27AABE;
}

#content .products.flex dd {
	color:#85be4e;
}

#content .products.fast dd {
	color:#F5841E;
}

#content .products.bedre dd {
	color:#ECC200;
}

#content .button.laes-mere-blue {
	background:url("../images/button_laesmere_blue.png") no-repeat scroll 0 0 transparent;
	width:72px;
}

#content .button.laes-mere-grey {
	background:url("../images/button_laesmere_grey.png") no-repeat scroll 0 0 transparent;
	width:72px;
}

#content .button.laes-mere-green {
	background:url("../images/button_laesmere.png") no-repeat scroll 0 0 transparent;
	width:72px;
}

#content .button.laes-mere-orange {
	background:url("../images/button_laesmere_orange.png") no-repeat scroll 0 0 transparent;
	width:72px;
}

#content .button.laes-mere-yellow {
	background:url("../images/button_laesmere_yellow.png") no-repeat scroll 0 0 transparent;
	width:72px;
}

#content .products.maler dt {
	background-color: #B2B2B2;
}

.content {
	float:left;
	overflow:hidden;
	width:423px;
}

.content .steps {
	background:url("../images/bg_steps.png") repeat-x scroll 0 0 transparent;
	height:32px;
	margin:0px 0 10px;
}

.content .steps li.active {
	background:url("../images/bg_steps_active.png") repeat-x scroll 0 0 transparent;
}

.content .steps li {
	float:left;
	font-size:14px;
	height:32px;
	line-height:32px;
	list-style:decimal inside none;
	padding-left:8px;
	width:133px;
}

.content .form1 {
	background:url("../images/bg_form1.png") no-repeat scroll 0 100% #E7E7E8;
	margin:0 0 10px;
	padding:7px 0 9px;
	position:relative;
}

.content .form1 fieldset label {
	display:block;
	float:left;
	font-weight:bold;
	padding:0 20px 0 9px;
	width:119px;
}

.content .form1 fieldset input[type="text"] {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #CCCCCC;
	display:block;
	float:left;
	height:24px;
	line-height:24px;
	margin:7px 0 0;
	padding:0;
	width:100%;
}

.content .form2 .bg {
	background:url("../images/bg_form2.png") repeat-y scroll 0 100% #EEEEEF;
	margin:0 0 10px;
	clear: both;
	height:204px;
}

.content .form2 .bg2 {
	background:url("../images/bg_form2.png") repeat-y scroll 0 100% #EEEEEF;
	margin:0 0 10px;
	clear: both;
	padding-left: 10px;
}

.content .form2 fieldset .bg label {
	float:left;
	padding:7px 12px 10px 9px;
	width:190px;
}

.content .form2 fieldset label {
	display:block;
	font-weight:bold;
	padding:7px 12px 7px 9px;
}

.content .form2 fieldset .bg input[type="text"] {
	float:left;
	margin:7px 0 0;
	width:100%;
}

.content .form2 fieldset .bg2 input[type="text"] {
	float:left;
	margin:7px 0 0;
	width:100%;
}

.content .form2 fieldset input[type="text"] {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #CCCCCC;
	display:block;
	height:24px;
	line-height:24px;
	margin:0 0 3px 9px;
	padding:0;
	width:190px;
}

.content .form2 fieldset .bg label.small {
	width:39px;
}

.content .form2 fieldset .bg label.medium1 {
	width:62px;
}

.content .form2 fieldset .bg label.medium2 {
	width:107px;
}

.fieldsetradio {
	/*line-height:17px;*/
	padding:13px 0 0 5px;
	/*position:relative;*/
	display:block;
}

.content .form2 fieldset .fieldsetradio input[type="radio"] {
	/*left:7px;
	position:absolute;
	top:0px;*/
	
}

.content .form2 fieldset .fieldsetradio label {
	display:inline;
	/*padding:7px 12px 7px 9px;*/
}

.content .form2 fieldset input[type="submit"] {
	background:url("../images/button_naeste.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	display:block;
	height:28px;
	line-height:28px;
	margin:18px 28px 20px 8px;
	text-indent:-8000px;
	width:73px;
}

.content .form2 fieldset .bg2label {
	float:left;
	padding:7px 12px 10px 9px;
	width:190px;
}

.content .form2 fieldset td label {
	display:inline;
	font-weight:normal;
	/*font-weight:bold;
	padding:7px 12px 7px 9px;*/
}

#chkGiver input{
	float: left;
	margin-top: 2px;
}

#chkGiver label{
	display: block; 
	float: left; 
	width: 396px;
}

#radAccepter input{
	float: left;
	margin-top: 2px;
}

#radAccepter label{
	display: block; 
	float: left; 
	width: 292px;
}

#radJaTak input{
	float: left;
	margin-top: 2px;
}

#radJaTak label{
	display: block; 
	float: left; 
	width: 364px;
}

.radJaTak input{
	float: left;
	margin-top: 2px;
}

.radJaTak label{
	display: block; 
	float: left; 
	width: 265px;
}

.fbMainImage
{
    position: absolute;
    left: 30px; top: 58px;
    display: block;
}

/*** Electricity price teaser ***/

.ElectricityPriceTeaser
{
  height: 110px;
  background: url('/images/Teaser/ElectricityPriceTeaser_bg.jpg') repeat-x;
  padding: 10px;
  color: #fff;
}
.ElectricityPriceTeaser h2
{
  font-size: 20px;
  margin-bottom: 10px;
}

.ElectricityPriceTeaser .ZipCodeTextBox
{
  width: 70px;
  border: 1px solid #f0f0f0;
  margin: 0px;
  padding: 3px 2px 4px 4px;
  vertical-align: middle;
}
.ElectricityPriceTeaser .DefaultTextActive
{
  color: #a1a1a1;
  font-style: italic;
}
.ElectricityPriceTeaser .SearchButton
{
  vertical-align: middle;
  margin-left: 5px;
  padding-bottom: 3px;
  color: #fff;
  background-color: transparent;
  background-image: url('/images/Teaser/Teaser_search_button_gray.png');
  background-repeat: no-repeat;
  border: 0 solid #fff;
  width: 72px;
  height: 27px;
}
.ElectricityPriceTeaser .Price
{
  font-weight: bold;
  font-size: 30px;
}
.ElectricityPriceTeaser .AlternatePrice
{
  font-weight: bold;
}

/*** End Electricity price teaser ***/

/*** Questionnaire ***/
.Questionnaire .AnswerOptions
{
  margin-bottom: 10px;
}

.Questionnaire .FindProdsButtonBox
{
  margin-top: 10px;
}
.Questionnaire .FindProdsButtonBox input
{
/*  margin-left: 250px;*/
  float: right;
}
.Questionnaire .ProductSuggestion
{
  clear: left;
  margin-bottom: 20px;
}
.Questionnaire .ProductSuggestion .ProductImage
{
  float: left;
  width: 100px;
}
.Questionnaire .ProductSuggestion .ProductInfoBox
{
  float: left;
  width: 323px;
}
.Questionnaire .ProductSuggestion .ProductInfoBox .OrderProductLinkBox a
{
  float: right;
}

.Questionnaire .QuestionnarireContactForm
{
  margin-top: 20px;
}

.Questionnaire .QuestionnarireContactForm .CallMeButton
{
  margin-top: 5px;
}
/*** End Questionnaire ***/

/*** Google maps ***/


.speechbubble
{
  width:300px;
}

/* ------ Show Map Only ------ */

.googleMap
{
  float: right;
  width:692px;
  height:550px;
}

.googleMap .map
{
  width:100%;
  height:100%;
}

/* ------ Show Map With Groups ------ */

.googleMapGroups
{
  width:1000px;
  height:550px;
}

.googleMapGroups .map
{
  width:100%;
  height:494px;
}

/* ------ Show Map With Multi Groups ------ */

.googleMapMultiGroups
{
  width:1000px;
  height:550px;
}

.googleMapMultiGroups .map
{
  width:100%;
  height:494px;
}


/* ------ Show Map With Accessibility List ----- */

.googleMapAccessbilityList
{
  width:1000px;
  height:550px;
}

.googleMapAccessbilityList .map
{
  width:800px;
  height:550px;
  float:left;
}

/* ------ Show Map With Groups And AccessibilityList------ */

.googleMapGroupsAccessbilityList
{
  width:1000px;
  height:550px;
}

.googleMapGroupsAccessbilityList .map
{
  width:800px;
  height:494px;
  float:left;
}

.googleMapGroupsAccessbilityList .accessibilityList
{
  height:494px !important; 
}

.googleMapGroupsAccessbilityList .accessibilityList ul
{
  height:494px !important; 
}

/* ------ Show Map With Multi Groups And AccessibilityList------ */

.googleMapMultiGroupsAccessbilityList
{
  width:1000px;
  height:550px;
}

.googleMapMultiGroupsAccessbilityList .map
{
  width:800px;
  height:494px;
  float:left;
}

.googleMapMultiGroupsAccessbilityList .accessibilityList
{
  height:494px !important; 
  overflow:scroll;
}

.googleMapMultiGroupsAccessbilityList .accessibilityList ul
{
  height:494px !important; 
}

/* ------ Show Map With "Find nearest" ------ */

.googleMapFindNearest
{
  width:1000px;
  height:550px;
}

.googleMapFindNearest .map
{
  width:100%;
  height:494px;
}

.googleMapFindNearest .findNearest
{
  background-color:#eeeeee;
  padding:10px;
}

.googleMapFindNearest .findNearest .search
{
  padding:10px;
  border: solid 1px #bbbbbb;
}

.googleMapFindNearest .findNearest .search .textBox
{
  width:400px;
}

.googleMapFindNearest .findNearest .search .button
{
  width:80px;
}

.googleMapFindNearest .findNearest .list ul
{
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
}

.googleMapFindNearest .findNearest .list ul li
{
  margin:0px;
  padding:0;
  text-align:left;
  border-bottom: solid 1px #aaaaaa;
}

.googleMapFindNearest .findNearest .list ul li .distance
{
  padding:5px;
}

.googleMapFindNearest .findNearest .list ul li .title
{
  padding:5px;
}

.googleMapFindNearest .findNearest .list ul li .altText
{
  padding:0px 10px 10px 10px;
  font-style:italic;
  font-size:0.8em;
}




/* ------ Accessbilitylist are the same for all map views and is shared ------ */

.accessibilityList
{
  float:left;
  width:198px;
  height:100%;
  background-color:#efefef;
  border-left:solid 2px #aaaaaa;
}

.accessibilityList ul
{
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
}

.accessibilityList ul li
{
  margin:0px;
  padding:0;
  text-align:left;
}

.accessibilityList ul li .title
{
  padding:5px;
}

.accessibilityList ul li .altText
{
  padding:0px 10px 10px 10px;
  font-style:italic;
  font-size:0.8em;
}

/* ------ Overlays are the same for all map views and is shared ------ */

.overlays
{
  background-color:#eeeeee;
  padding:10px;
  height:34px;
  border-bottom: solid 2px #aaaaaa;
}

.overlays ul
{
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
}

.overlays ul li
{
  float:left;
  margin:0;
  padding:0;
  text-align:left;
  width:180px;
}

.overlays ul li .image
{
  float:left;
  padding:0px 0px 0px 0px;
}

.overlays ul li .checkbox
{
  float:left;
  padding:7px 0px 0px 0px;
}

.overlays .button
{
  float:right;
}

.overlays .button input
{
  margin:7px 0px 0px 0px;
  width:75px;
}

/* ------ Multi overlays are also the same for all map views and is shared ------ */
.multioverlays
{
  background-color:#eeeeee;
  padding:10px;
  height:34px;
  border-bottom: solid 2px #aaaaaa;
}

.multioverlays .dropDown
{
  float:Left;
  width:250px;
}

.multioverlays .treeDropDown
{
  float:Left;
  width:400px;
}

.multioverlays .treeDropDown select
{
  width:240px;
  margin-top:8px;
}

.multioverlays .dropDown select
{
  width:240px;
  margin-top:8px;
}

.multioverlays .button
{
  float:right;
}

.multioverlays .button input
{
  margin:7px 0px 0px 0px;
  width:75px;
}



/*** END Google maps ***/



/*** Landing page ***/
.LandingPageBodyRegion
{
  width: 920px;
}
.LandingPageDocument
{
 background-color: #284713;
 position: relative;
 color: #fff;
}
.LandingPageDocument .HeaderBox
{
  position: absolute;
  top: 30px;
  left: 30px;
  width: 375px;
  height: 161px;
  /*background-image: url('/images/LandingPage/landingPage_doc_bg.png');*/
  background-repeat: no-repeat;
  padding: 15px;
}
.LandingPageDocument .HeaderBox h1
{
  margin-bottom: 6px;
  font-size: 26px;
  /*font-weight: bold;*/
  /*line-height: 60px;*/
  /*color: #fff;*/
}
.LandingPageDocument .HeaderBox p
{
  font-size: 14px;
  /*font-weight: bold;*/
  margin: 0px 0px 2px 0px;
  color: #333;
}
.LandingPageText
{
  float: left;
  width: 650px;
  padding: 20px 0px 20px 30px;
  font-size: 14px;
}
.LandingPageText p
{
  margin-bottom: 10px;
}
.LandingPageText ul
{
  margin: 12px 0px 6px 0px;
  padding-left: 15px;
  list-style-type: disc;
}

.LandingPageLink
{
  float:right;
  width: 200px;
  /*background-image: url('/images/LandingPage/Tilmeld.png');*/
  background-repeat:no-repeat;
  margin: 30px 40px 0px 0px;
  width: 129px;
  height: 49px;
}
.LandingPageLink a
{
  display: block;
  margin: 10px 0px 0px 21px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}
 
.LandingPageBodyRegion .ThreeColTeaserView
{
  margin-top: 40px;
}

.LandingPageBodyRegion .LinkTeaser
{
  width: 292px;
}
.LandingPageBodyRegion .LinkTeaser .LinkTeaserText
{
  margin-top: 10px;
}
.LandingPageBodyRegion .LinkTeaser .LinkTeaserText a
{
  color: #333; 
  text-decoration: none;
  font-size: 14px;
}
.LandingPageBodyRegion .Video23Teaser
{
  width: 292px;
}
.LandingPageBodyRegion .Video23Teaser .Video23TeaserText
{
  margin-top: 10px;
  font-size: 14px;
}
.LandingPageBodyRegion .LandingPageBottomBox
{
  margin-top: 25px;
}
.LandingPageGlobalEnergiErhvervHeaderRegion .RightLogo
{  
  float:right;
  margin-top: 25px;
  margin-right: 25px;
}

.LandingPageGlobalEnergiErhvervHeaderRegion .SeasnveLogo
{  
  float:left;
  
  margin-left: 25px;
}

.LandingPageGlobalEnergiErhvervHeaderRegion .InnerHeaderRegion
{
  width: 780px;
  margin: 0 auto;
  background-color: White;
}

.LandingPageGlobalEnergiErhvervBodyRegion
{
  width: 780px;
  height: 692px;
  margin: 0 auto;
}

.LandingPageGlobalEnergiErhvervBodyRegion .ThreeColTeaserView
{
  float:right;
}

.LandingPageGlobalEnergiErhvervDocument
{
  float:left;
  width: 200px;
  background-image: url('/images/LandingPage/bg_LandingPageGlobalEnergiErhvervDocument.png');
  background-repeat:repeat;
  margin-top: 19px;
  width: 500px;
  height: 500px;
}

.HeaderDocument
{
  width:460px;
}

.LandingPageGlobalEnergiErhvervBodyRegion .ThreeColTeaserView
{
  float:right;
  width: 264px;
  background-image: url('/images/LandingPage/bg_LandingPageGlobalEnergiErhvervDocument.png');
  background-repeat:repeat;
  margin-top: 19px;
  height: 500px;
}

.LandingPageGlobalEnergiErhvervDocument h1
{
    margin-left:25px;
    margin-top:25px;
    margin-bottom:25px;
}

.LandingPageGlobalEnergiErhvervDocument ul
{    
    margin-left: 50px; 
    list-style-type: disc; 
    color:black; 
} 


.LandingPageGlobalEnergiErhvervDocument p 
{ 
  margin-top: 25px;
  margin-left:25px;  
}

.LandingPageLeftLink
{
  width: 180px;
  height: 42px;
  float: left;
  background-repeat:no-repeat;
  margin: 0px 0px 0px 15px;
  margin-top: 60px;
}

.RightButtonSpotPlaceHolder .LandingPageRightLink
{
}

.GlobalEnergiErhvervLinkTeaser_TopTeaser
{
  width: 507px;
  height: 108px;
  margin-left: 137px;
}
.RightButtonSpotPlaceHolder
{
margin-right: 15px;
}

.LandingPageLeftLink a
{
  display: block;
  margin: 8px 0px 0px 21px;
  color: White;
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
}

.LandingPageRightLink a
{
  display: block;
  margin-top: 20px;
  color: White;
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
  padding-top: 8px;
  padding-left: 15px;
}

.RightButtonSpotPlaceHolder .CircleSpot
{
}

.GlobalEnergiErhvervLinkTeaser .HeaderTeaser
{
  margin-left: 25px;
}

.GlobalEnergiErhvervLinkTeaser .HeaderTeaser p
{
   margin-bottom: 20px;
}

.GlobalEnergiErhvervLinkTeaser .HeaderTeaser h1
{
  margin-top: 22px;
  font-size: 15px;
  font-weight: bold;
}

.GlobalEnergiErhvervLinkTeaser_Button
{
 width: 225px;
 height: 25px;
 margin-left: 20px; 
}

.GlobalEnergiErhvervLinkTeaser_Button a
{
  display: block;
  color: White;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  padding-top: 5px;
  text-align: center;
}

.DevidingLine
{
margin-left: 20px;
margin-top: 20px;
width: 221px;
height: 1px;  
}

.RightButtonSpotPlaceHolder
{
  width: 284px;
  height: 121px;
  float: right;
}

.LandingPageLinkBox
{
 width: 500px;
 height: 122px; 
}
/*** END Landing page ***/

/*** Teaser framework ***/
.TeaserContainer
{
  float: left;
  margin-right: 22px;
}
.TeaserContainer.LastInRow
{
  margin-right: 0px;
}

.right-info-box .TeaserContainer
{
  width: 230px;
}
/*** END Teaser framework ***/

.center
{
  text-align:center;
}

.main
{
  margin-left: auto;
  margin-right: auto;
  width: 284px;
}

.left
{
  text-align: left;
}

.floatr
{
  float: right;
}

.width459
{
  width: 112px;
  position: relative;
  top: -105px;
}

.floatl
{
  float: left;
}

.width259
{
  width: 194px;
}

.bumpright
{
  position: relative;
  top: 60px;
}

.width230
{
  width:230px; 
}

.position2
{
  top: -60px;
  text-align: left;
  position: relative;
  left: 10px;
}

.position2 a
{
  top: -2px;  
  position: relative;  
}

.LoginSpot
{
  border: 1px solid #ccc;
}

/*** Electricity product sign up ***/
.ElectricityProductSignUpForm
{
  
}
.ElectricityProductSignUpForm label
{
  font-weight: bold;
}
.ElectricityProductSignUpForm .PhoneLookupBox
{
  background: url("../images/bg_form1.png") no-repeat scroll 0 100% #E7E7E8;
  margin: 0 0 10px;
  padding: 7px 0 9px;
  /*position: relative;*/
}
.ElectricityProductSignUpForm .PhoneLookupBox .PhoneNumberBox
{
  float: left;
  width: 119px;
  padding: 0 20px 0 9px;
}
.ElectricityProductSignUpForm .PhoneLookupBox .PhoneNumberBox input
{
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  height: 24px;
  line-height: 24px;
  margin: 7px 0 0;
  padding: 0px 0px 0px 4px;
  width: 100%;
}

.ElectricityProductSignUpForm .PhoneLookupBox .GetInfoBox
{
  float: left;
  width: 245px;
  padding: 0 20px 0 9px;  
}

.ElectricityProductSignUpForm .PhoneLookupBox .GetInfoBox .GetAddressText
{
  display: block;
  font-weight: bold;
  font-size: 10px;
  margin-bottom: 4px;
}

.ElectricityProductSignUpForm .bg
{
  background: url("../images/bg_form2.png") repeat-y scroll 0 100% #EEEEEF;
  float: left;
  clear: both;
  width: 423px;
  /*height: 204px;*/
  margin: 0 0 10px;
}

.ElectricityProductSignUpForm .bg label 
{
    display: block;
    font-weight: bold;
    float: left;
    /*padding: 7px 0 0 9px;*/
    width: 100%;
}

.ElectricityProductSignUpForm .FormElementHalf {
    float: left;
    width: 193px;
    padding: 7px 9px 10px 9px;
}
.FormElementFull {
    float: left;
    width: 404px;
    padding: 7px 9px 10px 9px;
}
.FormElementHalf.Left
{
  clear: both;
}

.FormElementThird {
    float: left;
    width: 123px;
    padding: 7px 9px 10px 9px;
}

.ElectricityProductSignUpForm h2
{
  float: left;
}

.ElectricityProductSignUpForm .bg .small 
{
    float: left;
    width: 40px;
    padding-right: 20px;
}

.ElectricityProductSignUpForm .bg div.medium1 {
    float: left;
    width: 64px;
    padding: 7px 9px 10px 9px;
}

.ElectricityProductSignUpForm .bg div.medium2 {
    float: left;
    width: 110px;
    padding: 7px 9px 10px 9px;
}
.ElectricityProductSignUpForm .bg div.medium3 {
    float: left;
    width: 135px;
    padding: 7px 9px 10px 9px;
}
.ElectricityProductSignUpForm .bg .FormElementHalf div.medium1,
.ElectricityProductSignUpForm .bg .FormElementHalf div.medium2,
.ElectricityProductSignUpForm .bg .FormElementHalf div.medium3,
.ElectricityProductSignUpForm .bg .FormElementHalf div.small
{
  padding: 0px 18px 0px 0px;
}
.ElectricityProductSignUpForm .bg .FormElementHalf div.medium1.last,
.ElectricityProductSignUpForm .bg .FormElementHalf div.medium2.last,
.ElectricityProductSignUpForm .bg .FormElementHalf div.medium3.last,
.ElectricityProductSignUpForm .bg .FormElementHalf div.small.last
{
  padding: 0px;
}
.ElectricityProductSignUpForm .bg input[type="text"]
{
    float: left;
    margin: 7px 0 0 0px;
    border: 1px solid #CCCCCC;
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0;
}

.ElectricityProductSignUpForm .bg .FormElementHalf input[type="text"]
{
  width: 190px;
}
.ElectricityProductSignUpForm .bg .FormElementHalf input[type="submit"]
{
  float: right;
  margin-top: 26px;
}
.ElectricityProductSignUpForm .bg .FormElementHalf input.DatePickerCalendarTextBox
{
  width: 160px;
}
.ElectricityProductSignUpForm .bg .FormElementThird input[type="text"]
{
  width: 120px;
}

.ElectricityProductSignUpForm .bg .small input[type="text"] {
  width: 39px;
}
.ElectricityProductSignUpForm .bg div.medium1 input[type="text"] 
{
  width: 62px;
}
.ElectricityProductSignUpForm .bg div.medium2 input[type="text"] 
{
  width: 107px;
}
.ElectricityProductSignUpForm .bg div.medium3 input[type="text"] 
{
  width: 135px;
}
.ElectricityProductSignUpForm .bg div.medium2 input.DatePickerYearCalendarTextBox
{
  width: 80px;
}
.ElectricityProductSignUpForm .bg .medium2 input[type="submit"]
{
  margin: 24px 0 0 78px;
}
.ElectricityProductSignUpForm .bg div.FormElementHalf .CprValidateButton
{
  float: right;
  margin-top: 0px;
}
.ElectricityProductSignUpForm .CanCallCheckBox
{
  display: block;
  margin-top: 16px;
}
.ElectricityProductSignUpForm .CanCallCheckBox input
{
  float: left;
}
.ElectricityProductSignUpForm .CanCallCheckBox label
{
  width: auto;
}

.ElectricityProductSignUpForm .ElectricitySignUpContractUpload
{
  margin-top: 10px;
}

.ElectricityProductSignUpForm .CreateSignUpButtonBox
{
  margin-top: 10px;
}
.ElectricityProductSignUpForm .CreateSignUpButtonBox input
{
  float: right;
}
.ElectricityProductSignUpForm .FormElementFull table label
{
  float: none;
  display: inline;
  width: auto;
}
.ElectricityProductSignUpForm .CprReturnData
{
  float:left;
  clear: both;
  width: 404px;
  padding: 7px 9px;
}
.ElectricityProductSignUpForm .bg div.FormElementHalf input.BottomButton
{
  margin-top: 80px;
}
.ui-datepicker-trigger
{
  margin: 10px 0 0 5px;
}

/* TM Accept Spot */
.TMAcceptSpot h2
{
  font-size: 20px;
  color: #2a4813;
}
.TMAcceptSpot .AcceptSpotText
{
  margin-bottom: 20px;
}
.TMAcceptSpot .AcceptSpotTextBoxLabel
{
  float: left;
  clear: left;
  width: 100px;
}
.TMAcceptSpot .AcceptSpotInput
{
  margin-bottom: 10px; 
 
}
.TMAcceptSpot .AcceptSpotTextBox
{
  width:144px;
}
.TMAcceptSpot .AcceptSpotDropDown
{
  width: 148px;
}
.ContentBottomSpots
{
  margin-top: 20px;
}
