td,tr,p {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4A;
}

.headline {
	font-size: 11px;
	color: #980505;
}

/* -------------- LINK DEFINITIONS ----------------- */

a {
	color: #4D4D4A;
}

a:link {
	color: #4D4D4A;
	text-decoration: underline;
}
	
a:visited {
	color: #4D4D4A;
	text-decoration: underline;
}

a:active {
	color: #4D4D4A;
	text-decoration: underline;
}

a:hover {
	color: #4D4D4A;
	text-decoration: none;
}

a.understreg {
	color: #596475;
}

a.understreg:link {
	color: #596475;
	text-decoration: none;
}
	
a.understreg:visited {
	color: #596475;
	text-decoration: none;
}

a.understreg:active {
	color: #C15026;
	text-decoration: none;
}

a.understreg:hover {
	color: #C15026;
	text-decoration: underline;
}


.outer_img_bg {
	background-color: #D0D0C8;
}
.inner_img_bg {
	background-color: #FFFFFF;
}

.contentTabel {
	background-color: #E9EAE5;
}

/* ------------------ Input og tekstareas --------------*/

.inputFelter {
	color: #4D4D4A;
	height: 18px;
	width: 200px;
	background-color: #FFFFFF;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px #B7B7B0 solid; 
	border-top: 1px #B7B7B0 solid;
	border-right: 1px #B7B7B0 solid;
	border-left: 1px #B7B7B0 solid;
}
textarea {
	color: #4D4D4A;
	height: 150px;
	width: 400px;
	background-color: #FFFFFF;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px #B7B7B0 solid; 
	border-top: 1px #B7B7B0 solid;
	border-right: 1px #B7B7B0 solid;
	border-left: 1px #B7B7B0 solid;
}
.textarea_lille {
	color: #4D4D4A;
	height: 150px;
	width: 300px;
	background-color: #FFFFFF;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px #B7B7B0 solid; 
	border-top: 1px #B7B7B0 solid;
	border-right: 1px #B7B7B0 solid;
	border-left: 1px #B7B7B0 solid;
}
select {
	color: #4D4D4A;
	height: 18px;
	width: 63px;
	background-color: #FFFFFF;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px #B7B7B0 solid; 
	border-top: 1px #B7B7B0 solid;
	border-right: 1px #B7B7B0 solid;
	border-left: 1px #B7B7B0 solid;
}
