html{
    height: 100.1%;
}
body, table, td, li, p{
    font: 11px Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    line-height: 1.3em;
    color: #333333;
}
body{
    background: #FFFFFF;
    text-align: center;
    padding: 0;
    margin: 0;
}

/* ------------------------------ */

#header, #container, #footer{
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 960px;
}
#header{
    background: url(../bilder/layout_logo.gif) no-repeat;
    height: 180px;
}
#header #home{
    position: absolute;
    left: 0;
    top: 0;
}
#header #campaign{
    position: absolute;
    right: 0;
    top: 0;
}
#header #meta ul, #header #meta ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#header #meta ul{
    position: absolute;
    right: 0;
    top: 0;
}
#header #meta ul li{
    padding: 0 3px;
    float: left;
}
#header #meta ul li a{
    text-transform: uppercase;
    color: #333333;
}
#header #meta ul li a:hover, #header #meta ul li a.active{
    text-decoration: none;
    color: #0018cd;
}
#header #navigation{
    background: url(../bilder/layout_navigation.jpg) no-repeat;
    position: absolute;
    width: 752px;
    height: 30px;
    top: 150px;
    right: 0px;
}
#header #navigation ul, #header #navigation ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#header #navigation li{
    float: left;
}
#header #navigation li a img{
    margin: 0 40px 0 0;
}
.teaser ul li {
    color:green;
    line-height:18px;
}
#container{
    background: url(../bilder/layout_background.gif) repeat-y;
    padding-top: 10px;
}
#container #left{
    position: relative;
    display: inline;
    margin: 0 10px;
    width: 190px;
    float: left;
}
#container #left #flags, #container #left #flags li{
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
}
#container #left #flags{
    margin: 0 0 10px 0;
    background: #eeeeff;
    width: 190px;
}
#container #left input{
    border-color: #777777;
    width: 100px;
}
#container #left #flags ul{
    padding: 4px;
}
#container #left #flags ul li{
    margin-right: 2px;
}
#container #categories ul, #container #categories ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#container #categories ul{
    margin: 7px 7px 7px;
}
#container #categories ul li a{
    font-weight: bold;
    padding-left:18px;
    background-image:url(closed.gif);
    background-repeat:no-repeat;
}
#container #categories ul li li a{
    font-weight: normal;
    background-image:url(file.gif);
    background-repeat:no-repeat;
}
#container #categories ul li a.active{
    color: red;
}
#container #inhalt{
    position: relative;
    display: inline;
    width: 741px;
    float: left;
}
#container #inhalt #boxed{
    border-left: 2px solid #9499ee;
    border-top: 2px solid #9499ee;
    padding: 12px;
    height: auto;
    min-height: 315px;
    _height: 315px;
}
#container #inhalt #content{
    margin-right: 10px;
    width: 541px;
    float: left;
}
#container #inhalt #right{
    width: 190px;
    float: left;
}
#search, #flagselect{
    margin: 7px 0 10px;
    background: #eeeeff;
    padding: 5px 10px 3px 10px;
    position:relative;
}
#flagselect{
    background: none;
    margin: 0;
    padding-bottom: 0;
}
#search_help{
    position:absolute;
    right:43px;
    padding:15px;
    top:3px;
    width:115px;
    border:1px solid blue;
    background-color:#fff;
    display:none;
}
#container #inhalt #right #search .text{
    margin: 0 5px 0 0;
    padding: 1px 2px;
    width: 110px;
    _width: 100px;
}
#container #inhalt ul, #container #inhalt ul li{
    list-style: none;
}
#container #inhalt ul{
    padding: 0 0 1em;
    margin: 0;
}
#container #inhalt ul li{
    background: url(../bilder/li.gif) 6px 2px  no-repeat;
    padding: 0 0 0 20px;
    margin: 0 0 3px 0;
}
#footer{
    background: url(../bilder/layout_footer.gif) no-repeat;
    height: 35px;
}

/* ------------------------------ */

