﻿/* CSS Document */
html
{
	font-size: 70%;
	line-height:100%;
}

body
{
	background:#dae6f3 url(/harImages/bg.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.3em;
	margin: 0 auto;
	padding:12px 0 24px 0;
	text-align: center;
	position:relative;
}

/*clearfix*/
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
.clearfix{
    display:inline-block;
}
html[xmlns] .clearfix{
    display:block;
}
* html .clearfix{
    height:1%;
}


/* Fonts */
/* =============================================================== */

h1, .h1b, h2, h3, h4, h5, h6
{
	color:#6caddf;
}

h1{
	/*font-size:1.8em;*/
	font-size:2.2em;
	margin:0 0 12px 0;
	line-height:1.1em;
	font-weight:normal;
}

h2{
	font-size:1.6em;
	margin:1em 0 0.1em 0;
	font-weight:normal
}

h3
{
	font-size:1.1em;
	margin:1em 0 0.1em 0;
}

div.h1b
{
	font-size:1.8em;
	margin:1em 0 0.1em 0;
	font-weight:normal;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 0 6px 0 !important;
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position:outside;
	list-style-image:url(/harImages/bullet.png);
	margin:3px 0 0 20px;
}

ol
{
	margin:8px 0 0 24px;
}

li
{
	margin:0 0 7px 0;
	padding:0 0 0 2px;
}

a 
{
	color:#e0249a;
}

a:visited 
{
	text-decoration: none;
}

a:hover 
{
	text-decoration:underline;
}

a:active 
{
	text-decoration: none;
}

a:link 
{
	text-decoration: none;
}



p
{
	margin:0 0 1em 0;
}

div.hr 
{
  height: 1px !important;
  background-color:#cbcdce;
}

input
{
	color:#666666;
}

table, tr, td
{
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:none;
}

.priceTable table, .overview table{
	width:420px !important;
	border-collapse:collapse;
	border-spacing:0px;
	border:0px;
}

.priceTable td, .overview td{
	padding:3px 4px 3px 4px;
	vertical-align:top;
}

.priceTable td + td, .overview td + td
{
	padding:3px 4px 3px 4px;
}

.priceTable td + td + td
{
	padding:3px 4px 3px 4px;
	text-align:right;
}


/* Backgroud Colors */
/* =============================================================== */
.brown
{
	background-color:#cfc9c0;
}

.lightbrown
{
	background-color:#e9e2cd;
}

.lightblue
{
	background-color:#6caddf;
}

/* Font Colors */
/* =============================================================== */
.fontbrown
{
	color:#cfc9c0;
}

.fontlightblue
{
	color:#6caddf;
}

/* Framework */
/* =============================================================== */
.container
{
	position: relative;
/*	width: 838px !important;*/
	width:990px;
	margin: -1em auto 0;
	padding:0px 0 0 0;
	border: none;
	text-align: left;
	background:url(/harImages/pageBg.gif) top left repeat-y;
}



/* PageHead*/
/* =============================================================== */

.globalTopMenu{
	width:985px;
	margin:0 auto;
	text-align:right;
	padding-right:5px;
}

.globalTopMenu a{
	color:#333333;
}
.globalTopMenu a:hover{
	color:#000000;
}
.pageHeaderWraper{
	background:url(/harImages/pageTopBg.gif) top left no-repeat;
	height:86px;
	position:relative;
}
.topLogo{
	position:absolute;
	top:29px;
	left:28px;
	height:42px;
	width:181px;
}
.topSearchWrapper{
	height:58px;
	position:absolute;
	width:200px;
	top:29px;
	right:28px;
}
.topPrintWrapper{
	position:absolute;
	width:20px;
	height:20px;
	top:160px;
	right:38px;
	z-index:2
}

.bottomPrintWrapper
{
	position:absolute;
	width:100px;
	left:280px;
}

input.topSearchField{
	width:165px;
	height:15px;
	margin:0px 0 0 0;
	padding:0 0 0 0;
	border:solid 1px #b8b8b8;
	font-size:1em;
	position:absolute;
	left:0px;
	bottom:0px;
	
}

