/* Generel styling */
body
{
    font-family:  Verdana,"Century Gothic", Arial, Courier;
    background-color: white;
}

/* Styling til billeder */
img
{
    border: 0px;
}

/* Styling af tabel til visning af telefoner */
table.tbl
{
    /*border: solid black 1px;*/
    width: 100%;
}

td.tblcell
{
    /* border: Solid black 1px; */
}

/* Wrapper */
div.Document
{
    width: 800px;
    padding-top: 30px;
    margin: auto auto auto auto;
}


/* Øverste Banner */
div.TopBanner
{
    top: 10px;
    width: inherit;
    height: 39px;
}


/* Glas effect på menu */
div.MenuGlass
{
    top: 10px;
    width: inherit;
    height: 30px;
    font-size: 12px;
}


/* Undermenu */
div.SubMenu
{
    top: 49px;
    width: inherit;
    height: 25px;
    background-color: White;
}


/* White Space & Logo */
div.TopSpace
{
    top: 74px;
    text-align: right;
    width: inherit;
    height: 35px;
    background-color: white;
    padding-top: 10px;
    padding-right: 2px;
}


/* Hovedindeholdet */
div.Core
{
    top: 109px;
    width: inherit;
    background-color: White;
    height: 328px;
    z-index: 5;
}


/* Venstre spalte */
div.LeftCore
{

    top: 109px;
    width: 400px;
    height: 328px;
    background-color: White;
    text-align: left;
    float: left;
    z-index: 5;
}


/* Højre Spalte */
div.RightCore
{
    top: 109px;
    width: 380px;
    height: 258px;
    background-color: White;
    float: right;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-top: 60px;
    z-index: 5;

    /* tekst */
    text-align: left;
    font-size: 9pt;
    Line-height: 130%;
}

/* Subsite hovedindhold */
div.SubCore
{
    top: 109px;
    width: inherit;
    display: inline;
    background-color: White;
}

/* subsite venstre spalte */
div.SubLeftCore
{
    display: block;
    float: left;
    width: 248px;
    margin-bottom: 20px;
    text-align: right;
}

/* Grøn boks i subsite */
div.greenbox
{
    width: inherit;
    height: 136px;
    background-color: #004411;
    color: White;
    padding-top: 16px;
    padding-right: 5px;
    font-size: 12px;
    line-height: 4px;
    font-weight: bold;
}

/* Subsite højre spalte */
div.SubRightCore
{
    display: block;
    float: right;
    width: 64%;
    margin-bottom: 20px;
    text-align: left;
    font-size: 12px;
    line-height: 140%;
}



/* Links for forside (læs mere) */
a
{color: #333333;}

a:hover
{color: #ff6600;}

a:visited
{color: #333333;}

a:visited:hover
{color: #ff6600;}


a.digg
{color: #333333;}

a.digg:hover
{color: #ff6600;}

a.digg:visited
{color: #333333;}

a.digg:visited:hover
{color: #ff6600;}


a.BoxLinks
{color: White;}

a.BoxLinks:Hover
{color: White;}

a.BoxLinks:visited
{color: White;}

a.BoxLinks:visited:hover
{color: White;}


/* Wrapper til orange slogans */
div.SloganWrap
{
    top: 800px;
    height: 24px;
    width: 800px;
    background-color: white;
    font-family: Tahoma;
}

/* Links for slogans/ 5 gode grunde */
a.BoxLinks
{
    color: White;
    text-decoration: none;
}

/* Box Links i venstre side */
div.BoxLinks
{
    /*visibility: hidden;*/
    position: relative;
    float: left;
    top: -58px;
    z-index: 40;
    text-align: left;
    background-color: #ff6600;
    margin-left: 30px;
    padding-left: 2px;
    padding-top: -4px;
    width: 66px;
    height: 66px;
    text-transform: uppercase;
    font-weight: bold;
}


/* Slogan i orange boks til højre */
div.Slogan
{
    /* positionering */
    position: relative;
    float: right;
    top: -88px;
    width: 400px;
    height: 24px;
    margin-left: 50%;
    background-color: #ff6600;
    vertical-align: middle;
    padding-top: 6px;

    /* tekst style */
    text-align: center;
    color: White;
    font-size: 10pt;
    text-transform: uppercase;
    font-weight: bold;
    font-family: verdana;
    letter-spacing: 1px;
}

/* Nederste banner */
div.BotBanner
{
    position: relative;
    top: 0px;
    width: 800px;
    height: 44px;
}

/* Nedderste banner på subsider */
div.SubBotBanner
{
    clear: both;
    display: block;
    width: 800px;
    height: 44px;
}

/* Orange kasser i banner */
div.Boxes
{
    border-right: #ff6600 2px solid;
    border-top: #ff6600 2px solid;
    border-bottom: #ff6600 2px solid;
    border-left: #ff6600 2px solid;
    width: 12px;
    position: absolute;
    top: 40%;
    height: 12px;
}


/* Info linjen nederst */
div.Info
{
    top: 481px;
    width: 800px;
    height: 20px;
    background-color: white;
    padding-top: 7px;
    z-index: 1;

    /* tekst */
    text-align: center;
    font-size: 11px;
    letter-spacing: 0px;
}

/*Forhandlerside*/
div.Forhandler
{
	font-size: 12px;
	line-height: 140%;
}


/*Overskrift h1*/
h1
{
	font-family: Verdana;
	color: #008000;
	font-size: 14px;
}


/*Overskrift h2*/
h2
{
	font-family: Verdana;
	color: #777777;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0pt;
}