body {} 
html { overflow: auto; }
html,body 
{
	margin:0;
	padding:0
}

body
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	background-color: #2562a1;
}

h1{
	font-size: 23px;
	margin: 0px;
	margin-bottom: 11px;
	color: #87d300;/*#9fcf67;*/
}
.black
{
    color:Black;    
}
.admincardsheader
{
    font-size:12px;    
}

h2{
	font-size: 18px;
	margin: 0px;
	margin-bottom: 7px;
	color: #87d300;
}

h3{
	font-size: 15px;
	margin: 0px;
	margin-bottom: 5px;
	color: #87d300;
}

h4{
	font-size: 12px;
	margin: 0px;
	margin-bottom: 11px;
	color: #87d300;
}

p
{
	margin-top: 1em;
}

div.line{
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 1px;
	border: 0px;
	background-image: url(/gfx/invoyz/line.gif);
	background-repeat: repeat-x;
}

a
{
	color: #87d300;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.news{
	color: #000;
	text-decoration: none;
}

a.news:hover
{
	color: #87d300;
	text-decoration: none;
}

#page
{
    width: 100%;
	text-align: center;
}

#page_content
{
	width:955px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	padding-bottom: 7px;
	background-color: #ffffff;
}

#bottom
{
	height:48px;
	width:955px;
	margin-left: auto;
	margin-right: auto;
	background-color: #8cd300;
	text-align: center;
	padding-top: 5px;
	color: #fff;
	font-size: 10px;
}

#menu
{
    position: absolute;
    margin-left: 240px;
    margin-top: 116px;
}

#logo{
	position: absolute;
	width:171px;
	height:151px;
	border:0px;
}

#banner
{
    margin-left: 178px;
	position: absolute;
	width:770px;
	height:107px;
	border:0px;
}

#content
{
	padding-top: 151px;
	padding-left: 7px;
	padding-right: 7px;
	width: 941px;
}

#column_left
{
	float: left;
	width: 175px;
	margin-right:7px;
}

#column_middle
{
	float: left;
	width: 549px;
	padding: 13px;
	background-color: #fff;
	border: solid 1px #9fcf67;
	_height: 250px;
	min-height: 250px;
}

#column_middle_large
{
	float: left;
	width: 731px;
	padding: 13px;
	background-color: #fff;
	border: solid 1px #9fcf67;
	_height: 250px;
	min-height: 250px;
}

#column_right
{
	float: left;
	width: 175px;
	margin-left:7px;
}

.nofloat
{
    clear: both;
    height: 1px;
}

.column_nofloat
{
    clear: both;
    height: 5px;
}

.column_holder
{
	width: 163px;
	padding: 5px;
	padding-bottom: 0px;
	background-color: #ffffff;
	border: solid 1px #9fcf67;
	margin-bottom: 7px;
}

li
{
	list-style-image: url(/gfx/invoyz/bullet_green.gif);
	margin-top: 10px;
}

input
{
	font-size: 13px;
	width: 150px;
	padding: 1px;
	border: solid 1px #87d300;
	background-color: #f2f7e9;
}

.checkbox input /* bruges til forrestningsbetingelser */
{
	width: auto;
	border: 0px;
	padding: 0px;
	background-color: White;
}

input.checkbox
{
	width: auto;
	border: 0px;
	padding: 0px;
	background-color: White;
}

input.login
{
	font-size: 13px;
	width: 159px;
	margin:0px;
	padding: 1px;
	border: solid 1px #87d300;
	background-color: #f2f7e9;
}

input.text
{
	font-size: 13px;
	width: 150px;
	padding: 1px;
	border: solid 1px #87d300;
	background-color: #f2f7e9;
}


input.image
{
	padding: 0px;
	background-color: Transparent;
}

textarea.text
{
	font-size: 13px;
	font-family: verdana, sans-serif;
	border: solid 1px #87d300;
	background-color: #f2f7e9;
}

