﻿@charset "utf-8";
/* CSS Document */


<!-- custom styles for Harboe Sub-Sites --> 
<!-- custom styles for Harboe Sub-Sites -->


* {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
}



/* Change page background gradient & BOTTOM COLOR here */
/* NOTE: THE 'background-color:' MUST BE CHANGED TO THE COLOUR AT THE BOTTOM OF THE bg_body.png IMAGE */

body
{
	margin: 0px;
	background: #9f9f9f url(/img/MaltExtract/bg_body.png) repeat-x;
	background-color: #FFFFFF;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}
/* end page background gradient here */


/* Change page background FRONTPAGE  */
.p1 #innerWrap
{
	background: transparent url(/img/MaltExtract/bg_innerWrap_p1.png) no-repeat;
}
/* END page background FRONTPAGE  */



/* Change page background INNERPAGE  */
#innerWrap {
	z-index: 10;
	top: 0;
	left: 0px;
	width: 1002px;
	position: absolute;
	background: transparent url(/img/MaltExtract/bg_innerWrap.png) no-repeat;
}
/* END page background INNERPAGE  */




/* Change TOP MENU background  */
#headerWrap #mainNav {
	position: relative;
	margin: 0;
	padding: 0 0 0 24px;
	background: transparent url(/img/MaltExtract/bg_menu.png) no-repeat bottom left; /*bottom*/
	list-style: none;
	overflow: hidden;
}
/* END TOP MENU background  */


/* Change TOP MENU NORMAL BUTTON  */
#headerWrap #mainNav li
{
	float: left;
	width: 106px;
	height: 44px;
	margin-left: 1px;
	background: transparent url(/img/MaltExtract/bn_menu.png) no-repeat;
	text-align: center;
}
/* END TOP MENU NORMAL BUTTON  */

/* Change TOP MENU SELECTED BUTTON  */
#headerWrap #mainNav li.selected
{
	background: transparent url(/img/MaltExtract/bn_menu_sel.png) no-repeat;
}
/* END TOP MENU SELECTED BUTTON  */


/* Change LEFT NAV SECTION  */

/* Change LEFT NAV SECTION BACKGROUN PIC AND BACKGROUND-COLOR HERE  */
#leftNav {
	min-height: 430px;
	background: #D6D6D6 url(/img/MaltExtract/bg_leftnav_min-height.png) no-repeat right bottom;
}
/* END LEFT NAV SECTION BACKGROUN PIC AND BACKGROUND-COLOR   */

/* Change LEFT NAV SUB-SECTION BACKGROUN PIC AND BACKGROUND-COLOR HERE  */
#leftNav li li.submenu {
	padding-top: 8px;
	border-top: 2px solid #ffffff;
	background: transparent url(/img/MaltExtract/bg_leftnav_sub.png) no-repeat bottom;
}
/* END LEFT NAV SUB-SECTION BACKGROUN PIC AND BACKGROUND-COLOR   */



#leftNav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 1px;
	background: #ffffff;
}

#leftNav .bottom {
	padding: 0 0 5px;
	background: transparent url(/img/MaltExtract/bg_leftnav_top.png) no-repeat right top;
}

#leftNav li {
	margin: 0 0 3px;
	padding: 0;
	background: #D6D6D6 url(/img/MaltExtract/bg_leftnav.png) no-repeat;
	color: #fefefe; 

}    

/* CHANGE LEFT MENU INNER PAGE TEXT-COLOR HERE */
#leftNav li a {
	display: block;
	text-decoration: none;
	padding: 5px 8px;
	
	color: #5e5040;

	background: transparent url(/img/MaltExtract/bg_leftnav_bottom.png) no-repeat bottom;
}
/* END LEFT MENU INNER PAGE TEXT-COLOR HERE */


/* CHANGE LEFT MENU INNERPAGE selected ITEM HERE */
#leftNav li a.selected {
	text-decoration: underline;
	color:  #333333;
	font-weight: bold;
}
/* END LEFT MENU INNERPAGE selected ITEM  */


#leftNav ul ul {
	padding-bottom: 15px;
	background: transparent url(/img/MaltExtract/bg_leftnav_bottom.png) no-repeat bottom;
}



/* START LEFT MENU INNERPAGE SUBMENU SECTION  */

/* CHANGE LEFT MENU INNERPAGE MENU BULLET   */
#leftNav li li a {
	background: url(/img/MaltExtract/bg_leftnav_bullet.png) no-repeat 12px 6px;
	padding: 2px 8px 0 24px;}
/* END LEFT MENU INNERPAGE MENU BULLET   */



