/* Brødtekster */
.standard
{
	position: relative;
	/*width: 470px;*/
	height: 20px;
	top: 0px;	
	left: 0px;	
	font-family: verdana, sans-serif;
	color: #404e3e;
	font-size: 11px;
	line-height: 1.4;
}


html>body .standard
{
	min-height: 20px;
	height: auto;
}

.marked
{
	font-family: verdana, sans-serif;
	color: #fff;
	font-size: 11px;
	line-height: 1.4;
	background-color: #a71501;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Link */
a.txtLink
{
	text-decoration: underline;
	color: #a71501;
}

a.txtLink:hover
{
	text-decoration: underline;
	color: #a71501;
}

/* Overskrifter */
h1.heading1
{
	font-family: verdana, sans-serif;
	color: #a71501;
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2.heading2
{
	font-family: verdana, sans-serif;
	color: #a71501;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3.heading3
{
	/*font-family: verdana, sans-serif;
	color: #a71501;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;*/
	
	top: 0px;
	color: #a71501;
	font-size: 17px;
	font-weight: normal;
	padding-left: 0px;
	line-height: 15px;
	margin-top: 5px;
	margin-left: 8px;
	margin-bottom: -10px;
	z-index: 999;
}

h4.heading4{
	color: #ffffff;
	font-size: 17px;
	font-weight: normal;
	padding-left: 0px;
	line-height: 15px;
	margin-top: 5px;
	margin-left: 6px;
}

h6.heading6
{
	font-family: verdana, sans-serif;
	color: #042E6F;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Billede tekst */
.txtImgText
{
	font-family: verdana, sans-serif;
	color: #333333;
	width: auto;
	font-size: 10px;
	font-style: italic;
	text-align: center;
}

/* Mail formularen */
div.mailField
{
	border-top: solid 1px #C1D4BA;
	border-bottom: solid 1px #C1D4BA;
	background-color: #EDEDED;
	padding: 10px;
}

td.mailText
{
	font-family: verdana, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 1.4;
	padding-right: 10px;
	vertical-align: middle;
	height: 20px;
	height: 20px;
}

input.mailText
{
	width: 100%;
	border: solid 1px #C1D4BA;
	font-family: verdana, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 1.4;
	padding-right: 10px;
	vertical-align: middle;
	background-color: #FFFFFF;
}

textarea.mailText
{
	width: 100%;
	height: 150px;
}

input.mailSubmit
{
	margin-top: 10px;
	font-family: verdana, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	border: solid 1px #C1D4BA;
	background-color: #EDEDED;
	cursor: pointer;
}

.c_spacer
{
	
	clear: both;
	
}

p 
{
	margin: 0px;
}
	
img 
{
	/*margin-top: 20px;*/
}

.dans 
{
	position: relative;
	width: auto;
}

.imageHolder
{
	position: relative;
	width: auto;
	width: 100px;
	padding: 10px;
	background-color: #C1D4BA;
}

.textfield
{
	width: 125px;
	padding-top: 2px;
	height: 19px;
	border: solid 1px #D0D2DB;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.mailContent_text
{
	font-family: arial;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #000;
}

.newsletter_input 
{
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	font-size: 10px;
	text-align: left;
	height: 12px;
	width: 190px;
	margin-bottom: 6px;
}
.newsletter_tilmeld 
{
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	font-size: 10px;
	text-align: left;
	height: 20px;
	width: 50px;
	margin-bottom: 6px;
}

a{
text-decoration: underline;
color: #a71501;
}

a:hover{
text-decoration: underline;
color: #333333;
}