/* Brødtekster */
.standard
{
	position: relative;
	
	height: 20px;
	top: 0px;	
	left: 0px;	
	font-family: arial, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 1.4;
	/*background-color: #f90;*/
}

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

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

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

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

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

h2.heading2
{
	font-family: arial, sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3.heading3
{
	font-family: arial, sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}



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

/* Mail formularen */
.mailField
{
	width: 100%;
	background-color: #e5f0ef;
	padding: 10px;
}


.mailText
{
	width: 260px;
	font-family: arial, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 15px;
	
	padding-right: 5px;
	padding-left: 5px;
	
	border-bottom: 1px solid #dad8d8;
}

.uploadText
{
	width: 260px;
	height: 20px;
	align: middle;
	font-family: arial, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 15px;
	
	padding-right: 5px;
	padding-left: 5px;
}

.uploadTextBorder
{
	width: 260px;
	height: 20px;
	align: middle;
	font-family: arial, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 15px;
	
	padding-right: 5px;
	padding-left: 5px;
	
	border-bottom: 1px solid #dad8d8;
}

.uploadContent
{
	width: 210px;
	height: 20px;
	font-family: arial;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #000;
	background-color: #e5f0ef;
	
}
.textArea
{
	width: 200px;
	margin-left: 3px;
	height: 200px;
	border: solid 1px #C1D4BA;
}

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

.c_spacer
{
	
	clear: both;
	/*background-color: #369;*/
	
}

p 
{
	margin: 0px;
		font-size: 12px;
	line-height: 1.4;
}
	
img 
{
	/*margin-top: 20px;*/
}

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

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


.textField
{
	width: 200px;
	padding-top: 2px;
	height: 14px;
	border: solid 1px #D0D2DB;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 4px;
	margin-left: 3px;
}

.attachmentField
{
	width: 200px;
	padding-top: 2px;
	height: 22px;
	border: solid 1px #D0D2DB;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 4px;
	margin-left: 3px;
}

.mailContent_text
{
	width: 210px;
	font-family: arial;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #000;
	background-color: #e5f0ef;
}
.checkbox{
	border: 1px solid #D0D2DB;
	background-color: #D0D2DB;
	width: 15px;
	height: 15px;
	margin-left: 3px;
}