/* CHANGE LEFT MENU INNERPAGE SUBMENU BULLET HERE  */
#leftNav li li.submenu a {
	background: transparent url(/img/MaltExtract/bg_leftnav_bullet_sub.png) no-repeat 12px 6px;
	padding-bottom: 5px;
}
/* END LEFT MENU INNERPAGE SUBMENU BULLET   */


/* END LEFT MENU INNERPAGE SUBMENU SECTION  */


/* END LEFT NAV SECTION  */


/* CHANGE INNERPAGE TEXT-BOX BACKGROUND COLOR */
#contentWrap .box
{
	background: #fff6cc;
	margin: 0 20px 15px 0;
}
/* END INNERPAGE TEXT-BOX COLOR */



/* change FOOTER SECTION  */

/* change FOOTER background FRONTPAGE */
.p1 #footerWrap {
	background: #FFFFFF url(/img/MaltExtract/bg_footerWrap_p1.png) no-repeat;
}
/* END FOOTER background FRONTPAGE */


/* change FOOTER background INNER PAGES  */
/* FOOTER background COLOR */
#footerWrap {
	height: 77px;
	clear: both;
	background: #9f9f9f url(/img/MaltExtract/bg_footerWrap.png) no-repeat;
	padding: 10px 0px 0;
	text-align: right;
	background-color: #FFFFFF;
}
/* END FOOTER background INNER PAGES  */

/* END FOOTER SECTION  */



/* CHANGE INNER HIGHLIGHTED TEXT AREA BACKGROUND COLOR */
#rightColumn .inner {
	background: transparent url(/img/bg_box_inner.png) no-repeat left bottom;
	padding: 25px 0px 23px 24px;
}

#rightColumn .topBox {
	background: #464642 url(/img/bg_topBox.png) no-repeat;
	margin: 0 0 80px 3px;
	width: 175px;
}
#rightColumn .topBox .inner {
	background: transparent url(/img/bg_topBox_bottom.png) no-repeat left bottom;
	padding: 15px 20px;
	min-height: 122px;
	color: #ffffff;
}

/* END INNER HIGHLIGHTED TEXT AREA  */


#imageText_text
{
width: 140px;
display: block;
/*padding-left: 20px !important;*/
}

 
#imageText_headline
{
 width: 160px;
 display: block;
}



#textTeaser_topBox li
{
color: #FFFFFF;
}


#textTeaser_teaserText li
{
color: #FFFFFF; !important;
}


#MainSiteLink
{
width: 150px;
height: 22px;
font-weight: bold;
/* border: 2px solid orange;  */
padding: 12px 0 0 592px;
}



#mainsitelinkimg 
{
	background: url(/img/mainsitelinkimg.png) no-repeat;
	width: 150px;
	height: 20px;
	border: none;
}


#logo_imgLogo
{
width: 118px;
height: 66px;
border: 0 0 0 0;
padding: 0 0 0 0;
margin: 0 0 0 0;
}





<!-- END custom styles for Harboe Sub-Sites --> 
<!-- END custom styles for Harboe Sub-Sites -->
<!-- END custom styles for Harboe Sub-Sites -->
<!-- END custom styles for Harboe Sub-Sites -->









form {margin: 0;}
fieldset{margin: 0; padding: 0; border: 0;}
img {border: 0;}

#wrapper {
	position: relative;
	margin: 0px auto;
	width: 1002px;
}


#frontpage {
	background-color: #ffffff;
}

#frontpageBg {
	background-color: #ffffff;
	background-position: 2px 39px;
	background-repeat: no-repeat;
	height: 382px;
	width: 1002px;
}

#headerWrap {
	overflow: hidden;
	height: 156px;
	padding: 0 2px 0 2px;
}
#headerWrap #logo {
	width: 118px;
	position: relative;
	top: 60px;
	left: 56px;
}


#headerWrap #topNav {
	position: absolute;
	z-index: 10;
	top: 5px;
	right: 190px;
	margin: 0;
	padding: 6px 15px 0 0;
	overflow: hidden;
	/*visibility: hidden;*/
}
#headerWrap #topNav li {
	list-style: none;
	float: left;
	padding: 0;
}
#headerWrap #topNav li a {
	text-indent: -1000px;
	display: block;
	width: 26px;
	height: 20px;
}
#headerWrap #topNav li a.da {
	background: transparent url(/img/ic_da.png) no-repeat 2px 2px;
}
#headerWrap #topNav li a.de {
	background: transparent url(/img/ic_de.png) no-repeat 2px 2px;

}
#headerWrap #topNav li a.en {
	background: transparent url(/img/ic_en.png) no-repeat 2px 2px;
}
#headerWrap #topSearch {
}

#headerWrap #topSearch label,
#headerWrap #topSearch legend {
	display: none;
}


