*{padding:0; margin:0;}
 body {
    font-size:62.5%;
    background: #FFFFFF url(body.jpg) repeat-x;
    font-family:verdana,arial,sans-serif;
}
input.input-text, input.input-password {
    padding:0.2em 0 0.2em 0;
    border:1px solid rgb(200,200,200);
    font-family:verdana,arial,sans-serif;
    font-size:120%;
}
input.input-submit {
    padding:1px !important /*Non-IE6*/;
    padding:0 /*IE6*/;
    background:rgb(230,230,230);
    border:solid 1px rgb(150,150,150);
    text-align:center;
    font-family:verdana,arial,sans-serif;
    color:rgb(150,150,150);
    font-size:120%;
}
input.input-submit:hover {
    cursor:pointer;
    border:solid 1px rgb(80,80,80);
    background:rgb(220,220,220);
    color:rgb(80,80,80);
}

/*======*/
/* MAIN */
/*======*/
.container {width:900px; margin:0px auto; margin-top:10px; margin-bottom:10px; border:solid 1px rgb(150,150,150); font-size:1.0em;}
.main {clear:both; width:900px; padding-bottom:30px; background:transparent url(bg_main_withnav.jpg) top left repeat-y;}
.main-navigation {display:inline /*Fix IE floating margin bug*/; float:left; width:200px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.main-content {display:inline; /*Fix IE floating margin bug*/; float:left; width:640px; margin:0 0 0 30px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}

/*========*/
/* HEADER */
/*========*/
.header {
    width:900px;
    font-family:"trebuchet ms",arial,sans-serif;
}
.header-top {
    width:900px;
    height:194px;
    background:rgb(230,230,230)
    url(header-top.jpg);
    overflow:visible !important /*Firefox*/;
    overflow:hidden /*IE6*/;
}
.header-bottom {
    clear:both;
    width:900px;
    padding: 1.0em 0 1.5em 0;
    background: #FFFFFF url(header-bottom.jpg) no-repeat;
}
.languages-flags {
    width:350px;
    position:absolute;
    z-index:2;
    margin:25px 0 0 0;
    margin-left:500px !important /*Non-IE6*/;
    margin-left:553px /*IE6*/;
}
.languages-flags ul {
    float:right;
    padding:0 20px 0 0;
}
.languages-flags li {
    display:inline; list-style:none;
}
.languages-flags li a {
    padding:0 0 0 3px;
}
.languages-flags a:hover {
    text-decoration:none;
}
.languages-flags a img {
    border:none;
    padding-left: 10px;
    padding-right: 5px;
}
#jclock {
    width:100px;
    position:absolute;
    z-index:4;
    margin: 100px 0 0 0;
    margin-left:735px !important /*Non-IE6*/;
    margin-left:788px /*IE6*/;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
}

.nav1 {width:350px; position:absolute; z-index:3; margin:45px 0 0 500px;}
.nav1 ul {float:right; padding:0 15px 0 0; font-weight:bold;}
.nav1 li {display:inline; list-style:none;}
.nav1 li a {display:block; float:left; padding:2px 5px 2px 5px; color:rgb(0,0,0); text-decoration:none; font-size:120%;}
.nav1 a:hover {text-decoration:none; color:rgb(50,50,50);}

.header-bottom ul {float:left; width:460px; list-style:none; padding:0 0 0 15px; font-family:verdana,arial,sans-serif;}
.header-bottom ul li {display:inline; padding:0 0 0 10px; background:transparent url(bg_bullet_arrow.gif) no-repeat 0 50%; font-weight:bold; color:rgb(125,125,125); font-size:100%;}
.header-bottom ul a {color:rgb(70,122,167); text-decoration:none;}
.header-bottom ul a:hover {color:rgb(42,90,138); text-decoration:underline;}

.header-bottom .searchform {float:right; width:385px; padding:0 17px 0px 0px !important /*Non-IE6*/; padding:0 12px 0px 0px /*IE6*/;}
.header-bottom .searchform form fieldset {
    float:right; border:none;
}
.header-bottom .searchform input.input-text {
    width: 100px;
    padding:0.2em 0 0.2em 0;
    border:1px solid rgb(200,200,200);
    font-family:verdana,arial,sans-serif;
    font-size:120%;
}

