/* Brødtekster */
.standard
{
	font-family: verdana, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 1.4;
}
.marked
{
	font-family: verdana, sans-serif;
	color: #FF0000;
	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/redlink.gif);
	background-repeat: no-repeat;
	background-position: 0 2;
	padding-left: 16px;
	color: #929191;
	text-decoration: none;
}

a.txtLink:hover
{
	text-decoration: none;
	color: #C83103;
}

a.vare_link {
	background-image: url(../img/link_arrowred.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: #929191;
}

a.tilbage_link {
	background-image: url(../img/link_arrowred.gif);
	background-repeat: no-repeat;
	background-position: 45 5;
	padding-right: 45px;
	color: #E53701;
	text-decoration: none;
	width: 80px;
}

a.tilbage_link:hover {
	text-decoration: none;
	color: #E53701;
}
a.forhandler_link {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/link_arrowred.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: #BDBCBA;
	font-size: 22px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2.heading2
{
	font-family: verdana, sans-serif;
	color: #FF0000;
	font-size: 10px;
	line-height: 1.4;
	margin-top: 0px;
	margin-bottom: 0px;
/*
	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: #BDBCBA;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* 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: #9A0000;
}
.theHR HR
{
	display: none;
}

p
{
	margin: 0px;
}

.news_boks {
	background-color: #3C3834;
}