.teaser{
    border: 1px solid #0018cd;
    background: #eeeeff;
    border-top: none;
    margin: 0 0 10px 0;
    height: 1%;
}
.teaser h1,.teaser h1 a{
    background: #0018cd;
    font-size: 11px;
    color: white;
    padding: 4px 10px;
    margin: 0;
    height: 1%;
}
.teaser h1 a{
    padding:0;
    text-decoration:none;
}
.teaser h1 a:hover{
    text-decoration:underline;
}
.teaser .padding{
    overflow: hidden;
    padding: 10px;
}
.box{
    border: 2px solid black;
    margin: 0 0 10px 0;
    padding: 10px;
}
.yellow{
    border-color: #fff200;
}
.magenta{
    border-color: #ee008b;
}
.cyan{
    border-color: #00aeee;
}
.gruen{
    border-color: #00ff00;
}
.rot{
    border-color: #ff0000;
}

/* ------------------------------ */

h1, h2, h3{
    margin: 0 0 1em 0;
    color: #0018cd;
}
h1{
    font-size: 15px;
}
h2{
    font-size: 12px;
}
strong{
    font-size: 11px;
}
p{
    margin: 0em 0 1em;
    padding: 0;
}

th{
    font-size: 12px;
    color: #0018cd;
    }
a{
    color: #0018cd;
}
a:hover{
    text-decoration: none;
    color: #036;
}
a img{
    border: none;
}
form{
    display: inline;
}
fieldset{
    margin: 0 0 10px 0;
    border: 1px solid #fac749;
    padding: 10px 17px;
}
fieldset legend{
    font-weight: bold;
    padding: 0 5px;
    _margin-bottom: 10px;
}
fieldset label{
    width: 140px;
}

/* ------------------------------ */

.floatleft, .floatright{
    margin-bottom: 10px;
    display: inline;
}
.floatleft{
    margin-right: 15px;
    float: left;
}
.floatright{
    margin-left: 15px;
    float: right;
}
.small{
    margin-top: 0px;
    font-size: 10px;
    color: #333333;
}
.thedate{
    font-size: 9px;
    font-weight: normal;
}
.formmailerror{
    background: url(../bilder/input_text_required.gif) repeat-x;
    border: 1px solid #D10202;
    padding: 10px;
    margin: 2px 2px 10px 2px;
    color: #A02031;
}
.button{
    background: #ffffff url(../bilder/input_text.gif) repeat-x;
    border: 1px solid #666666;
    text-decoration: none;
    margin: 5px 3px 5px;
    padding: 2px 10px;
    font-size: 10px;
    display: block;
    color: #000000;
    float: left;
}
.button:hover{
    background: url(../bilder/input_text_required.gif) repeat-x;
    color: #D10202;
}
.nomargin{
    margin-right: 0;
}
.pageselector{
    border-top: 1px solid #cccccc;
    margin: 10px 0 0 0;
    width: 720px;
}
.pageselector .left{
    vertical-align: top;
    text-align: left;
    width: 400px;
}
.pageselector .right{
    vertical-align: top;
    text-align: right;
    width: 400px;
}
.pageselector select{
    margin-top: 2px;
}
.notice{
    font-weight: bold;
    color: #ff0000;
    margin: 10px 0;
}
.listing li a{
    font-weight: normal !important;
    color: #000000;
    text-decoration: none;
}
.listing li a:hover{
    text-decoration: underline;
}

/* ------------------------------ */

.anfahrt {
     width: 250px;
     float: left;
     margin-right: 100px;
}

/* ------------------------------ */

label, .kontakt{
    position: relative;
    margin: 0 0 5px 0;
    width: 180px;
    float: left;
}
#kontaktform label{
    width: 120px;
}
#anschrift{
    float: right;
    width: 200px;
}
#anschrift label{
    width: 70px;
}
input.text, textarea.text, input.password, .kontakt{
    width: 260px;
}
input.wkanzahl{
    width: 25px;
    padding: 2px 5px !important;
}
input.text, input.password, textarea.text, select{
    background: #ffffff url(../bilder/input_text.gif) repeat-x;
    border: 1px solid #888888;
    margin: 0 0 5px 0;
    font-size: 11px;
    padding: 2px 0;
    float: left;
}
input.required, input.password.required, textarea.required, select.required{
    background: #ffffff url(../bilder/input_text_required.gif) repeat-x;
/*     #ffdddd */
}
.checkbox, .radio{
    margin: 0 0 5px 0;
    background: none;
    width: auto;
    border: 0;
}
input:focus, select:focus, input.required:focus{
    border: 1px solid #000000;
}
select.short{
    width: 160px;
}
label.required{
    color: #A02031;
}
.formmailerror{
    margin: 5px 0 15px 0;
    color: #d00707;
    display: block;
}
.clearleft{
    clear: left;
}
.linie{
    border-top: 1px solid #b4c2f6;
    margin: 0 0 10px 0;
}

