/***** generel tags start *****/
div
{
	margin:0pt;
	padding:0pt;
	
	font-family: Verdana;
	font-size: 10px;
	
}

h2
{
	color: #3fae4a;
	font-size: 12px;
	font-weight: bold;
	
	margin-top: 15px !important;
	margin-bottom: 5px !important;
}

h3
{
	color: #3fae4a;
	font-size: 10px;
	font-weight: bold;
	
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

select,input,textarea,file,button,submit
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border:#819CC9 1px solid;
	background-color:#FFFFFF;
	color:#616264;
}

a:link, a:visited
{
	text-decoration: none;
	color: black;
}
a:hover, a:active
{
	text-decoration: none;
	color: #ef5221;
}

#menuLogin
{
	margin-left: 8px;
}

#menuLogin a, #menuLogin a:visited
{
	font-style:normal;
	background-image:none;
	text-decoration:none;
	color:#000000;
}

#menuLogin a:hover, #menuLogin a:focus
{
	font-style:normal;
	background-image:none;
	text-decoration:none;
	color:#EF521F;
}

/**** cross design tags ****/


/* read more link */

#printWaterMark
{
	display: none;
}

.mainCenter a, .mainCenter a:VISITED, .mainCenter a:FOCUS
{
	color: #3fae4a;
	text-decoration: underline;
}

.mainCenter a:ACTIVE, .mainCenter a:HOVER
{
	color: #EF521F;
	text-decoration: none;
}

/* Pretty header */

.centerHeader span, h1
{
	margin: 20px 0px 4px 0px;
	font-size: 20px;
	font-weight: bold;
	color: #3fae4a;
	background-image: url(/media/overskrift_bue.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 3px;
	padding-right: 18px;
}

.centerHeader h1
{
	background: none;
}

.mainCenter
{
	margin-bottom: 15px;
}
.mainCenterBox
{
	border-top: 1px solid #3fae4a;
	margin: 0px;
	padding: 5px 0;
	
	/* text-align: justify; */
}

.mainCenterOpninghours
{
}
/***** generel tags end *****/



/***** masterMain start *****/
#masterMain {
	position: absolute;
	left: 50%;
	margin-left: -500px;
	z-index: 10;
	background-image: url(/media/background.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
/***** masterMain end *****/



/***** masterMainWrapper start *****/
#masterMainWrapper
{
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#masterMainWrapper
{
	/* Normally a Holly-style hack height: 1% would suffice but that causes 
	IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
	/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
	(I saw it happen many moons ago) makes the width of wrapper too small 
	the float: none with the comment is ignored by 5.01,
	5.5 and above see it and carry on about their business
	It's probably fine to just remove it, but it's left here 
	just in case that many moons ago problem rears its head again */
	float/**/: none;
}

/* easy clearing */
#masterMainWrapper:after
{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#masterMainWrapper
{
	display: inline-block;
	width: 1000px;
	
}

/*\*/
#masterMainWrapper
{
	display: block;
}
/* end easy clearing */


#masterMainCenter img
{
	margin: 5px;
}

/***** masterMainWrapper end *****/



/***** masterMainLeftSidebar start *****/
#masterMainLeftSidebar
{
	float: left;
	width: 183px;
	background-color: #fef2e3;
	margin-top: 135px;
}
* html #masterMainLeftSidebar
{
	display: inline;
}
#masterMainLeftSidebarInside {
}

#masterMainLeftAddress {
	position:absolute;
	padding-left: 10px;
	padding-top: 50px;
}
#masterMainLeftAddress div {
	font-weight: bold;
	color: #3fae4a;
}

.masterBanner {
	position: relative;
	padding-left: 10px;
	margin-bottom: 10px;
}

.masterBanner.first {
	padding-top: 160px;
}

.masterBanner img
{
	border: 0;
}

/***** masterMainLeftSidebar end *****/



/***** masterMainCenter start *****/
#masterMainCenter
{
	float: left;
	width: 409px;
}


#masterMainCenterInside
{
	margin-top: 122px;
	margin-left: 10px;
	margin-right: 10px;
}

#masterMainCenterInside a, #masterMainCenterInside a:VISITED, #masterMainCenterInside a:FOCUS
{
	color: #3fae4a;
	text-decoration: underline;
}

#masterMainCenterInside a:ACTIVE, #masterMainCenterInside a:HOVER
{
	color: #EF521F;
	text-decoration: none;
}

.masterMainCenterHeader
{
	/*border-bottom: 1px solid #3fae4a;
	margin: 30px 10px 0 10px;
	padding: 0 0 2px 0;*/
}
.masterMainCenterHeader span
{
	margin: 20px 10px 4px 10px;
	font-size: 20px;
	font-weight: bold;
	color: #3fae4a;
	background-image: url(/media/overskrift_bue.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 3px;
	padding-right: 18px;
}
.masterMainCenterBox
{
	border-top: 1px solid #3fae4a;
	margin: 0 10px;
	padding: 10px 0;
}
/***** masterMainCenter end *****/



/***** masterMainRightSidebar start *****/
#masterMainRightSidebar
{
	float: left;
	width: 174px;
}

#masterMainRightButtonBox
{
	margin-top: 130px;
	height: 75px;
}

a#masterMainRightButtonPrint div
{
	background-image: url(/media/print_green.gif);
	width: 11px;
	height: 9px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	cursor: pointer;
}
a:hover#masterMainRightButtonPrint div
{
	background-image: url(/media/print_orange.gif);
}

a#masterMainRightButtonMail div
{
	background-image: url(/media/mail_green.gif);
	width: 11px;
	height: 8px;
	float: left;
	margin-left: 20px;
	margin-top: 15px;
	cursor: pointer;
}
a:hover#masterMainRightButtonMail div
{
	background-image: url(/media/mail_orange.gif);
}

a#masterMainRightButtonLogin div
{
	background-image: url(/media/lock_green.gif);
	width: 8px;
	height: 9px;
	float: left;
	margin-left: 25px;
	margin-top: 28px;
	cursor: pointer;
}
a:hover#masterMainRightButtonLogin div
{
	background-image: url(/media/lock_orange.gif);
}

a#masterMainRightButtonRss div
{
	background-image: url(/media/rss_green.gif);
	width: 8px;
	height: 9px;
	float: left;
	margin-left: 27px;
	margin-top: 44px;
	cursor: pointer;
}
a:hover#masterMainRightButtonRss div
{
	background-image: url(/media/rss_orange.gif);
}

.masterMainRightEmbedded
{
	margin: 5px 0 8px 0;	
}

.masterMainRightHeader
{
	color: #3fae4a;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #3fae4a;
	padding-bottom: 2px;
}
#masterMainRightInside {
	margin: 0 10px;
	padding-bottom: 80px;
}
#masterMainRightInside a:link, #masterMainRightInside a:visited {
	text-decoration: none;
	color: black;
}
#masterMainRightInside a:hover, #masterMainRightInside a:active {
	text-decoration: none;
	color: #ef5221;
}

