/* CSS Document */

h5,h6,div,body,input,button { 
	font: normal 11px Arial, Helvetica, sans-serif #000000;
	color:#000000;
	line-height: 15px;
	list-style-position: inside;
	list-style-type: square;	
}

p {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 15px;
}

html {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 15px;
}

a:link {
	color: #009396;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #009396;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

h1 { 
	font: normal 36px Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color:#000000;
}

h2 {
	font: normal 18px Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color:#000000;
}

h3 {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color:#009396;
}

h4 {
	font: 12px arial #000000;
	font-weight: normal;
	color:#000000;
}


img.block {
	display:block;
	border: 1px dashed #999999;
}

div, img {
  margin:0;
  padding:0;
  border:0;
}

div#container {
  width:938px;
  margin-left:25px;
  border:1px solid silver;
  background-color:#ffffff;
  }

div#top {
  font: bold 11px Arial, Helvetica, sans-serif;
  clear:both;
  background-color:#009396;
  text-align: right;
  color:#ffffff;  
  padding:5px;
  padding-right:10px;  
}

div#top a {
   text-decoration: none;
   color:white;
   }

div#header { }

/*-----------------------------------*/

div#links { 
	float:left;
	width:160px; 
	text-align:right;
	text-valign:middle;
	padding-top:40px;
	padding-bottom:20px;
	background-color:#ffffff;
	}

div#head { 
	font: normal 11px Arial, Helvetica, sans-serif;
	padding-top:5px;
	padding-bottom:5px;
}


div#center { 
	margin-left:190px;
	width:460px; 
}

div#right { 
	width:220px; 
	float:right; 
	text-align:center;
	font: normal 10px Arial; 
	padding-top:30px;
	padding-bottom:10px;	
	padding-left:0px;
  	padding-right:0px;
	background-color:#FFFFFF;
	}
	
div#right a {
   text-decoration: underline;
   color:black;
   font: normal 11px Arial, Helvetica, sans-serif;
   }	

.float-left { 
	float:left; 
}

div#footer {
  font-size: 9px;
  height:14px;
  font-family: Arial;
  clear:both;
  background-color:#009396;
  text-align:left;
  color:#ffffff;  
  padding:5px;
  padding-right:10px;  
  
}

div#footer a {
   font-size:9px;
   text-decoration: none;
   color:#ffffff;
   }

/*-------Bilderzoom Produkte--------*/

a:hover .zoom {
filter='()';}

a:link .zoom {
width : 100px;
}

a:hover .zoom {
width : 250px;
}


/*-------Bilderzoom Ruehrer--------*/

a:hover .ruehrer-zoom {
filter='()';
}

a:link .ruehrer-zoom {
height : 175px;
}

a:hover .ruehrer-zoom {
height : 400px;
}

/*-------Bilderzoom Ruehrer 2--------*/

a:hover .zoomr {
filter='()';
}

a:link .zoomr {
width : 58px;
}

a:hover .zoomr {
width : 100px;
}



/*-------Bilderzoom Klein-Gross--------*/


a:hover .klein-zoom {
filter='()';}

a:link .klein-zoom {
width : 65px;
}

a:hover .klein-zoom {
width : 200px;
}



/*-------Tabellenzoom klein - gross --------*/

.tabelle
{
width:440px
}
.tabelle td
{
font-size:11px;
font-weight:normal:
font-family:arial;
}
.tabelle_over
{
width:440px
}
.tabelle_over td
{
font-size:14px;
font-weight:normal;
font-family:arial;
}


/*-------relativer Tooltip - Infobox--------*/

a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: relative;
  text-decoration: unterline; 
  font-weight: bold;
  font-size:11px;
  font-family:Arial, Helvetica, sans-serif;
  color: #000000; 
  }
  
a.tooltip:hover {
  color: #000000; 
  background: transparent;
  }

a.tooltip span {
  color:#000000;
  display: none;  
  text-decoration: none; 
}

a.tooltip:hover span {
  display: inline;
  position: absolute; /* !!! hat gefehlt */
  bottom: 10px;
  top: 15px; 
  left: 0; 
  width: 200px;
  height: 50px; /* !!! hat sich komischerweise nicht automatisch angepasst und war nur wenige Pixel hoch. So ist es momentan noch eine unsaubere Lösung */
  z-index: 1111;
  color: #000000; 
  border:2px solid #009396; 
  background: #EAF4F4;
  font: 11px arial, sans-serif; 
  text-align: left;
  padding: 5px 5px 5px 5px;
  }
  
/*-------contenttable--------*/

table.contenttable  {
	background-color: #ffffff ! important;
	border:0px ! important;
	margin:0px ! important;
	border-collapse:collapse;
	margin-left:0px ! important;
	margin-top:5px ! important;
		
	}
table.contenttable td {
        vertical-align:top;
        line-height:18px;
	background-color:#EFEFEF! important;
	border-bottom:1px solid #999999 ! important;
	padding-left:0px;
	
	}
table.contenttable p {
        margin:0px ! important;
        padding:0px ! important;
	font-size:11px ! important;
	color:#000000 ! important;
	background-color:transparent ! important;
    }
