/* Brødtekster */
.standard
{
    font-family: verdana, sans-serif;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 1.4;
}
.standardIntro
{
    font-family: verdana, sans-serif;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 1.4;
     vertical-align:text-top;
}
.introText
{
    font-family: verdana, sans-serif;
    color: #BDBCBA;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    vertical-align: text-top;
    margin-top: 5px;
}

.marked
{
    font-family: verdana, sans-serif;
    color: #CE7E00;
    font-size: 10px;
    line-height: 1.4;
}
.faq_body
{
    font-family: verdana, sans-serif;
    color: #929191;
    font-size: 10px;
    line-height: 1.4;
}

/* Link */
a.txtLink
{
    background-image: url(../img/link.gif);
    background-repeat: no-repeat;
    background-position: 0 2;
    padding-left: 16px;
    color: #929191;
    text-decoration: none;
}

a.txtLink:hover
{
    text-decoration: none;
    color: #9B6A1D;
}

a.vare_link
{
    background-image: url(../img/link_arrow.gif);
    background-repeat: no-repeat;
    background-position: right 5;
    padding-right: 15px;
    text-align: left;
    color: #929191;
    text-decoration: none; /*width: 80px;*/
}

a.vare_link:hover
{
    text-decoration: none;
    color: #9B6A1D;
}

a.tilbage_link
{
    background-image: url(../img/link_arrow.gif);
    background-repeat: no-repeat;
    background-position: 45 5;
    padding-right: 45px;
    color: #929191;
    text-decoration: none;
    width: 80px;
}

a.tilbage_link:hover
{
    text-decoration: none;
    color: #9B6A1D;
}
a.forhandler_link
{
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(../img/link_arrow.gif);
    background-repeat: no-repeat;
    background-position: right 5;
    padding-right: 12px;
}
a.forhandler_link:hover
{
    text-decoration: underline;
}

div.forhandler_details
{
    color: #929191;
}

/* Overskrifter */
h1.heading1
{
    font-family: verdana, sans-serif;
    color: #f8981d;
    font-size: 22px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

h2.heading2
{
    font-family: verdana, sans-serif;
    color: #f8981d;
    font-size: 10px;
    line-height: 1.4;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase; /* 	font-family: verdana, sans-serif; 	color: #BDBCBA; 	font-size: 16px; 	font-weight: bold; 	margin-top: 0px; 	margin-bottom: 0px; */
}
h3.heading3
{
    font-family: verdana, sans-serif;
    color: #f8981d;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

/* Billede tekst */
.txtImgText
{
    font-family: verdana, sans-serif;
    color: #333333;
    font-size: 10px;
    font-style: italic;
    text-align: center;
}

/* Mail formularen */
div.mailField
{
    border: solid 1px #845B19;
    background-color: #433F3A;
    padding: 10px;
}
td.mailText
{
    font-family: verdana, sans-serif;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 1.4;
    padding-right: 10px;
    vertical-align: middle;
    height: 20px;
    height: 20px;
}
input.mailText
{
    width: 100%;
    border: solid 1px #333333;
    font-family: verdana, sans-serif;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 1.4;
    padding-right: 10px;
    vertical-align: middle;
    background-color: #333333;
}
textarea.mailText
{
    width: 100%;
    height: 150px;
}
input.mailSubmit
{
    margin-top: 10px;
    font-family: verdana, sans-serif;
    color: #BDBCBA;
    font-size: 10px;
    font-weight: bold;
    border: solid 1px #845B19;
    background-color: #845B19;
    cursor: pointer;
}

/* HR */
.theHR
{
    height: 1px;
    border: 0px;
    background-color: #895F1D;
}
.theHR HR
{
    display: none;
}

p
{
    margin: 0px;
}

.news_boks
{
    background-color: #3C3834;
}