/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN NAVIGATION */
.main-navigation .round-border-topright {width:10px; height:10px; position:absolute; z-index:100; margin:0 0 0 190px; background:url(bg_corner_topright.gif) no-repeat;}

/* MAIN CONTENT */
.column1-unit {width:640px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column2-unit-left {float:left; width:300px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column2-unit-right {float:right; width:300px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column3-unit-left {float:left; width:186px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/}
.column3-unit-middle {float:left; width:186px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/; margin-left:40px;}
.column3-unit-right {float:right; width:186px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}

/******************/
/*  CLEAR FLOATS  */
/******************/
.container:after, .header:after, .header-bottom:after, .main:after, .main-navigation:after, .main-content:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.column1-unit:after, .column2-unit-left:after, .column2-unit-right:after, .column3-unit-left:after, .column3-unit-middle:after, .column3-unit-right:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.footer:after, p:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clear-contentunit {clear:both; width:640px; height:0.1em; border:none; background:rgb(210,210,210); color:rgb(210,210,210);}

/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/
@media print {.header-top {width:900px; height:80px; background:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}
@media print {.header-bottom {width:900px; background:transparent;}}
@media print {.nav2 {float:left; width:900px; border:none; background:rgb(240,240,240); color:rgb(75,75,75); font-size:1.0em; font-size:130%;}} /*Color navigation bar normal mode*/
@media print {.main {clear:both; width:900px; padding-bottom:30px; background:transparent;}}
@media print {.main-navigation {display:inline /*Fix IE floating margin bug*/; float:left; width:199px; border-right:solid 1px rgb(200,200,200); border-bottom:solid 1px rgb(200,200,200); background-color:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE*/;}}
@media print {.footer {clear:both; width:900px; height:3.7em; padding:1.1em 0 0; background:rgb(240,240,240); font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}
html {filter: expression(document.execCommand("BackgroundImageCache", false, true));} /*IE proprietary flicker hack for background images. Not validating, but OK*/

/***********/
/*  TEXTS  */
/***********/

/*===========*/
/* MAIN-MENU */
/*===========*/
.main-menu {
    width:199px;
    border-bottom:solid 1px rgb(200,200,200);
}
.main-menu dt a, .main-menu dt a:visited {
    display:block;
    min-height:2.0em /*Non-IE6*/;
    height:auto !important;
    height:2.0em /*IE6*/;
    line-height:2.0em;
    padding:0px 5px 0px 15px;
    border-top: solid 1px rgb(200,200,200);
    text-decoration:none;
    color:rgb(70,122,167);
    font-weight:bold;
    font-size:120%;
}
.main-menu dt.level-1 a, .main-menu dt.level-1 a:visited {
    display:block;
    min-height:1.7em /*Non-IE6*/;
    height:auto !important;
    height:1.7em /*IE6*/;
    line-height:1.7em;
    padding:0px 10px 0px 30px;
    border:none;
    font-weight:normal;
    text-decoration:none;
    color:rgb(70,122,167);
    font-size:120%;
}
.main-menu dt.level-2 a, .main-menu dt.level-2 a:visited {
    display:block;
    min-height:1.7em /*Non-IE6*/;
    height:auto !important;
    height:1.7em /*IE6*/;
    line-height:1.7em;
    padding:0px 10px 0px 45px;
    border:none;
    font-weight:normal;
    text-decoration:none;
    color:rgb(116,144,168);
    font-size:120%;
}
.main-menu dt a:hover {
    background-color:rgb(225,225,225);
    color:rgb(42,90,138);
    text-decoration:none;
}

.main-navigation .loginform {width:160px; margin:-10px 20px 0 20px;}
.main-navigation .loginform p {clear:both; margin:0; padding:0;}
.main-navigation .loginform fieldset {width:160px; border:none;}
.main-navigation .loginform label.top {float:left; width:125px; margin:0 0 2px 0; font-size:110%;}
.main-navigation .loginform label.right {float:left; width:125px; margin:5px 0 0 0; padding:0 0 0 3px; /*IE6*/; font-size:110%;}
.main-navigation .loginform input.field {width:158px; margin:0 0 5px 0; padding:0.1em 0 0.2em 0 !important /*Non-IE6*/; padding:0.2em 0 0.3em 0 /*IE6*/; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.main-navigation .loginform input.checkbox {float:left; margin:5px 0 0 0 !important /*Non-IE6*/; margin:2px 0 0 -3px /*IE6*/; border:none;}
.main-navigation .loginform input.button {float:left; width:5.0em; margin:10px 0 5px 0; padding:1px; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:110%;}
.main-navigation .loginform input.button:hover {cursor:pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}

.main-navigation .searchform {width:160px; margin:0 20px 0 20px;}
.main-navigation .searchform fieldset {border:none;}
.main-navigation .searchform input.field {float:left; width:158px; padding:0.1em 0 0.2em 0 !important /*Non-IE6*/; padding:0.2em 0 0.3em 0 /*IE6*/; border:1px solid rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:120%;}
.main-navigation .searchform input.button {float:left; width:3.0em; margin-top: 0.5em; padding:1px; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:120%;}
.main-navigation .searchform input.button:hover {cursor:pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}

.main-navigation h1.first {clear:both; margin:0px; padding:4px 20px 3px 20px; background-color:rgb(190,190,190); font-family:"trebuchet ms",arial,sans-serif; color:rgb(255,255,255); font-weight:bold; font-size:150%;}
.main-navigation h1 {clear:both; margin:30px 0 20px 0; padding:4px 20px 3px 20px; background:rgb(190,190,190); font-family:"trebuchet ms",arial,sans-serif; color:rgb(255,255,255); font-weight:bold; font-size:150%;}
.main-navigation h2 {clear:both; margin:20px 10px 10px 20px; font-family:"trebuchet ms",arial,sans-serif; color:rgb(100,100,100); font-weight:bold; font-size:150%;}
.main-navigation h3 {clear:both; margin:10px 10px 5px 20px; color:rgb(80,80,80); font-weight:bold; font-size:110%;} /* Note: h2 not existent, to make identical to formats for main-navigation for easier exchange */
.main-navigation p {clear:both; margin:0 10px 10px 20px; color:rgb(80,80,80); line-height:1.3em; font-size:110%;}
.main-navigation p.center {text-align:center;}
.main-navigation p.right {text-align:right;}

.main-navigation ul {list-style:none; margin:0.5em 10px 1.0em 20px;}
.main-navigation ul li {margin:5px 0 0.2em 2px; padding:0px 0px 0 11px; background:url(bg_bullet_full_1.gif) no-repeat 0 0.4em; line-height:1.2em; font-size:110%;}
.main-navigation ol {margin:0.5em 10px 1.0em 40px !important /*Non-IE6*/; margin:0.5em 10px 1.0em 45px /*IE6*/;}
.main-navigation ol li {list-style-position:outside; margin:0 0 0.4em 0; font-size:110%;}

/*--------------*/
/* MAIN CONTENT */
/*--------------*/
.main-content h1 {
    clear:both;
    margin:1.0em 0 0.5em 0;
    font-family:"trebuchet ms",arial,sans-serif;
    color:#4CC4F8;
    font-weight:normal;
    font-size: 25px;
 }
.main-content h2 {
    clear:both;
    margin:1.0em 0 0.5em 0;
    font-family:"trebuchet ms",arial,sans-serif;
    color:rgb(80,80,80);
    font-weight:normal;
    font-size: 22px;
}
.main-content h3 {
    clear:both;
    margin:-1.0em 0 0.5em 0;
    font-family:"trebuchet ms",arial,sans-serif;
    color:rgb(125,125,125); font-weight:normal;
    font-size: 20px;
}
.main-content h4 {
    margin:1.5em 0 1.0em 0;
    color:rgb(80,80,80);
    font-family:"trebuchet ms",arial,sans-serif;
    font-weight:normal;
    font-size: 18px;
}
.main-content h5 {
    margin:1.5em 0 1.0em 0;
    color:rgb(80,80,80);
    font-family:"trebuchet ms",arial,sans-serif;
    font-size: 16px;
}
.main-content h6 {
    margin:1.5em 0 1.0em 0;
    color:rgb(80,80,80);
    font-family:"trebuchet ms",verdana,arial,sans-serif;
    font-weight:normal;
    font-size: 14px;
}

.main-content p {margin:0 0 1.0em 0; line-height:1.5em; font-size:120%;}
.main-content p.center {text-align:center;}
.main-content p.right {text-align:right;}
.main-content p.details {clear:both; margin:-0.25em 0 1.0em 0; line-height:1.0em; font-size:110%;}
.main-content blockquote {clear:both; margin:0 30px 0.6em 30px; font-size:90%;}
p.caption {clear:both; margin:0.5em 0 2.0em 20px; text-align:left; color:rgb(80,80,80); font-size:110%;}
.main-content ul {list-style:none; margin:0.5em 0 1.0em 0;}
.main-content ul li {margin:0 0 0.2em 2px; padding:0 0 0 12px; background:url(bg_bullet_full_1.gif) no-repeat 0 0.5em; line-height:1.4em; font-size:120%;}
.main-content ol {margin:0.5em 0 1.0em 20px !important /*Non-IE6*/; margin:0.5em 0 1.0em 25px /*IE6*/;}
.main-content ol li {list-style-position:outside; margin:0 0 0.2em 0; line-height:1.4em; font-size:120%;}

/********************/
/*  COMMON CLASSES  */
/********************/
a {color: #4CC4F6; font-weight:bold; text-decoration:none;}
a:hover {color:#4CC4F6; text-decoration:underline;}
a:visited {color:#4CC4F6;}
a img {
    border: none;
}

#childsections {
    clear: both;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
}
#childsections a, #childsections a:visited {
	position: relative;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
}
#childsections a:hover {
	color: #4CC4F8;
}
#childsections a img {
	border: none;
}
#childsections a div {
	clear: both;
	padding: 4px;
	margin-top: 10px;
	border: #AAAAAA 1px solid;
}

/***********/
/*  FOOTER */
/***********/
.footer {
    clear:both;
    width:900px;
    height: 89px;
    background: #FFFFFF url(bg_foot.jpg) no-repeat top center;
    font-size:1.0em;
    overflow:visible !important /*Firefox*/;
    overflow:hidden /*IE6*/;
}
.footer p {
    text-align:center;
    color: #999999;
    font-size: 11px;
    padding: 3px;
}
.footer a {
    text-decoration:underline;
    color:rgb(125,125,125);
}
.footer a:hover {
    text-decoration:none; color:rgb(0,0,0);
}
.footer a:visited {
    color:rgb(0,0,0);
}

/*===================================*/
/* footer menu, languages, copyright */
/*===================================*/
#footer-menu, #footer-languages, #footer-copyright {
    position: relative;
    clear: both;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}
#footer-menu ul, #footer-languages ul {
    clear: both;
	list-style-type: none;
    margin: 0;
	padding: 0;
	text-align: center;
}
#footer-menu li, #footer-languages li {
    display: inline;
}
#footer-menu li a, #footer-languages li a {
    font-weight: bold;
    color: #999999;
    text-decoration: none;
}


