/***********************************************************
Overall style definition
***********************************************************/

body {
	margin: 0px;
	text-align:center;
	background-color: rgb(255,255,255);
	background-image: url(images/main/background_top.gif);
	background-position: top;
	background-repeat: repeat-x;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;

}

/***********************************************************
Links
***********************************************************/


a:link {
	color: #8f0034;
}
a:visited {
	color: #8f0034;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #8f0034;
}

a.mainlink:link {
	color: #8f0034;
	text-decoration: none;
	border-bottom: 1px dotted #8f0034;
}
a.mainlink:visited {
	color: #8f0034;
	text-decoration: none;
	border-bottom: 1px dotted #8f0034;
}
a.mainlink:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #8f0034;
	border-bottom: 1px dotted #8f0034;
}
a.mainlink:active {
	color: #8f0034;
	text-decoration: none;
	border-bottom: 1px dotted #8f0034;
}


/***********************************************************
fonts
***********************************************************/

/*: Paragraphs
----------------------------------------------------------*/
p {
	margin: 0em 0;
}


.maintext {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	font-weight: normal;
	text-align: left;
}

.nyhedoverskrift {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	font-weight: bold;
	text-align: left;
}

.lillerubrik {
	font-size: 16px;
	line-height: 22px;
	color: #b78f4a;
	font-weight: bold;
	text-align: left;
}

.mellemrubrik {
	font-size: 12px;
	line-height: 22px;
	color: #b78f4a;
	font-weight: bold;
	text-align: left;
}

.adresse {
	font-size: 12px;
	line-height: 15px;
	color: #9d6b14;
	font-weight: normal;
	text-align: left;
}


/***********************************************************
bokse
***********************************************************/

table.nyhed {
	width:100%;
	background-color: #fef8ea;
	}
	
.nyhedimage {
	border:3px solid #fdedcc;

}

.nyhedbigimage {
	border:5px solid #fdeabe;
}

.textfiled {
	width: 280px;

}

p.thumbGallery {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8f0034;
	padding:0px;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:20px;
}

p.thumbGallery img {
	margin-top:5px;
	margin-bottom:5px;
	margin-right:8px;
	margin-left:0px;
	border:5px solid #fdeabe;
}
.wideColumn {
	width:100%;
}

