@import url(/styles/live/mettler/articles.css);
@import url(/styles/live/mettler/navigation.css);
@import url(/styles/live/mettler/formmanager.css);
@import url(/styles/live/thickbox.css);

/* Structure */
html, body {
	height:100%;
    background-image: url(/images/mettler/Mettler_HG_UeberUns_Start.jpg);
    background-position: top center;
    background-color: #F0E7D4;
    background-repeat: no-repeat;
}

body {
    margin : 0;
    padding : 0;
    font-family : Helvetica, Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #20201E;
    text-align : left;
    line-height: 123%;
}

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin: 0;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}

.headimage {
	margin-left: 136px;
}


/* Links */
a {
    text-decoration: none;
    color: #60ACDA;

}

a:hover {
    text-decoration: none;
    color: #009FE0;
}

/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

/* Headings */
h1 {
    margin: 0;
    font-weight: normal;
    font-size: 17px;
    text-transform: uppercase;
    color: #0091CD;
}

h2 {
    margin: 0;
    font-weight: normal;
    font-size: 15px;
    color: #0091CD;
    text-transform: uppercase;
    line-height: 115%;
    padding: 0px 0px 2px 0px;
}

h3 {
    font-weight: bold;
    font-size: 15px;
    margin: 0;
    padding: 0;
}


/* Body - Container */
#container_tb {
    min-height: 100%;   
    height: auto !important;
    height: 100%;
    margin-bottom: -25px;
}

#container {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

#header {
    height: 100px;
    width: 960px;
    background-color: #FFFFFF;

    margin: 0px 0px 3px 0px;
    position: relative;
}

#haendler_button {
	position:absolute;
	top:0;
	right:-36px;
	z-index:20;
}
#printLogo, #printAddress {
    display: none;
}

#topnav {
    width: 740px;
    padding: 0px 0px 0px 18px;
    color: #CDCDCD;
}

#langNav {
    position: absolute;
    top: 11px;
    right: 24px;
    line-height: 100%;
    text-transform: uppercase;
}

#langNav span {
    padding: 0 2px;
    color: #0091CD;
}

#langNav a.langlink {
    color: #0091CD;
}

#langNav a.langlink:hover {
    color: #20201E;
}

#langNav a.langlinkitw {
    color: #20201E;
}

#logoView {
    position: absolute;
    top:28px;
    right: 24px;
}

#headerImageView {
    float: left;
    padding: 1px 0px 0px 0px;
}

#sidenav {
    width: 255px;
    min-height: 480px;
    height: auto !important;  /* for modern Browsers */
    height: 480px;  /*for IE */
    float: right;
}

.sideNavItem {
    margin: 3px 0px 0px 0px;
    background-image: url(/images/mettler/faq_bg_sidecolumn.png);
    padding: 10px 10px 10px 16px;
}

.sideNavItem input {
    background-color:white;
    border:1px solid #D5D5D5;
    color:#959595;
    margin: 5px 0px 0px 0px;
    padding: 2px 0px 2px 10px;
    font-size: 10px;
}

#productLayer {
    float: left;
    min-height: 110px;
    width: 700px;
    z-index: 1;
    position: relative;
}

#pageTitelView {
    float: left;
    height: 110px;
    position: relative;
}

#miniFlashView {
    float: right;
    width: 220px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;
}

.spacerView {
    float: left;
    width: 700px;
    height: 12px;
}

#contentWrapper {
    width: 700px;
    min-height: 480px;
    height: auto !important;  /* for modern Browsers */
    height: 480px;  /*for IE */
    float: left;
    position: relative;
}

#contentArea {
    padding: 20px;
}

#mettlerContent {
    background-image: url(/images/mettler/mettlerwelt_content_bg.jpg);
    background-repeat: repeat-y;
    padding: 15px 20px 20px 20px;
    float: left;
    width: 660px;
}

#footerWrapper {
	display: block;
	clear: both;
	height: 21px;
}

#footer {
    width: 950px;
    background-color: white;
    margin: 0 auto;
    height: 21px;
    padding: 3px 5px 0px 5px;
}

#footer a {
    font-size: 11px;
    color: #0091CD;
    text-transform: uppercase;
}

#langView {
    float: left;
    width: 180px;
}

#partnerView {
    float: left;
    width: 200px;
}

#metaNavView {
    float: right;
}

.label {
    display: block;
}

input.field {
    background-color: white;
    border: 1px solid #D5D5D5;
    color:#959595;
    font-size:10px !important;
    padding:2px 0 2px 10px;
}


ul {
	list-style-position:outside;
}


/* validator icons */
#xhtml {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px 5px 5px 0;
	background-image: url(/images/default/xhtml_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#xhtml:hover {
	background-position: -16px 0px;
}

#css {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/css_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#css:hover {
	background-position: -16px 0px;
}

#sitemap {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/sitemap.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sitemap:hover {
	background-position: -16px 0px;
}

a.sitemaptop {
	display: block;
	background-image: url(/images/default/sitemapline.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	width: 300px;
}

a.sitemaplow {
	display: block;
	padding-left: 20px;
	width: 280px;
}

div.userimg{
    width:90px;
    float:left;
}

.table_haendler {
	
	float:left;
	/*height:10px;*/
}

.div_table_haendler {
	height:350px;
	width:100%;
	overflow:auto;
	margin-bottom:20px;
	
}

.table_haendler td {
	white-space:nowrap;
	font-size:10px;
	height:10px;
}
.haendler_tr_odd {
	background-color:white;
}
.haendler_tr_even {
	background-color:silver;
}

.gsc-search-box {float:left; margin-right:10px;}
.gmls_f {
	width:200px;
}

.gmls-results-popup {display:none;}

input.gsc-input {width:180px !important;}

.fixedHeader tr{
	display:block;
	position:relative;
}

.fixedHeader tr th {
    background: none repeat scroll 0 0;
    /*border-left: 1px solid #EEBB88;
    border-right: 1px solid #BB7744;
    border-top: 1px solid #EEBB88;*/
    font-weight: normal;
    padding: 4px 0px;
    text-align: left;
}

th.header {
	padding:3px 0;
}
/*
.scrollContent {
	display:block;
	overflow:auto;
	height:300px;
}
.scrollContent tr,.scrollContent td {height:16px !important;}*/