/*======*/
/* Menu */
/*======*/
#footer-menu {
    padding-top: 25px;
}
#footer-menu li a {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 18px;
    padding-bottom: 18px;
    color: #BBBBBB;
}
#footer-menu li a:hover {
    color: #FFFFFF;
}

/*===========*/
/* languages */
/*===========*/
#footer-languages {
    margin-top: 9px;
}
#footer-languages li a {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
}
#footer-languages li a:hover {
    color: #FFFFFF;
}

/*===========*/
/* copyright */
/*===========*/
#footer-copyright {
    font-size: 11px;
    margin-top: 11px;
    color: #CCCCCC;
}
#footer-copyright a {
    color: #CCCCCC;
    text-decoration: none;
}

/*======*/
/* FORM */
/*======*/
div.form-container {
    clear: both;
}
div.form-fieldset {
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #CCCCCC;
    border-top: none;
}
div.form-fieldset-legend {
    clear: both;
    font-size: 12px;
    font-weight: bold;
    color: #444444;
    background: #CCCCCC;
    padding: 8px;
    padding-left: 15px;
}
div.form-fieldset-legend a {
    font-size: 13px;
    font-weight: bold;
    color: #444444;
}
div.form-field {
    clear:both;
    margin-top: 15px;
    padding-bottom: 15px;
    overflow:auto;
}
div.form-field-label {
    width: 150px;
    float:left;
    margin-top: 3px;
    margin-right: 30px;
    padding-left: 6px;
    text-align: right;
    color: #444444;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
}
div.form-field-content {
    float:left;
    text-align: left;
}
div.captcha {
    clear: both;
    width: 330px;
    text-align: left;
}
div.captcha img {
    border: 1px solid #999999;
    cursor: pointer;
}
div.captcha-input {
    clear: both;
    padding-top: 10px;
}
div.captcha-help {
    clear: both;
    padding-top: 10px;
    color: #AAAAAA;
}

