/* Get rid of blur around clicked stuff */
:focus {
	outline: none !important;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #754B25;
	background-color: /* #DACAB4; */ #999999;
	background-image: url(img/tapet.gif);
	background-attachment: fixed;
}
html {
	overflow: scroll;
} 
.style1 {font-size: 6px}
.rootStyle {
	position: relative;
	background-color: #FFFFFF;
	background-position: center center;
	border: 1px solid #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 65px;
	padding-left: 0px;
	width: 760px;
	margin: 0px;
	overflow: visible;
}
.menuSubStyle {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 72px;
	background-position: left top;
	text-align: left;
	vertical-align: top;
}
.rootContentStyle {
	border: none;
	margin: 0px 20px;
	background-position: left top;
	text-align: left;
}
.presentationStyle {
	background-position: left top;
	text-align: left;
}
.presentationStyleText {
	background-position: left top;
	text-align: left;
	vertical-align: top;
	margin-top: 5px;
	margin-left: 2px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
a {
	font-weight: normal;
	color: #754B25;
	text-decoration: underline;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
a:link {
	font-weight: normal;
	color: #754B25;
	text-decoration: underline;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
a:visited {
	font-weight: normal;
	color: #754B25;
	text-decoration: underline;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
a:focus {
	font-weight: normal;
	color: #754B25;
	text-decoration: underline;
	border: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
a:hover {
	font-weight: bold;
	color: #754B25;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
a:active {
	font-weight: normal;
	color: #754B25;
	text-decoration: underline;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
p {
	margin: 0px;
	padding: 0px 0px 10px;
}
td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #754B25;
	padding-right: 5px;
	text-align: left;
	vertical-align: top;
}
.tdNormal {
	text-align: left;
	vertical-align: top;
	padding-right: 0px;
}

tr.menu td {
	padding: 0px;
	margin: 0px;
	width: auto;
	height: 21px;
	background-color: #3a4940;
	text-align: center;
	vertical-align: middle;
}

tr.menu td:hover, tr.menu td.active {
	background-color: #bab5a4;
	color: #3a4940;
	cursor: pointer;
}

#menus {
	margin-bottom: 4px;
}

a.menuitem, a.menuitem:hover, a.menuitem:visited, a.menuitem:active, a.menuitem:focus {
	font-family: helvetica, arial, sans;
	padding: 0px 9px 0px 9px;
	vertical-align: middle;
	color: #cac5b4;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	width: inherit;
	outline: none;
}

tr.menu td.active a, tr.menu td:hover a.menuitem { color: white; }

/* Overlay, with wrapper, currently containing the language switcher link + flags */
#topLeftOverlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 335px;
	height: 110px;
}
#topLeftOverlay .wrap {
	position: relative;
	width: 335px;
	height: 110px;
}

/* Language switcher link and flags */
a.langSwitch, a.langSwitch:hover, a.langSwitch:visited, a.langSwitch:active, a.langSwitch:focus {
	position: absolute;
	bottom: 4px;
	right: 34px;
	text-align: right;
	text-decoration: none;
	outline: none;
	font-size: 11px;
	color: #3a4940;
	font-weight: normal;
}
a.langSwitch:hover {
	text-decoration: underline;
}
#flag { /* Got flags from http://findicons.com */
	position: absolute;
	bottom: 5px;
	right: 10px;
	width: 14px;
	height: 11px;
	background: url(img/flag_da_14x11.png);
}
#flag.en {
	background: url(img/flag_en_14x11.png);
}


#page-footer {
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 100%;
	text-align: center;
}
#page-footer a, #page-footer a:visited, #page-footer a:link, #page-footer a:hover, #page-footer a:active, #page-footer a:focus {
	font-size: 11px;
	color: #3a4940;
	font-weight: bold;
	text-decoration: none;
}
#page-footer a:hover, #page-footer a:active, #page-footer a:focus {
	text-decoration: underline;
}