input.submittButton
{
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:19px;
	width:26px;
	position:absolute;
	right:0px;
	bottom:0px;
}

.submitButton
{
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:19px;
	width:26px;
	position:absolute;
	right:0px;
	bottom:0px; 
}

/* TopMenu */
/* ============================================= */

.topMenuWrapper
{
	margin:0 28px 0 30px;
}

#header 
{
  float:left;
  width:100%;
}
 
#header ul 
{
  margin:0;
  padding:8px 10px 0;
  list-style:none;
}
 
#header li
{
  float:left;
  background:url(/harImages/norm_left.gif) no-repeat left top;
  margin:0 0 0 0;
  padding:0 0 0 9px;
}
 
#header a
{
  float:left;
  display:block;
  background:url(/harImages/norm_right.gif) no-repeat right top;
  padding:6px 15px 5px 6px;
  text-decoration:none;
  font-weight:normal;
  color:#363636;
  font-family:Arial, Helvetica, sans-serif;
  font-size:1.1em;
}

#header a:hover 
{
  color:#000000;
}

#header #current
{
  background-image:url(/harImages/norm_left_on.gif);
}

#header #current a 
{
  background-image:url(/harImages/norm_right_on.gif);
  color: #000000;
  font-weight:bold;
  padding-bottom:5px;
}

/* Startpage flashArea */
/* =============================================================== */
.welcomePush
{
	margin:0 25px 0 25px;
}


/* Level Two Menu */
/* =============================================================== */
.subMenuWrapper{
	min-height:42px;
	background:url(/harImages/subPane.png) no-repeat 0 0;	
	margin:0 20px 0 22px;
	position:relative;
}

ul.subMenuList
{
  margin:0;
  padding:0;
  list-style:none;
  font-size:1.1em;
  width:770px;
  position:absolute;
  left:8px;
  top:12px;
}

ul.subMenuList li
{
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 20px;
}

ul.subMenuList li a
{
	color:#333333;
}

ul.subMenuList li.act a
{
	color: #000000;
	font-weight:bold;
}


/* Small pushes on startpage*/
/* =============================================================== */

.startpageSmallPushPadding
{
	padding: 4px;
	padding-bottom: 8px;
}

.startpageSmallPushWrapper
{
	margin:4px 20px 10px 20px;
	background:url(/harImages/startSmallBoxesBg.gif) repeat-y;
}

.startpageSmallPushWrapper .image
{
	padding:0 6px 6px 6px;
	height:115px;
}

.startpageSmallPushFooter
{
	background:url(/harImages/startSmallBoxesFooterBg.gif) bottom left no-repeat;
	width:799px;
	height:5px;
}

.startpageSmallPush
{
	width:253px;
	margin:0 0 0 12px;
	float:left;
}

.startpageSmallPushFirst
{
	width:253px;
	margin:0 0 0 8px;
	float:left;
}

.startpageSmallPushMiddle
{
	width:253px;
	margin:0 0 0 13px;
	float:left;
}

.startpageSmallPushLast
{
	width:253px;
	margin:0 0 0 11px;
	float:left;
}


.startpageSmallPush h2, .startpageSmallPushFirst h2, .startpageSmallPushMiddle h2, .startpageSmallPushLast h2
{
	margin:0 -4px 0 6px;
	padding:4px 4px 4px 8px;
	color:#FFFFFF;
	text-transform: uppercase;
	font-weight:normal;
}


.startpageSmallPush .pushText, .startpageSmallPushFirst .pushText, .startpageSmallPushMiddle .pushText, .startpageSmallPushLast .pushText
{
	margin: 8px 12px 0 12px;
	font-size:1.1em;
	color:#333333;
}

.readMore
{
	text-align:right;
}

