/* Standardangaben
Paddings und Margins auf 0 setzen, vertikaler Scrollbar immer sichtbar, Clearfix und float-standard
*/

html{ height: 100.1%; }
*{ padding: 0; margin: 0;}
a img{ border: none; }
form {display: inline}
ul img, .navigation img{ vertical-align: bottom; }
.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 */
.floatleft { float: left; margin-right: 10px; display: inline;}
.floatright {float: right; margin-left: 10px; display: inline;}

/* Schriftart und Größe für die Seite, Abstände von Paragraphen usw */
body, table, td, p {
    font: 11px Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
}

body, p, li{
    line-height: 1.3em;
}

body{
    background-color: #E9E9E9;
    text-align: left;
    padding: 0;
    margin: 0;
	height: 100%;
	width: 100%;
	background-image:url(../bilder/body_hg.jpg);
	background-repeat:repeat-x;
	min-height: 820px;
	color: #333;
}

p {
    margin: 0em 0 1em;
    padding: 0;
	color: #333;
}



/* Grundgerüst */

#header{
	padding: 0;
    margin: 0;
}


#logo_container{
	width: 190px;

	padding: 10px;
	margin: 0px;
	float: left;


}

#logo{
	float: left;
}

#nations{
	float: left;
	clear: left;
	padding-top: 20px;
}

#banner{
	float: left;
	width: 561px;
	padding: 0;
    margin: 0;
	height: 150px;
	
}

#navigation_top_container{
	float: left;
	padding: 10px ;
	width: 168px;
    
}

#navigation_top{
	height: 0px;
    text-transform: uppercase;   
}

#warenkorb_klein_aussen {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	color: #666;
	font-size:9px;
	float: left;
	clear: left;
}

#navigation{
   	position: absolute;
	float: left;
	height: 34px;
	top: 150px;
	width: 100%;
	z-index: 2;
	background: url(../bilder/navigation_hg.jpg) repeat-x;
}
#container{
    margin: 0 auto;
    text-align: left;
    position: relative;
    width: 980px;
	background-color: #fff;
	border: 1px solid #666;
	border-top: 0px;
	z-index:1;
	padding: 0px;
}

#borderLeft {
	position: absolute;
	left: -1px;
	top: 150px;
	z-index: 3px;
}

#borderRight {
	position: absolute;
	left: 980px;
	top: 150px;
	z-index: 3px;
}

#main_container {
	border: 0px;
	border-bottom: 1px solid #666;
	width: 980px;
	height:auto;
	background-color: #EFEFEF;
}

#left_col{
	width: 170px;
	padding: 17px 20px;
	background-color: #EFEFEF;
	float: left;
	height: auto;
}



#inhalt{
	width: 558px;
	float: left;
	padding: 0px 0px 0px 0px;
       
	min-height: 475px;
	background-color: #FFF;	
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: 0px;
}

#gesamtlagerbestand {
	height: 36px;
    line-height:30px;
	text-align: center;
	padding: 6px 10px 10px 10px;
	border: 0px;
    background:url(../bilder/gesamtlagerbestand_hg.jpg) repeat-x;   
}

#right_col {
	width: 168px;
	padding: 27px 20px;
	float: left;
	background-color: #EFEFEF;
}

#produkte 
{
	clear:both;
	margin-left: 1px;
}
#produkte table {
	width: 940px;
	background:#666;

	
}


#toLeft {
	width: 170px;
	padding: 8px 20px 0px 20px;
	background-color: #EFEFEF;
	float: left;
	height: 26px;
    line-height: 30px;  
	border: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}

#toRight {
	width: 168px;
	padding: 8px 20px;
	float: right;
	background-color: #EFEFEF;
	height: 18px;
	border: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}

#footer{
	clear:left;
	margin: 0px !important;
	padding: 0px !important;	
	font-size: 9px;
	color: #666;
	font-weight: bold;
	height: 30px;
	border: 1px solid #fff;
	background-color: #E1E1E1;
}

#firma_name {
	float: left;
	width: 167px;
	padding: 6px 20px;
}

#footer_txt{
	width: 522px;
	float: left;
	border: 1px solid #fff;
	padding: 6px 20px;
	height: 16px;
	background-color: #EBEBEB;

}

#footer_right {
    float: left;
    padding: 6px 20px;
    height: 16px;
    width: 160px;
    text-align: center;
}

#produkte_kasten, #unternehmen_kasten{
	float: left;
	width: 47%;
	padding-right: 3%;
}
/* Ende Grundgerüst */