/* ------------------------------ */

table td, table th{
    vertical-align: top;
}
table tbody th{
    width: 200px;
}
.packing{
    border: 1px solid #000000;
    width: 720px;
    margin: 0 0 10px 0;
}
.packing th{
    background: #b4c2f6;
    text-align: center;
    padding: 2px 10px;
}
.packing ul{
    margin: 5px 0 0 5px !important;
}
.msds{
    border: 1px solid #000000;
    border-collapse: collapse;
    width: 720px;
}
.msds th{
    padding: 3px 5px;
    background: #ccd8e8;
}
.msds td{
    border: 1px solid #000000;
    padding: 3px 5px;
}

/* ------------------------------ */

.clearfix:after { content: ".";     display: block;     height: 0;     clear: both;     visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

span.highlighted {
    border-bottom: 1px dashed #1eaa2d;
    cursor: help;
    color: #009933;
    background-color:none;
}
a.letzten_20 {
    font-size:10px;
    color:#0018CD;
}

.select label, .select select{
    margin: 0 0 5px 0;
    display: block;
}
.select select{
    font: 11px Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    width: 120px;
    float: left;
}
.select img{
    margin: 3px 0 0 12px;
    float: left;
    border: none;
}
.bankdetails {
    width:260px;
    margin-right:0;
}
.startteaser {
    width:240px;
    margin-bottom:15px;
}
.teaserleft {
    float:left;
}

.teaserright {
    float:right;
    margin:0;
}
.bildteaser{
    padding:0;
    width:260px;
}
.msds_download {
    padding-right:50px;
    background-image:url(../bilder/msds_logo_small.gif);
    background-repeat:no-repeat;
    background-position: right bottom;
}
div.search_text {
    float:left;
    margin-right:30px;
}
a.search_result {
    display:block;
    float:left;
    width:120px;
    margin-right:10px;
}
a.printer_list {

}

input.keyword {
    width:100px;
}
.regenbogen{
    background-image:url(../bilder/layout_navigation.jpg);
    background-repeat:no-repeat;
}
.regenbogen, .regenbogen *{
    color: #ffffff !important;
}
#suche_zurueck{
    display:block;
    height:25px;
    width:75px;
    text-decoration:none;

}
#suche_form input{
    border:1px solid #000;
    width:112px;
    _width:80px;
}
.middle{
    vertical-align:middle;
}

.pl {
    position:absolute;
    right:11px;
}

#wrapper p, #wrapper td, #wrapper li{
    line-height: 18px;
}
#wrapper h3{
    background: #E6E6E6;
    line-height: 17px;
    padding: 1px 5px;
    display: block;
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    margin: 0 0 15px 0;
    height: 17px;
}
#wrapper #tipp{
    margin: 15px 15px 10px 5px;
    width: 300px;
    color: #c00;
    float: left;
}
#wrapper #login img{
    margin: 15px 10px 0 0;
    float: left;
}
#wrapper #login label{
    margin-bottom: 5px;
    width: 120px;
}
#wrapper #login input{
    margin-bottom: 5px;
    padding: 1px;
}
#wrapper #wrapperoptions{
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 20px;
    height: 20px;
}
#wrapper #wrapperjumper{
    margin-top: 10px;
}
#wrapper #wrapperjumper .optionen{
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}
#wrapper #wrapperjumper table{
    width: 250px;
}
#wrapper #wrapperjumper table td{
    vertical-align: top;
    padding: 0;
}
#wrapper #wrapperjumper select{
    margin-right: 15px;
    float: left;
}
#wrapper #wrapperjumper .anzahl{
    float: left;
    padding-top: 2px;
}
#wrapper .menuoben, #wrapper .menuobenover{
    margin-right: 10px;
    float: left;
}
#wrapper .menuoben img, #wrapper .menuobenover img{
    margin-right: 10px;
}
#wrapper .menuoben, #wrapper .menuobenover{
    cursor: pointer;
    cursor: hand;
}