.readMore a
{
	font-weight:bold;
	background-image:url(/harImages/readMoreArrow.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}
p.back a{
	font-weight:bold;
	background-image:url(/harImages/backArrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
}
p.newsDate, p.author{
	color:#333333;
	font-style:italic;
	margin:0 0 4px 0;
	padding:0;
}
p.author{
	margin:0px 0 10px 0;
}
p.fotnot{
	color:#333333;
	font-style:italic;
	font-size:0.9em;
}
p.ProductComplementHeader{
	color:#6caddf;
	font-size:1.5em;
	margin:1em 0 0.1em 0;
	font-weight:normal;
}
.headerCorners{
	background:url(/harImages/smallPushesTop.png) no-repeat top left !important;
	width:799px;
	height:9px;
}
.news, .subSub{
	padding:8px;
}
.news p, .subSub p{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.subSub{
	margin:0 0 12px 0;
}

/* Main Content*/
/* =============================================================== */

.mainContentWrapper{
	padding:0 0 6px 0;
}

.leftColumn{
	width:270px;
	float:left;
	padding:18px 0 0 0;
	min-height:200px;
}

.mainColumn{
	width:704px;
	float:right;
	min-height:50px;
	margin-right:14px;
}

.mainAreaTop{
	background:url(/harImages/mainContentPane.top.gif) no-repeat left top;
	height:29px;
	width:704px;
}

.mainAreaBody{
	background:url(/harImages/mainContentPane.footer.gif) repeat-y bottom left;
	padding:0 29px 19px 29px;
}

.mainAreaBody{
	font-size:1.1em;
	line-height:1.4em;
}

.mainAreaFooter{
	background:url(/harImages/mainContentPane.bottom.gif) no-repeat 0 100%;
	height:30px;
	width:704px;
}

/* Footer*/
/* =============================================================== */
.footerAreaWrapper{
	background:url(/harImages/pageBg.gif) repeat-y bottom center;
	font-family:Arial, Helvetica, sans-serif;
	color:#a29f9a;
	background-color: transparent;
	padding: 0px;
	height: 25px;
	text-align: center;
}
.footerAreaWrapper2{
	background:url(/harImages/pageBottomBg.gif) no-repeat 0 100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#a29f9a;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}
.footerAreaWrapper a{
	color:#a29f9a;
}

/* LeftMenu */
/* =============================================================== */
.thirdMenuWrapper{
	margin:0 0px 4px 20px;
	padding:0 0 0 0;
}
.thirdMenuFooter{ 
	background: url(/harImages/leftMenu.footer.gif) no-repeat;
	height:12px;
	width:250px;
}
.leftMenu{
	width:205px;
	padding:15px 22px 6px 18px;
	background:url(/harImages/leftMenu.top.gif) repeat-y 0 0;
}
.leftMenu a:hover{
	text-decoration:underline;
}
ul.thirdLevel{
	margin:0;
	padding:0;
	list-style-image: none !important;
	list-style-type: none !important;
}
ul.thirdLevel li{
	margin:0;
	padding:2px 10px 0 2px;
	font-size:1.15em;
	border-bottom: solid 1px #FFFFFF;
	display:block;
	position:relative;
}
ul.thirdLevel li + li{
	line-height:1.7em;
}
ul.thirdLevel li.act{
	font-weight:bold;
}
ul.thirdLevel a{
	color:#000000;
}
ul.thirdLevel li.hasChildren{
	background:url(/harImages/marker.hasChildren.gif) no-repeat right top;
}
ul.thirdLevel li.hasChildren ul{
	margin-top:4px;
}
ul.thirdLevel li.noChildren{
	background:url(/harImages/marker.noChildren.gif) no-repeat right top;
}
ul.fourthLevel{
	margin:-4px 0px 4px 0px;
	padding:0px 0px 0px 0px;
	list-style-image: none;
	list-style-type: none;
}
ul.fourthLevel li{
	border:none !important;
	margin:0px 0px 0px 0px;
	padding:0px 12px 0px 14px;
	list-style:none;
	font-size:0.9em;
	font-weight:normal;
}
ul.fourthLevel li a{font-weight:normal;}
ul.fourthLevel li.act{
	background:url(/harImages/levelfour.act.gif) no-repeat left center;
}
/* Smallpushes below leftMenu */
/* =============================================================== */
.pushWrapper{
	background:url(/harImages/smallBox.bg.gif) repeat-y;
	margin:0 0px 4px 22px;
	width:245px;
	overflow:hidden;
}
.pushTop{
	height:12px;
	width:245px;
	background:url(/harImages/smallBox.top.gif) no-repeat top left;
}
.pushBottom{
	height:9px;
	width:245px;
	background:url(/harImages/smallBox.bottom.gif) no-repeat bottom left;
}
.pushWrapperMain{
	padding:0 35px 0 12px;
	min-height:151px;	
}
.pushWrapperMain h2{
	margin:6px 4px 6px 4px;
	padding:0;
	font-weight:normal;
	font-size:1.4em;
}
.pushWrapperMain p{
	margin-left:4px;
	margin-right:4px;
	margin-bottom:-1px;
	font-size:1.1em;
	line-height:1.3em;
}
.pushWrapperMain p.readMore{
	margin-bottom:4px;
}
.pushWrapperMain img{
	margin-left: -4px;
	margin-bottom:4px;
}
.overview{
	margin:0 0 10px 0;
}
.overview .title{
	font-weight:bold;
	width:110px;
}

/* Printlink */
/* =============================================================== */
.printlink{
	color:#cfc8be;
	position: absolute;
	float:left;
	left:400px;
}
.printlink:visited{
	color: #cfc8be;
}
.printlink:hover{
	text-decoration:underline;
}
.printlink:active {
	text-decoration: none;
	color: #cfc8be;
}

.printButtonWrapper{
	position:relative;
	height:20px;
	overflow:hidden;
	margin:0px 0 -19px 0;
}

.printButton{
	position:absolute;
	top:0px;
	right:0px;
}
/* new classes for the three puffs (startpage) */
/* =============================================================== */
#threePuffs{
	clear:both;
	margin:10px auto 0; 
	width:940px;
}
#threePuffs .puff{
	width:302px;
	height:278px;
	float:left;
	position:relative;
	padding-top:9px;
	background:url(/harImages/three-puff-top.png) no-repeat 0 0;
}
#threePuffs .puff-middle{
	margin:0 17px;
}
#threePuffs .center{margin:0 6px;}

#threePuffs .puff p, #threePuffs .puff h3{
	background:url(/harImages/three-puff-middle.png) repeat-y 0 0;
	padding:0 8px 0 10px;
	margin:0;
}

