html
{
    font-family: Verdana, Helvetica, Sans-Serif;
}
body
{
    font-size: 68.8%;
}
input, select, textarea
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 100%;
}



object:focus, div:focus
{
    outline: none;
}

h1
{
    color: #000000;
    background-color: Transparent;
    font-size: 340%;
    text-transform: uppercase;
    font-family: Arial, Verdana, Sans-Serif;
    letter-spacing: -2px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
h2
{
    color: #000000;
    background-color: Transparent;
    margin: 20px 0 15px 0;
    font-weight: bold;
    padding: 0;
    font-size: 154.6%;
    font-family: Arial, Verdana, Sans-Serif;
}
h3
{
    color: #000000;
    background-color: Transparent;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 100%;
    font-weight: bold;
}
h4
{
    color: #000000;
    background-color: Transparent;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: bold;
}
h5
{
    color: #000000;
    background-color: Transparent;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: bold;
}
a img
{
    border: 0px none;
}

p
{
    margin: 0 0 20px 0;
    padding: 0;
}

q
{
    quotes: none;
}
q:before,q:after /* removes inline quotes in Safari/Chrome */
{
    content: "";
    content: none;
}
a:link, a:visited
{
    color: #c1341a;
    background-color: Transparent;
    text-decoration: none;
}
a:active
{
    color: #c1341a;
    background-color: Transparent;
    text-decoration: none;
}
a:hover
{
    color: #c1341a;
    background-color: Transparent;
    text-decoration: none;
}
.sitemap a:hover
{
    color: #000000;
}
hr
{
    height: 1px;
    font-size: 0px;
    color: #dadada;
    background-color: #dadada;
    border: none 0;
    margin: 0 0 12px 0;
    padding: 0 0 0 0;
    width: 100%;
}
table, th, td
{
    font-size: 100%;
}

/* CLASSES VISIBLE IN RICH TEXT EDITOR */
.billedtekst
{
    font-size: 90.9%;
    color: #727272;
    background-color: Transparent;
    margin: 0 0 0;
}
.billeddiv
{
    padding-bottom: 20px;
}
table
{
    border-top: 4px solid #bd3a32;    
    border-collapse: collapse;
}

table.noborder
{
    border-top: none;
    border-collapse: collapse;
}
caption
{
    font-weight: bold;
    text-align: left;
    caption-side: top;
}
th
{
    font-weight: bold;
    padding: 8px 16px 30px 16px;
    vertical-align: top;
    text-align: left;
}
td
{
    vertical-align: top;
    text-align: left;
    padding: 8px 16px 8px 16px;
}

table.noborder td
{
    vertical-align: top;
    text-align: left;
    padding: 4px;
    padding-left: 0px;
}
td.cellalt,td.cellaltnowrap
{
    color: inherit;
    background-color: #f0f0f0;
}
td.cellnowrap,td.cellaltnowrap
{
    white-space: nowrap;
}

.globalboxwide .contenttext p,.globalboxwide .contentsummary
{
    max-width: 700px;
}

/* dreyer specific for the image galleries */ 
.dreyer_iframe
{
	background-color: transparent;
}