@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height:130%;
}
a:link {
	color: #639D80;
}
a:visited {
	color: #639D80;
}
a:hover {
	color: #333333;
}
a:active {
	color: #639D80;
}
h1 {
	font-size: 18px;
}

h2 {
	color:#1F5326;
	font-size:15px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#F6C100;
	font-size:12px;
	font-weight:bold;
}


/* navigation */

a.nav, a.nav:link, a.nav:active, a.nav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0E2E06;
	text-decoration:none;
	line-height:180%;
	margin-left:10px;
}

a.nav:hover {
	color: #FFF;
}

a.small, a.small:link,a.small:visited, a.small:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #0E2E06;
	text-decoration:none;
	line-height:160%;
	margin-left:15px;
}

a.small:hover {
	color: #999;
	text-decoration:underline;
}


.kurv, a.kurv, a.kurv:link, a.kurv:visited, a.kurv:active {
	font-size: 10px;
	color: #666;
	text-decoration:none;
}

a.kurv:hover {
	color: #444;
}


.breadcrumbs, a.breadcrumbs, a.breadcrumbs:link, a.breadcrumbs:visited, a.breadcrumbs:active {
	font-size: 10px;
	color: #999;
	text-decoration:none;
}

a.breadcrumbs:hover {
	color: #666;
	text-decoration:underline;
}

.footer {
	font-size:9pt;
	color:#639D80;
}

/* knapper og inputfelter i forms */


.input {
    border: 1px solid #aaa;
    background: #ccc;
}

.input:hover {
    border: 1px solid #999;
    background: #eee;
}

.button {
	font-size: 12px;
	color: #ccc;
    width: 120px;
	height: 23px;
    border: none;
    background: url('/img/knap.gif') no-repeat top left;
}

.button:hover {
	color: #fff;
    border: none;
    background: url('/img/knap.gif') no-repeat bottom left;
}

.buttontr {
	font-size: 12px;
	color: #ccc;
    width: 120px;
	height: 23px;
    border: none;
    background: url('/img/knap_tr.gif') no-repeat top left;
}

.buttontr:hover {
	color: #fff;
    border: none;
    background: url('/img/knap_tr.gif') no-repeat bottom left;
}

.button45 {
	font-size: 12px;
	color: #ccc;
    width: 45px;
	height: 19px;
    border: none;
    background: url('/img/knap45.gif') no-repeat top left;
}

.button45:hover {
	color: #fff;
    border: none;
    background: url('/img/knap45.gif') no-repeat bottom left;
}

.button122grey {
	font-size: 12px;
	color: #666;
    width: 122px;
	height: 27px;
    border: none;
    background: url('/img/knap122grey.gif') no-repeat top left;
}

.button122grey:hover {
	color: #fff;
    border: none;
    background: url('/img/knap122grey.gif') no-repeat bottom left;
}

label {
    display: block;
    width: 100px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}

/* Teaser rel styles */

TD.teaser {
	border-top:1px solid #639D80;
	border-bottom:1px solid #639D80;
	padding:10px 0px 10px 0px;
	vertical-align:top;
}

.teaser_intro {
	font-family:Arial, Helvetica, sans-serif;
	color:#F6C100;
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
}
	
.teaser_header {
	font-family:Arial, Helvetica, sans-serif;
	color:#639D80;
	font-size:11px;
	font-weight:bold;
}

.teaser {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
}

IMG.teaser {
	padding-left:5px;
	padding-right:10px;
}


/* styles til visning af produkter */

a.prod,a.prod:link,a.prod:visited,a.prod:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #0E2E06;
	text-decoration:none;
	line-height:160%;
	/* margin-left:15px; */
}

a.prod:hover {
	color: #FFF;
	text-decoration:underline;
}

.dosering {
	font-weight:bold;
	color:#639D80;
}

/* Styles købsflow */

.flow {
	color:#999;
	background-color:#FFFFFF;
}

.flowaktiv {
	color:#333;
	background-image:url(../img/bg_gul.gif);
	background-color:#F6C100;
}

table.flow {
	border: 1px solid #CCC;
}



#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
