/* Brødtekster */


.standard
{
	font-family: verdana, sans-serif;
	color: #000;
	font-size: 11px;
	line-height: 1.4;
}



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

/* Link */

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


a.txtLink
{
	text-decoration: none;
	color: #000;
	text-decoration: underline;	
}
a.txtLink:hover
{
	text-decoration: none;
	color: #000;
	text-decoration: underline;
}
a.txtLinkWhite
{
	position: relative;
	float: right;
	width: 85px;
	text-decoration: none;
	color: #fff;
	text-decoration: underline;	
}
a.txtLinkWhite:hover
{
	text-decoration: none;
	color: #fff;
	text-decoration: underline;
}


a.txtLinkWhiteIndex
{
	color: #fff;
	text-decoration: underline;	
}
a.txtLinkWhiteIndex:hover
{
	color: #fff;
	text-decoration: underline;
}

/* Overskrifter */
h1.heading1
{
	font-family: arial, sans-serif;
	color: #749883;
	font-size: 28px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0px;
}
h2.heading2
{
	font-family: verdana, sans-serif;
	color: #482F19;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3.heading3
{
	font-family: verdana, sans-serif;
	color: #482F19;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.headbox
{
	font-family: verdana, sans-serif;
	color: #000;
	font-size: 26px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Billede tekst */
.txtImgText
{
	font-family: verdana, sans-serif;
	color: #000;
	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;
	/*background-color: #369;*/
	
}

	
img 
{
	border: 0px;
	/*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;
}

/*link style*/
.linkbox
{
	position: relative;
	float: left;
	width: 520px;
	height: 24px;
	font-size: 10px;
	background-image: url(../img/streg.gif);
	background-repeat: no-repeat;
	background-position:0% 100%;
	color: #000;
}

.image
{	
	position: relative;
	float: left;
	top: -1px;
	width: 10px;
}
.textbors
{	
	position: relative;
	float: left;
	top: 5px;
	left: 10px;
	width: 340px;
	padding-bottom: 10px;
}
.bundMail
{	
	position: relative;
	float: right;
	right: 0px;
	width: 200px;
	text-align: right;
	
}
.bundMailText
{	
	position: relative;
	float: right;
	right: 0px;
	width: 50px;
	text-align: right;
	
}
.bundMailLink
{	
	position: relative;
	float: right;
	right: 0px;
	width: auto;
	padding-left: 6px;
	text-align: right;
	
}