/***** masterMainRightSidebar end *****/



/***** masterMainGreenLine start *****/
.masterMainGreenLine
{
	float: left;
	width: 1px;
	background-color: #3fae4a;
	margin: 300px 0 0 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	min-height: 400px;
}
* html #masterMainGreenLineLeft {
	height: 400px;
}
#masterMainGreenLineLeft
{
	margin-left: 91px;
}
* html #masterMainGreenLineLeft {
	display: inline;
}
/***** masterMainGreenLine end *****/





/***** masterFooter start *****/
#masterFooter
{	
	clear: both;
}
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #masterFooter, * > form, * > #notes, * > .output
{
	position: relative;
	z-index: 1000;
}
#masterFooter {
	margin-left: 91px;
	width: 770px;
	border-top: 1px solid #3fae4a;
	height: 50px;
}
/***** masterFooter end *****/
	
	
	
/* Start Mac IE5 filter \*/
#masterMainLeftSidebar, #masterMainCenter, #masterMainRightSidebar, .masterMainGreenLine
{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
}
/* End Mac IE5 filter */
	
/* Start UDM4 styling */

/* expanding menu styling */
#udm ul {
	margin-left:0 !important;
	margin-top:1px !important;
}

/* End UDM4 styling */
	
/***** masterPictureHeader start *****/	
#masterPictureHeader 
{
	position: absolute;
	left: 50%;
	margin-left: -409px;
	width: 770px;
	height: 200px;
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 1;
}
/***** masterPictureHeader end *****/	



/***** masterMainFlip start *****/	
#masterMainFlip
{
	z-index: 3000;
	position: absolute;
	margin-top: 470px;
	left: 50%;
	margin-left: 301px;
	/*background: url(images/flip.gif);*/
	width: 69px;
	height: 50px;
}
/***** masterMainFlip end *****/	

/* NOTICE CONTAINER */
.noticeContainer
{
	border: 1px solid #3FAE4A;
	background-color: #FEF2E3;
	margin: 15px 0 7px 0;
	
	
	padding: 10px;
	color: black;
	font-weight: bold;
}

.noticeContainer ul
{
	list-style: none;
	padding: 0px;
	margin: 0;
}

/* FORM */

.field_has_errors
{
	border-color: red !important;
}

.field_errors
{
	margin: 0 0 7px 0;
	padding: 0px;
	list-style: none;
	color: red;
	font-weight: bold;
}

/* Newsletter */

.newsletterSubscribe label
{
	width: 110px;
	display: block;
	float: left;
}

.newsletterSubscribe input,
.newsletterSubscribe select
{
	width: 220px;
}

.newsletterSubscribe input.submit
{
	width: 50px;
	margin-left: 110px;
	
}

.newsletterError
{
	color: red;	
	font-weight: bold;
}


