/* Brødtekster */
.standard
{
	font-family: arial, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 1.4;
}
.testbors
{
	/*border: 1px solid #f90;*/
	color: #000;
	/*margin-bottom: 10px;*/
}
.image
{	
	position: relative;
	float: left;*/
	top: 0px;
	width: 29px;
}
.textbors
{	
	position: relative;
	float: left;
	top: 0px;
	left: 10px;
	width: 340px;
	padding-bottom: 10px;
}
.hugin {
	font-family: arial, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 1.4;
}
.hugin TD {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.marked
{
	font-family: arial, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 1.4;
	background-color: #E1F1E4;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Link */

a.txtLink
{
	background-image: url(../img/linkDot.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: top left;
	text-decoration: underline;
	color: #09A27A;
}
a.txtLink:hover
{
	text-decoration: underline;
	color: #A7D6BB;
}
a.txtLinkBors
{
	text-decoration: underline;
	color: #09A27A;
}
a.txtLink:hoverBors
{
	text-decoration: underline;
	color: #A7D6BB;
}

.testbors  a.txtLink
{
	background: none;
	padding-left: 0px;
	text-decoration: underline;
	color: #09A27A;
	
}
.testbors a.txtLink:hover
{
	text-decoration: underline;
	color: #A7D6BB;
}

/* Overskrifter */
h1.heading1
{
	font-family: arial, sans-serif;
	color: #333333;
	font-size: 24px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2.heading2
{
	font-family: arial, sans-serif;
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3.heading3
{
	font-family: arial, sans-serif;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.header
{
	font-family: arial, sans-serif;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

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

/* Mail formularen */
div.mailField
{

	background-color: #E1F1E4;
	padding: 10px;
}
td.mailText
{
	font-family: arial, 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 #ABABAB;
	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: arial, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	border: solid 1px #ABABAB;
	background-color: #AACEB0;
	cursor: pointer;
}

/* HR */
.theHR
{
	height: 1px;
	border: 0px;
	background-color: #DEDEDE;
}
.theHR HR
{
	display: none;
}