/** General **/
html {
	background: #4c0002 url(/img/bg.png);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

body { margin-top: 3px; }

h1 {
	background-image:url(/img/header/logo.png);
	background-repeat: no-repeat;
	float: left;
	height: 55px;
	margin-left: -32px;
	text-indent: -999999px;
	width: 303px;
}
	
h2 {
	color: #92191c;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

h3 {
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}

input, textarea { border: 1px solid #91000f; padding: 2px; }

input[type="text"], input[type="password"] {
	font-size: 14px;
	height: 19px; /* 21px uden padding */
	padding: 2px 0 0 2px;
	width: 159px; /* 161px uden padding */
}
input:hover, input:focus
textarea:hover, textarea:focus { border: 1px solid #000000; }

textarea { height: 125px; width: 350px; }
	
select {
	background: url(/img/select-bg.png);
	background-repeat: repeat-x;
	border: 1px solid #dbdbdb;
	color: #000000;
	height: 23px;
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-style: italic;
	vertical-align: middle;
	width: 150px;
}


label { font-weight: bold; }

a { color: #5e5f5f;; text-decoration: none; }
a:hover { color:#000; }
a:active { color:#000; }
p { padding: 5px; }

i, em {font-style:italic;}
strong {font-weight: bold;}

/** Overall design **/
body div#TopContentWrapper { height: 165px; left: 0; position: absolute; top: 3px; width: 100%; }
body div#Wrapper { margin: 223px auto auto auto; position: relative; width: 926px; }
body div#ContentWrapper { background: #530003; padding: 3px; width: 920px; }
body div#FooterWrapper { background: #4d0002; margin-top: 10px; padding: 10px; width: 906px; }
body div#Copyright {
	color: #834f50;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: auto;
	width: 922px;
}


/** div#TopContentWrapper **/
div#TopContentWrapper div#Header { margin: auto; width: 926px; }
div#TopContentWrapper div#Header div#LangSelect { float: right; margin-top: 10px; text-align: right; width: 96px; }
div#TopContentWrapper div#Header div#LangSelect img { display: block; }
div#TopContentWrapper div#Header div#LangSelect a img { display: inline; margin-left: 6px; margin-top: 5px; }

div#TopContentWrapper div#TopContent { background: #6c0008; margin: auto; padding-top: 3px; width: 926px; }
div#TopContentWrapper div#TopContent div#TopBanner { height: 132px; overflow: hidden; width: 926px; }
div#TopContentWrapper div#TopContent div#Navigation ul { 
	background: #6C0008 url(/img/header/navi-bg.png);
	background-repeat: no-repeat;
	height: 30px;
	line-height: 27px;
	padding-left: 15px;
	overflow: hidden;
	width: 911px;
}
div#TopContentWrapper div#TopContent div#Navigation ul li { display: block; float: left; height: 30px; width: auto; }
div#TopContentWrapper div#TopContent div#Navigation ul li a { 
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 9px 15px 11px 15px;
}
div#TopContentWrapper div#TopContent div#Navigation ul li a:hover { background: url(/img/header/menu-hover.png) repeat-x; }

/* Dropdown - Start */
div#TopContentWrapper div#TopContent div#Navigation ul li ul { background: 0; display: none; height: auto; line-height: 24px; margin: 2px 0 0 0; padding: 0; position: absolute; width: auto; }
div#TopContentWrapper div#TopContent div#Navigation ul li ul li { background: url(/img/header/submenu-bg.png) repeat-x; border: 1px solid #8c000e; float: none; height: 26px; width: 100%; }
div#TopContentWrapper div#TopContent div#Navigation ul li ul li a:hover { background: url(/img/header/dropdown-hover-bg.png) repeat-x; }
div#TopContentWrapper div#TopContent div#Navigation ul li ul li a { display: block; padding: 0px 15px 7px 15px; width: 100%; }
div#TopContentWrapper div#TopContent div#Navigation ul li:hover ul { display: block; }
div#TopContentWrapper div#TopContent div#Navigation ul li ul:hover { display: block; }
/* Dropdown - Slut */

div#TopBanner li {
	position: absolute;
	z-index: 1;
}

div#TopBanner li:first-child {
	z-index: 3;
}


/** div#ContentWrapper **/
div#ContentWrapper div#LeftContent { float: left; width: 617px; }
div#ContentWrapper div#MainContent { 
	background: #ffffff;
	float: left;
	padding: 0 15px 15px 17px;
	width: 585px;
}
div#ContentWrapper div#MainContent h2#Headline {
	background: url(/img/content/maincontent/content-header-bg.png);
	background-repeat: repeat-x;
	color: #ffffff;
	height: 47px;
	line-height: 47px;
	margin-bottom: 15px;
	margin-left: -17px;
	padding-left: 17px;
	width: 600px;
}
div#ContentWrapper div#MainContent table td { padding: 5px; }
div#ForsideSubBanner { margin-top: 5px; width: 617px; }
div#ForsideSubBanner img { max-width: 617px; }