input.button
{
	width: auto;
	padding-top:5px;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 3px;
	color: #fff;
	font-family: verdana, sans-serif;
	font-size: 10px;
	background-color: #87d300;
	border: 0px;
	cursor: pointer;
	font-weight: bold;
}

input.NewsletterEmail
{
	font-size: 13px;
	width: 131px;
	padding: 1px;
	border: solid 1px #87d300;
	background-color: #f2f7e9;
}

td.name
{
	padding-right: 10px;
	padding-top: 5px;
	vertical-align:top;
	width: 90px;
}

td.value
{
	padding-top: 2px;
	vertical-align:top;
	width: 200px;
}

img.calendar
{
	cursor: pointer;
}

div.list
{
	border-bottom: 1px solid #cfe7b3;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

table.list
{
	width: 100%;
}
table.listExtended
{
	width: 100%;
	margin-top:61px;
}
.DatePicker
{
        
    float:left; 
    margin-top:5px; 
    width:500px;
    margin-left:-225px;
}
td.list
{
    padding-top: 4px;
    padding-bottom: 2px;
    vertical-align: top;
	/*height: 25px;*/
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #cfe7b3;
}

td.listMobile
{
	height: 25px;
	width: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #cfe7b3;
}

th.list
{
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #87d300;
}

th.listMobile
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #87d300;
}

.modalBackground 
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

a.missinginfo, a.missinginfo:hover, a.missinginfo:link, a.missinginfo:visited
{
	color: Red;
	text-decoration: underline;
}

label.missinginfo
{
	color: Red;
}

#dibswindow
{
	width: 380px;
	padding: 20px 10px 20px 10px;
	background-color: #ffffff;
	border: solid 1px #9fcf67;
	text-align: left;
}

.messagestatus
{
     margin-bottom:10px;

     padding:14px; 
     border:#87d300 1px solid; 
     background-color:#f2f7e9;
     font-weight:bold;
     /*   min-width:205px; 
     _width:205px; 
     min-height:15px; 
     _height:15px; */
}
#nocards
{
    margin-top:10px;    
}


#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 500px;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
	Z-INDEX: 10000000;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
.infoboxcardlimitreached
{
    background-color:#87D300; 
    padding:10px;
    display:none;
    color:White;
}
.listExtended tfoot tr
{
    font-weight:bold;    
}

/**********************************Mine tilbud Start******************************************/

.completeelement
{
    margin-bottom:28px;    
}
.splitoffersoption
{
    border-top:#87d300 1px solid;
    width:491px;
    margin-top:5px; 
    height:1px;

}
.offeroptionscontainer
{
    /*margin-top:18px;*/
    padding-top:13px;
}
.offeroptionschb input
{
    background:none;
    border:none;
    padding:0px;
    width:20px; 
    padding-top:4px;
    float:left;
}
div.offeroptionstext
{
    padding:0px;
    margin:0px;
    font-weight:bold;
    float:left;
    margin-top:4px;
}
.offeroptions
{
    margin-left:37px;
    padding-top:12px;    
}
.offeroptions ul, .offeroptions ul li
{
    margin:0px;
    padding:0px;    
}
.offeroptions ul li
{
    list-style-type:none;
    background-repeat:no-repeat;
    margin-bottom:10px;
    height:15px;
}

.offeroptions ul li span
{
  /*  margin-left:15px;*/
    margin-top:1px;

}
.offeroptionsconditions
{
    color:#8cd300;
    margin-left:50px;
    padding-top:1px;
    padding-bottom:5px;
}
.offeroptionsconditions a
{
        color:#8cd300;
        text-decoration:underline;
        margin-right:33px;
    
}
#offerstext
{
    font-size:11px;    
}
#offerspopup .offerimage 
{
    margin-left:25px;    
}

.displaynone
{
    display:none;    
}
.offerstatusmessage
{
    color:#87D300;
}
/**********************************Mine tilbud End******************************************/