/* Nations */
#nations, #nations ul  {
    list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}


ul.flags{
	list-style: none;
	width: 100px;
	
}
ul.flags li {
	padding-right: 5px;
	
}
ul.flags li, ul.flags li a{
	width: 25px;
	height: 15px;
}

ul.flags li {
	float:left;
}

/*#nations ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000;
	height: 20px;
}

ul#flags {
    height: 12px;
}
ul#flags li {
    float: left;
	height: 12px;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
	width: 25px;
}
*/

/* Ende nation */

/* Navigation top */
.navigation, .navigation ul, .navigation_top, ul.navigation_top  {
    list-style: none;
	margin: 0px;
	padding: 0px;
}


ul.navigation_top{
	list-style: none;
	/*width: 160px;*/
	font-size: 9px;
	color: #999;
	
}

ul.navigation_top li, ul.navigation_top li a{
	width: 84px;
	height: 15px;
	color: #999;
}

ul.navigation_top li {
	float:left;
}

ul.navigation_top li a{
	text-decoration: none;
	font-weight: bold;
}

ul.navigation_top li a.active, ul.navigation_top li a:hover{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	
}

/* Ende Navigation top */



/* Navigation */


ul.navigation li {
    float: left;
	height: 34px;
	margin: 0px;
	padding: 0px;
}


.navigation a{	
	padding: 10px 20px;
	line-height: 34px;
	text-transform:uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	}

.navigation a.active, .navigation a:hover{
	background-image: url(../bilder/navigation_active_hg.jpg);
	background-repeat: repeat-x;
	background-position: -1px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	line-height: 34px;
	padding: 10px 20px;
}

/* Ende Navigation */

/*  Produkterubriken  */

ul.prod_navigation, ul.prod_navigation li, ul.prod_navigation ul{
	font-size: 10px;
	color: #666;
	list-style: none;	
	margin: 0px;
	padding: 0px;
}

ul.prod_navigation ul li {
	list-style: none;
}

ul.prod_navigation ul li a{
	font-size: 10px;
	color: #666;
	text-decoration: none;
}

ul.prod_navigation ul li a.active, ul.prod_navigation ul li a:hover{
	font-weight:bold;
}
/* Ende produkterubriken  */



/* Rechtespalte Listen */

#right_col ul{
	font-size: 10px;
	color: #666;
	list-style: none;	
	margin: 0px;
	padding: 0px;
}
#right_col ul li{
	list-style: none;
	background:url(../bilder/li.jpg) left center no-repeat;
}

#right_col ul li a {
	font-size: 10px;
	color: #666;
	text-decoration: none;
	padding-left: 7px;
}
/* Ende Rechtespalte Listen*/ 

/* footer */
#footer a {
	color: #666;
	text-decoration: none;
}

/*  */

/* Inhalt */

#inhalt ul{
	font-size: 10px;
	color: #666;
	list-style: none;	
	margin: 0px;
	padding: 0px;
}

#inhalt ul li{
   list-style: none;
	background:url(../bilder/li.jpg) left center no-repeat;
}

#inhalt ul li a{
	font-size: 10px;
	color: #666;
	text-decoration: none;
	padding-left: 7px;
}

h1{
    font-size: 13px;
    margin: 0 0 0.5em 0;
}

h2{
    font-size: 11px;
    margin: 0 0 0.1em 0;
}

h3{
    font-size: 11px;
    margin: 0 0 0.3em 0;
}


/* links */
a {
	color: #2E529A;
	text-decoration: underline;
}

a:hover {
    color: #2E529A;
    text-decoration: none;
}

.repeater{
    margin-bottom: 1.4em;
}

.repeater h2{
    margin: 0;
    font-size: 11px;
    padding: 0;
}

.rahmen {
    border: 1px solid black
}

.datum {
    font-size: 10px;
    color: #808080;
}


/* Ansprechpartner */
.ansprechpartner .text{
    width: 250px;
}

.ansprechpartner label{
    width: 60px;
    margin: 0;
}

.ansprechpartner p {
    margin-top: 0px;
}

.ansprechpartner em.position {
    font-style: normal;
    display: block;
    margin: 2px 0px 5px 0px;
}

.ansprechpartner h2 {
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 1em;
}
/* Ende Ansprechpartner /*

/* Kontaktformular */
.kontakt, input.text, textarea.text {
    width: 250px;
    
}