#headerWrap #topSearch .mainSearchText {
	background: transparent;
	width: 146px;
	height: 18px;
	border: 0;
	margin: 0;
	position: absolute;
	padding: 4px 0 0 6px;
	top: 8px;
	right: 31px;
	background: url(/img/bg_search_input.png) no-repeat 2px 2px;
}
#headerWrap #topSearch .mainSearchSubmit {
	position: absolute;
	top: 10px;
	right: 2px;
	margin: 0;
}




.p1 #headerWrap #topMainNav {
	background: none; /*transparent url(/img/bg_menu_right_p1.png) no-repeat bottom right;*/
}

#headerWrap #topMainNav {
	position: absolute;
	top: 61px;
	right: 2px;
	overflow: hidden;
	padding: 0 25px 0 0;
	background: transparent url(/img/MaltExtract/bg_menu_right.png) no-repeat bottom right;
}








#headerWrap #mainNav li a {
	height: 44px;
	display: block;
	line-height: 53px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

#content {
	overflow: hidden;
	min-height: 600px;
	padding: 0 2px 0 2px;
}
.p1 #content {
	min-height: 506px;
}

#content #frontpageTxt {
	/*background: transparent url(/img/logo_frontpage.png) no-repeat 124px 39px;*/
	padding: 90px 0 0;
	height: 150px;
}
#content #frontpageTxt h1 {
	font-weight: normal;
	font-size: 32px;
	padding: 0 0 0 51px;
	margin: 0;
}
#content #frontpageTxt h2 {
	font-weight: normal;
	font-size: 14px;
	padding: 0 0 10px 75px;
	margin: 0;
}
#content .sections h3 {
	font-size: 16px;
	padding: 16px 16px 10px;
	margin: 0;
}
#content .sections p {
	margin: 0;
	padding: 0 16px 10px;
}
#content .sections {
	overflow: hidden;
}
#content .sections ul {
	margin: 0;
	padding: 8px 0 0 11px;
	list-style: none;
	overflow: hidden;
}
#content .sections li {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 11px 0;
	margin: 0;
	padding: 0 11px;
	width: 222px;
	height: 246px;
	float: left;
}

#leftColumn {
	margin: 0;
	padding: 0 0 0 19px;
	width: 181px;
	float: left;
}
#leftColumn .logo {
	margin: 25px 0 0;
	height: 34px;
	background: transparent url(/img/logo_red.png) no-repeat 30px 0;
}







#leftNav ul ul ul{
	background: none;
}




#leftNav li li {
	list-style: square;
	background: none;
}
#leftNav li li.submenu li a {
	padding: 0 0 0 20px;
	background: none;
}


#leftNav .submenu a {
	color: #1f4607;
}
#leftNav ul ul ul li {
	background: none;
	color: #1f4607;
}
#leftNav li li li {
	padding: 0 0 0 10px; margin: 0;
	list-style: none;
}

#contentWrap {
	padding: 0 0 15px 25px;
	width: 570px;
	float: left;
}

#contentWrap h1 {
	font-size: 32px;
	font-weight: normal;
	padding: 0 40px 15px 0;
	margin: 0;
}
#contentWrap h2 {
	font-size: 11px;
	padding: 0 40px 10px 0;
	margin: 0;
}
#contentWrap h3 {
	font-size: 11px;
	padding: 0 40px 10px 0;
	margin: 0;
}
#contentWrap p {
	padding: 0 40px 10px 0;
	margin: 0;
}
#contentWrap img {
	padding: 0 0 30px;
}
#contentWrap p img {
	float: left;
	padding: 0 10px 10px 0;
}
#contentWrap ul {
	padding: 0 5px 5px;
	margin: 0 0 0 10px;
}
#contentWrap ul li {
	list-style: square;
	padding: 0 0 6px; margin: 0;
}

/* SEARCH */
#contentWrap ul.search {
	padding: 20px 0;
	margin: 0;
}
#contentWrap ul.search li {
	list-style: none;
	padding: 0 0 15px;
	margin: 0;
}
#contentWrap ul.search h2,
#contentWrap ul.search p {
	padding-bottom: 0;
}
#contentWrap ul.search em {
	font-style: normal;
}
#contentWrap ul.search a {
	text-decoration: none;
	color: #000000;
}
#contentWrap ul.search a:hover {
	text-decoration: underline;
}