div#ContentWrapper div#SideContent { float: right; width: 299px; }

/* Contact - Start */
div#ContactMe {
	background: url(/img/content/sidecontent/kontakt-bg.png) no-repeat;
	color: #fff;
	height: 87px; /* 151px -padding */
	margin: 0 0 5px 0;
	padding: 64px 0 0 32px;
	width: 267px; /* 299px -padding */
}
div#ContactMe table tr td { min-width: 57px; padding-bottom: 2px; }
div#ContactMe table tr td input[type="button"] {
	background: url(/img/content/sidecontent/send-bg.png) repeat-x;
	border: 1px solid #82000d;
	color: #fff;
	float: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 22px;
	padding-left: 15px;
	padding-right: 15px;
}
/* Contact - Slut */

div#ContentWrapper div#SideContent div#SubMenu { width: 299px; }
div#ContentWrapper div#SideContent div#SubMenu h2 {
	background: url(/img/content/sidecontent/submenu-header-bg.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 47px;
	line-height: 47px;
	margin-bottom: 0;
	padding-left: 8px;
	width: 291px; /* 299px uden padding */
}
div#ContentWrapper div#SideContent div#SubMenu ul { margin-bottom: 4px; width: 100%; }
div#ContentWrapper div#SideContent div#SubMenu li {
	background: url(/img/content/sidecontent/submenu-item-bg.gif);
	background-repeat: no-repeat;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 39px;
	line-height: 39px;
	padding-left: 8px;
	width: 291px; /* 299px uden padding */
}

div#ContentWrapper div#SideContent div.Feature { border-bottom: 1px solid #94474d; border-top: 1px solid #94474d; margin-bottom: 4px; width: 100%; }
div#ContentWrapper div#SideContent div.Feature div.img { height: 124px; width: 299px; }
div#ContentWrapper div#SideContent div.Feature img { display: block; width: 299px; }
div#ContentWrapper div#SideContent div.Feature h3 {
	background: url(/img/content/sidecontent/feature-text-bg.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	margin-top: -12px;
	padding-left: 8px;
	position: relative;
	text-transform: uppercase;
	width: 291px; /* 299px uden padding */
	z-index: 99;
}
div#ContentWrapper div#SideContent div.Feature div.FeatureText {
	background: url(/img/content/sidecontent/feature-text-bg.png) repeat-x;
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	height: 37px;
	margin-top: -3px;
	padding: 4px 8px 4px 8px;
	position: relative;
}
div#ContentWrapper div#SideContent a { color: inherit; font: inherit; }
div#ContentWrapper div#SideContent a:hover { color: #999; }


/** div#FooterWrapper **/
div#FooterWrapper h2 { height: 11px; margin-bottom: 12px; }

div#FooterWrapper div#Newsletter {
	background: #53080a;
	float: left;
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	min-height: 98px;
	padding: 12px;
	width: 312px;
}
div#FooterWrapper div#Newsletter table { margin-top: -1px; }
div#FooterWrapper div#Newsletter td { padding: 5px; }
div#FooterWrapper div#Newsletter td input[type="submit"] {
	background: url(/img/footer/tilmeld-newsletter.png);
	background-repeat: no-repeat;
	border: none;
	height: 56px;
	text-indent: -999999px;
	width: 80px;
}

div#FooterWrapper div#FooterAbout {
	background: #53080a;
	float: right;
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	min-height: 98px;
	padding: 12px;
	width: 535px;
}

