/* CSS Document */

body
	{
	color: #444444;
	background-color: #E5E5E5;
	margin: 0;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 13px;
	text-align: left;
	}

#normal main
	{
	text-align: left;
	}

.main
	{
	vertical-align: top;
	background-color: #FFFFFF;
	color: #444444;
	}

.mainFront
	{
	background: #FFFFFF;
	vertical-align: top;
	margin-left: 15px;
	color: #444444;
	}

p
	{
	font-size: 13px;
	margin-left: 15px;
	text-align: left;
	}

p.first:first-letter
	{
	margin-left: 10px;
	}

li
        {
	list-style-image: url("../images/list-bullet.gif");
        margin-left: 10px;
        padding-bottom: 5px;
        font-size: 13px;
        }

li.produkt
	{
	font-size: 12px;
	}

#listbox
        {
        margin-left: 20px;
        margin-right: 30px;
        margin-bottom: 10px;
        margin-top: 5px;
        padding: 0px;
        }

#listbox li
        {
        list-style-image: url("../images/list-bullet.gif");
        margin-left: 0px;
        padding-bottom: 5px;
        font-size: 13px;
        }
        
.box
	{
	margin-left: 10px;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid;
	height: 140px;
	}

b
        {
        font-weight: 600;
        }

#tabel table
        {
        margin-left: 10px;
        border-top: thin solid #333333;
        border-left: thin solid #333333;
        }

#tabel td
        {
        padding: 2px;
        text-align: center;
        border-right: thin solid #333333;
        border-bottom: thin solid #333333;
        }

div.overskriftbox
	{
	background-image: url("../images/overskrift_bg.jpg");
	background-repeat: no-repeat;
	margin: 10px 10px 1px;
	padding: 16px 0px 10px; /* top left+right bottom */
	text-align: center;
	font: bold 15px verdana;
	color: #444444;
	width: 150px;
	height: 50px;
	position: relative;
	top: -20px;
	z-index: 0;
	}

td.folieringbox
	{
	background-image: url("../images/foliering-tekst.jpg");
	background-repeat: no-repeat;
	cursor: pointer;
    	margin-left: 10px;
	padding: 38px 15px 5px; /* top left+right bottom */
	margin-bottom: 10px;
	border: 1px solid;
	width: 250px;
        }

td.adresseringbox
        {
	background-image: url("../images/adressering-tekst.jpg");
	background-repeat: no-repeat;
	cursor: pointer;
	margin-left: 10px;
	padding: 38px 15px 5px; /* top left+right bottom */
	margin-bottom: 10px;
	border: 1px solid;
	width: 250px;	
	}

td.fulfillmentbox
        {
	background-image: url("../images/fulfillment-tekst.jpg");
        background-repeat: no-repeat;
	cursor: pointer;
        margin-left: 10px;
	padding: 38px 15px 5px; /* top left+right bottom */
        margin-bottom: 10px;
	border: 1px solid;
        width: 250px;
	}

td.haandpakningbox
        {
        background-image: url("../images/haandpakning-tekst.jpg");
        background-repeat: no-repeat;
	cursor: pointer;
        margin-left: 10px;
	padding: 38px 15px 5px; /* top left+right bottom */
        margin-bottom: 10px;
        border: 1px solid;
        width: 250px;
	}

td.kuverteringbox
        {
	background-image: url("../images/kuvertering-tekst.jpg");
	background-repeat: no-repeat;
	cursor: pointer;
        margin-left: 10px;
	padding: 38px 15px 5px; /* top left+right bottom */
	margin-bottom: 10px;
        border: 1px solid;
        width: 250px;
        }

table.produktside
	{
	height: 400px;
	position: absolute;
	top: 250px;
	left: 150px;
	}

#produktlister td
	{
	height: 100px;
	}

div.readMore
	{
	text-align: right;
	margin-top: 10px;
	font-size: 10px;
	line-height: 10px;
	color: #888888;
	margin-right: 5px;
	}