#formmailmessage, .formmailerror {
    width: 370px;
}

label {
    position: relative;
    width: 170px;
    float: left;
    margin-bottom: 5px;
}

#kontaktform label {
    position: relative;
    width: 170px;
    float: left;
    margin-bottom: 5px;
}

input, textarea, select {
    background: #fff;
    color: #000000;
    border: 1px solid black;
    padding:2px;
}

input.text, input.password, textarea.text{
    margin: 0px 0px 5px 0px;
    padding: 2px 0;
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #cccccc;
    font-size: 11px;
}

input.required, input.password.required, textarea.required{
    margin: 0px 0px 5px 0px;
    padding: 2px 0;
    background: #ffffff url(../bilder/hintergrund_input_text_required.gif) repeat-x;
    border: 1px solid #F8D5D5;
}

form input.required.completed, form input.ausfuellen.completed{
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x !important;
    border: 1px solid #cccccc !important;
}

select {
    margin-bottom: 5px;
    font-size: 11px;
    padding: 2px;
}

body > select {
    margin-bottom: 0px;
}

.checkbox, .radio {
    background: none;
    margin-bottom: 5px;
    border: 0;
}

.submit{
    margin: 5px 0 5px 0;
    padding: 2px 2px;
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #cccccc;
}

input:focus, select:focus, input.required:focus {
    border: 1px solid black;
}

form label.required {
    color: red;
}

form label.completed {
    color: black;
}

.ausfuellen {
    border: 1px solid red;
}

#formmailmessage, .formmailerror {
    border: 1px solid #E7DBC6;
    padding: 5px;
    color: red;
    margin: 0px 0px 5px 0px;
    background: #ffffff url(../bilder/hintergrund_input_text_required.gif) repeat-x;
    display: none;
    overflow: hidden;
    line-height: 1.3em;
}

.formmailerror{
    display: block;
}

#formmailmessage.complete{
    color: black;
    border: 1px solid green;
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x;
}

#formmailmessage em{
    color: green !important;
    font-weight: bold;
}

#formmailmessage .linkespalte{
    width: 110px;
    display: block;
    float: left;
    margin: 0;
}

#formmailmessage .rechtespalte{
    width: 110px;
    display: block;
    float: left;
    margin: 0;
}

#formmailmessage #daten{
    margin-top: 10px;
}

#formmailmessage br{
    clear: left;
}


.kontakt {
    position: relative;
    display: block;
    float: left;
    margin-bottom: 5px;
}

#anschrift {
    float: right;
    position: relative;
}

#anschrift label {
    position: relative;
    width: 60px;
    float: left;
    margin-bottom: 2px;
}

#anschrift p {
    margin-top: 4px;
}

#kontaktform, #formmailmessage {
    margin-right: 10px;
    position: relative;
}

#kontaktform input.radio {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

.clearleft {clear: left; }
/* Ende Kontakt */

#banner img{
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
}

.title_option {
	color: #2E529A;
	text-transform:uppercase;
	font-size: 9px;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}

.title_warenkorb {
	color: #fff;
	background: url(../bilder/shop_knopf_hg.jpg) repeat-x;
	width: 100px;
	border: 1px solid #ccc;
	height: 16px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size:9px;
}


#rechte_spalte_vorteile li {
	padding-left: 7px;
	font-weight: bold;
}

#right_col  #rechte_spalte_leistungen ul li {
	padding-left: 7px !important;
	background-position: 0px 4px;
}

#rechte_spalte_anfahrt {
	padding-top: 10px;
}
.anfahrt_table{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.anfahrt_table td{
	border: 1px solid #ccc;
	border-top:0px;
	border-left:0px;
	padding: 5px;	
}

.gesamtlagerbestand {
	font-weight: bold;
	font-size: 10px;
	color: #666;
    margin-top: 6px;
}

.refe {
	position: absolute; 
	top: 184px;
	height: 14px;
}
.inhalt {
	padding: 0px 20px;
	
}

a.paddingRight{
	padding-right: 42px !important;
}

.rot {
	color: red;
}
.num {
	width: 40px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

.strong{
	font-weight: bold;
}

#quality_policy ul {
	padding-bottom: 10px;
}

#inhalt table li,#inhalt #quality_policy li {
	padding-left :10px;
	margin-top: 10px;
	background-position: 4px 4px;
}

label.breiter {
	width: 500px;
}

label.kleiner {
	width: 90px;
}
.text2 {
	width: 165px;
	border: 1px solid #ccc;
}