table.contenttable p a:link, table.contenttable p a:visited {
	color:#000000 ! important; 
	font-weight:normal;
	font-size:11px ! important;
	text-decoration: underline;
}
table.contenttable p a:hover {
	color:#009396 ! important; 
	font-weight:normal;
	font-size:11px ! important;
	text-decoration: underline;
}
tr.tr-even td  {
	background-color:#FFFFFF ! important;
	}
	
tr.tr-even-blau td  {
	background-color:#cee8e8 ! important;
	}
	
tr.tr-weiss td {
	background-color:#ffffff! important;
	font-size:11px ! important;
	border-bottom:1px solid #FFFFFF ! important;
	}


tr.tr-gruen td {
	background-color:#BCDCAD! important;
	font-size:11px ! important;
	}

tr.tr-pink td {
	background-color:#f180bd! important;
	font-size:11px ! important;
	}

tr.tr-orange td {
	background-color:#fbd680! important;
	font-size:11px ! important;
	}

tr.tr-schwarz td {
	background-color:#000000! important;
	font-size:11px ! important;
	color:#ffffff ! important;
	}
	
/*-------contenttable--------*










/*-------Händlersche --------*/
.traders {
	width: 460px;
	margin-bottom: 20px;
}
.traders td {
	background-color: #e2e9e9;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.spacer1, .spacer2 {
	background-color: #fff !important;
	height: 7px !important;
	font-size: 1px !important;
	line-height: 1px !important;
}
.spacer2 {
	border-top: 1px solid #addbd9; /*cee8e7*/
}

/**/
.trader-headline {
	padding: 12px 10px 6px 10px;
	color: #008083; /*009396;*/
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.trader-adress, .trader-contact, .trader-online {
	padding: 3px 10px 13px 10px;
}
.trader-adress {
	width: 230px;
}
.trader-contact, .trader-online {
	width: 115px;
}
.trader-contact a, .trader-online a {
	text-decoration: none;
}
.trader-label {
	color: #000;
}
/**/
.traders-search {
	border: 1px solid #addbd9;
	width: 460px;
	margin: 7px 0 20px 0;
}
* html .traders-search {
	margin: 0 0 20px 0;
}
.traders-search td {
	padding: 5px 0 5px 35px;
	background-color: #e2e9e9;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.traders-search-label {
	width: 75px;
	color: #008083;
	font-weight: bold !important;
}
.trader-input {
	font-size: 11px;
	border: 1px solid #009396;
	background: #fff; /*e2e9e9;*/
	width: 175px;
}
.trader-button, .trader-button-large, .account-button, .account-button-large {
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #009396;
	color: #008083;
	width: 90px;
	background-color: #fff;
}
.trader-button-large, .account-button-large {
	width: 175px;
}

.pagination {
	text-align: center;
	padding-bottom: 50px;
}
.pagination a {
	padding: 7px 5px 5px 5px;
	border: 1px solid #009396;
	background-color: #fff;
	text-decoration: none;
}
.pagination a:hover {
	background-color: #E2E9E9;
}

/*------ clear float ------*/
.clear{
height:0;
margin:0;
padding:0;
background-color: #f00;
font-size:1px;
line-height: 1px;
clear:both;
}

/*-------Garantieerweiterung --------*/
.garantie-box {
	border: 1px solid #addbd9;
	width: 460px;
	margin: 7px 0 20px 0;
}
* html .garantie-box {
	margin: 0 0 20px 0;
}
.garantie-box td {
	padding: 5px 35px 5px 35px;
	background-color: #e2e9e9;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

._cc_error {
	color: #dc6363;
}
.account-label {
	vertical-align: top;
	width: 100px;
	color: #008083;
}
.account-input {
	font-size: 11px;
	border: 1px solid #009396;
	background: #fff; /*e2e9e9;*/
	width: 230px;
}
.account-select, .account-select2 {
	font-size: 11px;
	border: 1px solid #009396;
	background: #fff; /*e2e9e9;*/
	width: 230px;
}
.account-select2 { width: 90px; }

.account-file {
	font-size: 11px;
	border: 1px solid #009396;
	background: #fff; /*e2e9e9;*/
	width: 230px;
}
span.green { color: #008083; }

a.help {
	position:relative; /*this is the key*/
	z-index:24;
	line-height: 20px;
	color: #009396;
}
a.help:hover{
	z-index:25; 
}

a.help span {
	display: none;
	width:230px;
}

a.help:hover span{
	width: 230px;
    display:block;
    position:absolute;
    top:20px; 
	left:0; 
    border:1px solid #009396;
    background-color:#009396; 
}
a.help:hover span div {
	margin: 0;
	padding: 10px; 
	color:#fff;
}




.open DIV.hideable { display: inline; padding:0; margin:0; }
.closed DIV.hideable { display: none; padding:0; margin:0; }
.open, .closed {
	margin: 10px 0;
	padding: 15px;
	border: 1px solid #ADDBD9;
	background: #d7e2e2;
}
* html .open, * html .closed {
	padding: 15px 15px 0 15px !important;
}
.open a, .closed a {
	text-decoration: none !important;
}
	.maschinentyp {
	}
	.maschinennr {
		letter-spacing: 0.03em;
	}
	.maschine {
		width: 350px;
		margin-top: 15px;
	}
	.maschine td {
		vertical-align: top;
		padding: 5px 0 5px 15px;
		background-color: #d7e2e2;
	}
		.maschine-label {
			width: 75px;
		}
		a.beleg {
			color: #000;
			text-decoration: underline;
		}