div.kont
	{
	background-image: url("../images/brev_tlf_bund.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	position: static;
	}

dt
	{
	margin-left: 25px;
	padding-bottom: 5px;
	font-size: 14px;
	}

dd
	{
	font-size: 12px;
	}

h1
	{
	font-weight: bold;
	font-stretch: wider;
	font-size: 15px;
	line-height: 0px;
	color: #000000;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 8px;
	padding: 0px 0px 8px;
	vertical-align: middle;
	}

h2
	{
	font-weight: lighter;
	font-style: italic;
	font-size: 14px;
	line-height: 8px;
	color: #222222;
	margin-left: 35px;
	margin-top: -10px;
	margin-bottom: 8px;
	padding: 0px 0px 10px;
	vertical-align: middle;
	}
	
h3
	{
	font-weight: bold;
	font-size: 14px;
	line-height: 8px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 11px;
	padding: 0px;
	vertical-align: middle;
	}

a.h3
	{
	font-weight: bold;
	font-size: 14px;
	line-height: 8px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 11px;
	padding: 0px;
	vertical-align: middle;
	text-decoration: none;
	}
	
a.h3:hover
	{
	color: #222222;
	font-weight: bold;
	font-size: 14px;
	line-height: 8px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 11px;
	padding: 0px;
	vertical-align: middle;
	}

.sub
        {
        font-size: 10px;
        position: relative;
        top: 5px;
        }

.sup
        {
        font-size: 12px;
        position: relative;
        bottom: 5px;
        }	

.small
	{
	line-height: 6px;
	}
	
.side
	{
	background: #FFFFFF url("../images/kodeordbg.jpg") no-repeat left top;
	vertical-align: bottom;
	}
	
.smallTxt
	{
	font-size: 10px;
	line-height: 10px;
	color: #666666;
	text-align: center;
	margin-right: 15px;
	}

.infoTxt
	{
	font-size: 12px;
	line-height: 14px;
	color: #444444;
	border: 1px dashed #89770F;
	padding: 10px;
	text-align: left;
	margin-left: 15px;
	width: 200px;
	}

.infoTxt:first-line
	{
	text-decoration: underline;
	font-variant: small-caps;
	}

img.alm
	{
	vertical-align: middle;
	padding: 0px;
	border-style: none;
	}

img.kontakt
	{
	float: right;
	padding: 0px;
	margin-left: 10px;
	height: 140px;
	}

img.right
	{
	float: right;
	padding: 0px;
	margin-left: 10px;
	}

img.rightBorder
	{
	float: right;
	padding: 3px;
	margin-left: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	}
	
img.left
	{
	float: left;
	padding: 0px;
	margin-left: 10px;
	}

img.leftBorder
	{
	float: left;
	padding: 3px;
	margin-left: 10px;
	margin-right: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	}

img.normalBorder
	{
	float: right;
	margin-right: 200px;
	padding: 3px;
	margin-left: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	}

#form
	{
	margin-left: 15px;
	}

#form td
	{
	font-size: 12px;
	}
	
#txttable
	{
	margin-left: 15px;
	}

#txttable td
	{
	font-size: 12px;
	}

acronym.nonLink
        {
        border-bottom: 1px dashed #89770F;
        cursor: help;
        }

/****************************/
/*      ID #oversigt        */
/****************************/


#oversigt
        {
        margin-left: 15px;
        }
        
#oversigt table
        {
        border: thin solid #FFFFFF;
        }
                
#oversigt tr.d0
        {
        background-color: #EEEEEE;
        }

#oversigt tr.d1
        {
        background-color: #CCCCCC;
        }        

#oversigt td
        {
        padding: 5px;
        font-size: 12px;
        }

#oversigt tr.overskrift
        {
        background-color: #000000;
        color: #FFFFFF;
        font-weight: bold;
        font-size: 14px;
        }

#oversigt td.valg
        {
        padding-left: 3px;
        }

#oversigt td.accept
	{
	text-align: right;
	padding-right: 3px;
	}


#oversigt div.godkendt
        {
        margin-right: 10px;
        margin-left: 10px;
        background-color: #00FF00;
        }

#oversigt div.ikkegodkendt
        {
        margin-right: 10px;
        margin-left: 10px;
        background-color: #FF0000;
        }
        
#oversigt input
        {
        font-size: 12px;
        vertical-align: baseline;
        }

#oversigt .checkbox
        {
        position: relative;
        top: 4px;
        }

/****************************/
/* Almindelig link opf�rsel */
/****************************/

a
	{
	font-size: 12px;
	line-height: 13px;
	color: #89770F;
	text-decoration: none;
	}

a:active
	{
	text-decoration: none;
	background-color: #EEEEEE;
	}

a:hover
	{
	text-decoration: underline;
	}
	
/****************************/
/******** menu links ********/
/****************************/

a.menuLink
	{
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
	}

a.menuLink:visited
	{
	text-decoration: none;
	}

a.menuLink:active
	{
	text-decoration: none;
	}

a.menuLink:hover
	{
	text-decoration: underline;
	}

#menuButton
    {
    position: relative;
    background: url('../images/blank_knap_hover.jpg') no-repeat;
    white-space: nowrap;
    display: block;
    width: 100px;
    height: 30px;
    margin: 0;
    padding: 0;
    }

#menuButton a
	{
    display: block;
    color: #000000;
    font-size: 14px;
    width: 100px;
    height: 30px;
    display: block;
    float: left;
    color: #333333;
    text-decoration: none;
	}
	
#menuButton a:visited
	{
	text-decoration: none;
	}

#menuButton a:active
	{
	text-decoration: none;
	}

#menuButton a:hover
	{
	color: #222222;
	text-decoration: none;
	}

#menuButton img
    {
    width: 100px;
    height: 30px;
    border: 0px;
    }
    
* html a:hover
    {
    visibility: visible;
    }

* html a:active
    {
    visibility: visible;
    }
    
#menuButton a:hover img
    {
    visibility: hidden;
    }

#menuButton a:active img
    {
    visibility: visible;
    }
	
#menuButton span
    {
    position: absolute;
    top: 8px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    width: 100px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    }

a.smallMenuLink
	{
	font-size: 10px;
	line-height: 10px;
	color: #666666;
	text-decoration: none;
	}
	
a.smallMenuLink:visited
	{
	text-decoration: none;
	}

a.smallMenuLink:active
	{
	text-decoration: none;
	}

a.smallMenuLink:hover
	{
	text-decoration: underline;
	}

/****************************/
/* Links, der ikke er links */
/****************************/	

a.not
        {
        color: #000000;
        }

a.not:hover
        {
        text-decoration: none;
        }

/****************************/
/* Baggrunde til hovedtabel */
/****************************/

.r1-p1
	{
	background-image: url('../images/r1-p1.jpg');
	}
	
.r1-p2
	{
	background-image: url('../images/r1-p2.jpg');
	}

.r1-p3
	{
	background-image: url('../images/r1-p3.jpg');
	}

.r2-p1
	{
	background-image: url('../images/r2-p1.jpg');
	}
	
.r2-p2
	{
	background-image: url('../images/r2-p2.jpg');
	}

.r2-p3
	{
	/*background-image: url(images/r2-p3.jpg);*/
	background-color: white;
	}

.menu
	{
	background-image: url('../images/menu.jpg');
	vertical-align: top;
	}
	
.menubottom
	{
	background-image: url('../images/menu-bottom.jpg');
	}

.repeat-left
	{
	background-image: url('../images/repeat.jpg');
	}

.r3-p1
	{
	background-image: url('../images/r3-p1.jpg');
	}
	
.r3-p2
	{
	background-image: url('../images/r3-p2.jpg');
	}

.r3-p3
	{
	background-image: url('../images/r3-p3.jpg');
	}