#threePuffs .puff h3 span {height: 30px;overflow:hidden;}

#threePuffs .puff .puffimg, #threePuffs .puff .bigImg{text-align:center;overflow:hidden;}

#threePuffs .puff .bigImg{height: 261px;}

/*#threePuffs .puff .img img, #threePuffs .puff .bigImg{max-width:100%;}*/
#threePuffs .puff h3 span{color:#fff;font-weight:bold;background-color: #cfc9c0;padding: 3px 0.5em;display:block;}
#threePuffs .puff .text{padding: 8px 1.3em 0px;}
#threePuffs .puff .text{height: 100%; overflow:hidden;}
#threePuffs .puff #headerAndText{height: 120px; overflow:hidden;}
#threePuffs .puff .text{font-size: 1.1em;}
#threePuffs .puff .text{color: #333333;}
#threePuffs .puff .bottom{background: url(/harImages/three-puff-bottom.png) no-repeat 0 100%;height:9px;}
#threePuffs .puff p.readMore{padding-top:1em;}


/* new classes for the image buttons */
/* =============================================================== */
.imageButton, .imageButton span{padding:5px 0 7px;}
.imageButton{color:#fff;text-decoration:none;background:url(/harImages/buy_button_right.png) no-repeat right top;padding-right:10px;margin-right:6px;}
.imageButton span{background:url(/harImages/buy_button_left.png) no-repeat left top;padding-left:10px;}
.imageButton span span{background:url(/harImages/buy_button_mid.png) repeat-x;padding-left:0;}

/* "buy" buttons */
.priceTable .imageButton, .priceTable .imageButton span{padding:5px 0 7px;}
.priceTable .imageButton{background-image:url(/harImages/buy_button_right.png) ;padding-right:10px;margin-right:6px;}
.priceTable .imageButton span{background-image:url(/harImages/buy_button_left.png) ;padding-left:10px;}
.priceTable .imageButton span span{background-image: url(/harImages/buy_button_mid.png) ;padding-left:0;}

/* wide Form styles */
.wideForm .mainColumn, .wideForm .mainAreaTop, .wideForm .mainAreaFooter{width:795px;padding: 0 5em 0 2em;}
.wideForm .mainAreaBody{background: url(/harImages/wide_fade_left.gif) repeat-y;padding-right:0;padding-bottom:0;}
.wideForm #ctl00_FullRegion_mainareadiv, .wideForm  #ctl00_FullRegion_ctl00_FormPanel{background: url(/harImages/wide_fade_right.gif) repeat-y top right;}
.wideForm .mainAreaTop, .wideForm .mainAreaFooter{padding:0;}
.wideForm .corner{height:29px;width:29px;background-repeat:no-repeat}
.wideForm .mainAreaTop, .wideForm .mainAreaTop .corner{background: url(/harImages/mainContentPane.top.wide.gif);}
.wideForm .mainAreaTop{background-position:top center;}
.wideForm .mainAreaTop .rightCorner{float:right;background-position: top right;}
.wideForm .mainAreaFooter{background: url(/harImages/mainContentPane.bottom.wide.gif);}
.wideForm .mainAreaFooter .corner{background: url(/harImages/mainContentPane.bottom.corners.gif) no-repeat;}
.wideForm .mainAreaFooter{background-position: center top;}
.wideForm .mainAreaFooter .leftCorner{background-position:left bottom;}
.wideForm .mainAreaFooter .rightCorner{float:right;background-position: bottom right}
.wideForm embed, .wideForm object{width:80%;}
.wideForm .bottomPrintWrapper{left:3em;}
.checkboxInline { color: #000; font-weight: normal; }
.checkboxInline input { display: inline !important; margin-right: 5px; }
a.information { color: #6daee0; }


input[type=text],
input[type=password]{
	background:#fff url(../harImages/form-bg.gif) repeat-x 0 0;
	border:solid #c3c3c3 1px;
	border-top:solid #7c7c7c 1px;
}
input.iesix-type-text,
input.iesix-type-password{
	background:#fff url(../harImages/form-bg.gif) repeat-x 0 0;
	border:solid #c3c3c3 1px;
	border-top:solid #7c7c7c 1px;
}
textarea,
select{
	background:#fff url(../harImages/form-bg.gif) repeat-x 0 0;
	border:solid #c3c3c3 1px;
	border-top:solid #7c7c7c 1px;
}
input[type=text],
input[type=password],
textarea{
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
input[type=text],
input[type=password]{
	padding:2px;
}
input.iesix-type-text,
input.iesix-type-password{
	padding:2px;
}

/* new classes for a modified look 20090305 */
/* =============================================================== */
#threePuffs .puff p.readMore{
	padding-top: 6px;
	margin: 0;
}
#threePuffs .puff p.puffimg {
	padding-bottom: 6px;
}
#threePuffs .puff h3 {
	background:transparent url(/harImages/three-puff-header.png) no-repeat scroll 0 0;
	height: 44px;
	margin: 0 0 0 1px;
	padding: 0;
	width: 300px;
}
#threePuffs .puff h3 span {
	background-color: transparent;
	color: #333;
	padding:5px 10px;
}
span.newsitem {
	color: #E0249A;padding-left:5px;
}
/*
HACK
*/
ul.thirdLevel li ul.fourthLevel li {
	line-height:1.2em;
	margin-bottom: 0.5em;
}