#wrapper .optionen{
    margin-top: 10px;
}
#wrapper .optionen select{
    margin-left: 10px;
}
#wrapper .aufklappkopfzeile{
    background: #E6E6E6;
    line-height: 17px;
    padding: 1px 5px;
    display: block;
}
#wrapper .aufklappkopfzeile td{
    color: #000000;
    font-size: 10px;
    font-weight: bold;
}
#wrapper .aufklappkopfzeile img{
    margin-right: 5px;
    float: left;
    padding: 0;
    padding: 3px 0 0 0;
}
#wrapper #irgendwas thead td{
    vertical-align: bottom;
    font-weight: bold;
    font-size: 11px;
}
#wrapper #irgendwas td{
    border-bottom: 1px solid #bcbcbc;
}
#wrapper #irgendwas .funktionen, #wrapper #irgendwas .funktionen *, #wrapper #wrapperjumper a{
    text-decoration: none;
    border: none;
    padding: 0;
}
#wrapper table, .maxwidth{
    width: 720px;
    border-spacing: 0;
}
#wrapper .secondRow{
    background: #f3f1e8;
}
#wrapper .hover{
    background: #e2dec7;
}
#wrapper .button{
    padding: 1px;
}
#wrapper #edit_form .uebersichtszeile .uebersichtszeile .uebersichtszeile td table tr td{
    border-top: 1px solid #bcbcbc;
    padding: 3px 0;
}
#wrapper .kopfzeile, #wrapper #detailseite .kopfzeile{
    padding: 5px 0 5px 0;
}
#wrapper .kopfzeile td, #wrapper #detailseite .kopfzeile td{
    font-size: 14px;
    border-bottom: 1px solid #cccccc;
}
#wrapper .tabelle table td table td {
    padding: 2px 0 2px;
    border: none;
}
#wrapper .tabelle table td table td td {
    /* border-bottom: 1px solid #bcbcbc; */
}
#wrapper #edit_form .tabelle table td table td td {
    border: none;
}
#wrapper .speichernbutton{
    margin-top: 10px;
    border: none;
}

.formmailerror, .fehler, .eingabefehlermeldung, .meldung, .optionen{
    border: 1px solid #c00;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px;
    color: #c00000;
    background: #fccccc;
    display: block;
}
.meldung, .optionen{
    background: #E6E6E6;
    border: 1px solid #bcbcbc;
    color: #333;
}

#wrapper .forumtable{
    border-spacing: 2px;
    margin: 15px 0;
    border: none;
}
#wrapper .forumtable .wide{
    width: 400px;
}
#wrapper .forumtable .medium{
    width: 170px;
}
#wrapper .forumtable .tiny{
    width: 130px;
    vertical-align: bottom;
}
#wrapper .forumtable .small{
    text-align: right;
}
#wrapper .forumtable th, #wrapper .forumtable th a{
    text-decoration: none;
    background: #ccd8e8;
    padding: 2px 3px;
    color: #283f83;
    border: none;
}
#wrapper .forumtable td{
    background: #dfdfdf;
    padding: 2px 5px;
    border: none;
    vertical-align: top;
}
#wrapper .forumtable .forumfooter{
    text-align: right;
}
#wrapper .forumbuttons{
    float: right;
}
#wrapper .quotetation {
    border : 1px solid #cccccc ;
    margin : 2px 2px 2px 5px ;
    line-height: 14px;
    font-size: 10px;
    padding : 4px ;
}
#wrapper .author {
    text-decoration: underline;
    font-style : italic ;
    font-weight : bold ;
    display : block ;
    font-size: 10px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}