/* PAGING */
#contentWrap ul.paging {
	padding: 10px 0 0;
	margin: 0;
	overflow: hidden;
}
#contentWrap ul.paging li {
	list-style: none;
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
}
#contentWrap ul.paging li.selected a {
	text-decoration: none;
	color: #000000;
}
#contentWrap ul.paging li.prev {
	padding-right: 18px;
	color: #919191;
}
#contentWrap ul.paging li.next {
	padding-left: 8px;
}
#contentWrap a,
#contentWrap .link {
	color: #d70000;
}
#contentWrap p.link {
	padding-top: 20px;
}
#contentWrap .c200 {
	overflow: hidden;
}
#contentWrap .c100 {
	width: 285px;
	float: left;
}
#contentWrap .box h3,
#contentWrap .box p {
	padding-right: 0;
}


#contentWrap .inner {
	padding: 13px;
}

#contentWrap .joblist {
	padding: 0 0 20px;
}

#contentWrap .form {
	padding: 15px 20px 10px 0;
}
#contentWrap .form label {
	padding: 2px 0 5px;
	font-weight: bold;
	float: left;
	width: 70px;
}
#contentWrap .form input.text {
	float: left;
	width: 185px;
	margin: 0 0 10px;
}
#contentWrap .form select {
	float: left;
	width: 194px;
	margin: 0 0 10px;
}
#contentWrap .form textarea {
	width: 260px;
	margin-bottom: 10px;
}

#contentWrap .form input.postal {
	width: 35px;
	margin-right: 10px;
}
#contentWrap .form label.city {
	width: 25px;
}
#contentWrap .form input.city {
	width: 110px;
}
#contentWrap .form label.file {
	width: 265px;
	padding-bottom: 5px;
}
#contentWrap .form input.file {
	float: left;
	width: 265px;
	margin-bottom: 10px;
}
#contentWrap .form input.newsletter {
	width: 110px;
	margin-right: 10px;
}

#contentWrap .form input.button {
	margin-top: 5px;
	margin-bottom: 10px;
}
#contentWrap .form input.newsletterButton {
	margin-top: 0;
}
#contentWrap .form .error {
	margin-top: 0;
	color: Red;
	font-weight: lighter;
	width: 180px;
}
#rightColumn {
	padding: 0 0 0 0;
	width: 200px;
	float: left;
}
#rightColumn h3 {
	font-weight: normal;
	font-size: 16px;
	padding: 0 0 10px;
	margin: 0;
}
#rightColumn p {
	margin: 0;
	padding: 0 0 10px;
}
#rightColumn img {
	padding-bottom: 20px;
}
#rightColumn .box {
	background: transparent url(/img/bg_box.png) no-repeat;
}




#rightColumn .topBox .inner a{
	color: #ffffff;
}
#rightColumn .topBox .inner b{
	color: #ffffff;
}
#rightColumn .topBox .inner strong{
	color: #ffffff;
}


#rightColumn .topBox h3,
#rightColumn .topBox p {
	color: #ffffff;
}




/* MODIFYING CSS */
#contentWrap .no_mt {margin-top: 0 ! important;}
#contentWrap .no_mb {margin-bottom: 0 ! important;}
#contentWrap .no_m {margin: 0 ! important;}
#contentWrap .no_pt {padding-top: 0 ! important;}
#contentWrap .no_pb {padding-bottom: 0 ! important;}
#contentWrap .no_p {padding: 0 ! important;}
#contentWrap .no_bt {border-top: 0 ! important;}
#contentWrap .no_bb {border-bottom: 0 ! important;}
#contentWrap .no_b {border: 0 ! important;}

.hidden {display: none !important;}






/* Contact Styles */

#FormContent  input.text {
           float: left;
           width: 188px;
           margin: 0 0 10px;
}

#FormContent   label {
	padding: 2px 0 5px;
	font-weight: bold;
	float: left;
	width: 70px;
}
#FormContent  input.text {
	float: left;
	width: 185px;
	margin: 0 0 10px;
}
#FormContent  select {
	float: left;
	width: 194px;
	margin: 0 0 10px;
}
#FormContent  textarea {
	width: 260px;
	margin-bottom: 10px;
}

#FormContent input.button {
	margin-top: 5px;
	margin-bottom: 10px;
}

#FormContent input.postal {
	width: 35px;
	margin-right: 10px;
}
#FormContent label.city {
	width: 25px;
}
#FormContent input.city {
	width: 110px;
}
#FormContent label.file {
	width: 265px;
	padding-bottom: 5px;
}
#FormContent input.file {
	float: left;
	width: 265px;
	margin-bottom: 10px;
}


#NewsForm   {
	padding: 15px 20px 10px 0;
}
#NewsForm   label {
	padding: 2px 0 5px;
	font-weight: bold;
	float: left;
	width: 70px;
}
#NewsForm div {margin: 0; padding: 0; border: 0;}
#NewsForm input.newsletter {
	width: 110px;
	margin:0px 10px 10px 0px;
  float:left; 
}

#NewsForm input.newsletterButton {
	margin-top: 0;
}