/*======*/
/* LIST */
/*======*/
div.list-title, div.list-empty {
	font-size: 13px;
	font-weight: bold;
	color: #777777;
	background: #F1F3F5;
	border: 1px solid #DDE1E6;
	padding: 5px;
}
div.list-navigator {
    padding: 3px;
	clear: both;
}
div.list-navigator span.info {
    text-align: left;
    color: #8C8C8C;
}
div.list-navigator span.pages {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    color: #8C8C8C;
}
div.list-navigator span.gotopage {
}
div.list-navigator span.gotopage input {
    margin-right: 10px;
}
div.list-navigator a:link, div.list-navigator a:visited {
    padding: 2px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    text-decoration: none;
    color: #8C8C8C;
}
div.list-navigator a:hover {
    background-color: #E2E2E2;
    text-decoration: none;
}
table.list {
    width: 100%;
	margin-top: 10px;
	border: 1px solid #e5e5e5;
}
table.list th {
	margin: 0px;
	padding: 6px;
	height: 25px;
	font-size: 11px;
	line-height: bold;
	color: #4CC4F8;
	text-align:center;
	vertical-align:middle;
	background: #EEEEEE url(list-header-background.gif) top left repeat-x;
}
table.list th div.sort {
    padding-top: 4px;
}
table.list td {
	font-size: 12px;
	border-bottom: 1px solid #e5e5e5;
	background-color: #ffffff;
	margin: 0px;
	padding: 5px;
	vertical-align:middle;
    text-align: center;
}
table.list img {
    border: 1px solid #e5e5e5;
}
table.list td div.article {
    text-align: left;
}
div.article p {
    font-size: 12px;
}
div.article {
    width: 350px;
    text-align: left;
    padding-left: 15px;
    padding-bottom: 10px;
    font-size: 12px;
}
div.article div {
    clear: both;
    width: 100%;
}
div.article span.legend {
    font-weight: bold;
    padding-right: 5px;
    color: #7490A8;
}
div.article span.legend a {
    color: #7490A8;
}
div.article span.info {
    color: #7490A8;
}
div.article-title {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #467AA7;
}
div.article-ref {
}
div.article-location {
}
div.article-description {
    padding-top: 10px;
    font-size: 12px;
}
div.article-more {
    width: 100%;
    text-align: right;
}
div.article-more a {
    color: #4CC4F6;
}
div.price-enquire-img img {
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
div.price-enquire-text a {
    color: #E3A140;
}
table.articlet {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
}
td.articlet-image img {
    border: 1px solid #e5e5e5;
}
td.articlet-price {
    text-align: center;
}
td.articlet-images {
    padding-top: 10px;
}
td.articlet-images img {
    border: 1px solid #e5e5e5;
}
td.articlet-images span {
    padding-right: 10px;
}
div.pricet {
    font-size: 14px;
}
span.pricet-value {
    padding-left: 20px;
    font-weight: bold;
}
span.pricet-info {
    padding-left: 10px;
    padding-right: 10px;
}
span.pricet-value, span.pricet-info {
    font-size: 14px;
}
td.articlet-description span.pricet-enquire-text a {
    color: #4CC4F6;
    font-size: 14px;
}
#netweather {
    text-align: center;
    margin-left: 6px;
    padding: 2px;
    border: 1px solid #CCCCCC;
}