/* NAME:        styles_allgemein.css */
/* FUNKTION:    enthält die allgemeinen Seitenbeschreibungen */
/* ERSTELLT:    akeon gmbh, http://www.akeon.de */
/*              02.01.01 kalb */
/* GEÄNDERT:    immer mal wieder, kalb */

body { margin-top:10px; margin-bottom:10px; background-color:white }
body.frame { margin-right:10px; background-color:white }  /* Gibt Netscape den Rand, damit es keinen Text unter den Scrollbalken setzt */

p,h1,h2,h3,h4,ul,ol,li,div,td,tr,th,address,blockquote,nobr,b,i,a,select,option,textarea,input { font-family: Helvetica, Arial, sans-serif;} /* in dieser Reihenfolge */
/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

h1 { font-size:18pt;  line-height:20pt; color:#0A9D78;}
/* nicht benutzt */

h2 { font-size:16pt;  line-height:18pt; color:#0A9D78;}
/* Seitenueberschriften */

h3 { font-size:14pt;  line-height:16pt; color:#0A9D78;} 
/* Zwischenueberschriften */

h4 { font-size:11pt;  line-height:14pt; color:#0A9D78;}
h4.hemo { font-size:11pt;  line-height:14pt; color:black;}
/* Zwischenueberschriften, auch im Text, klein */


p,ul,ol,li,div,td,tr,th,address,nobr,b,i,a,select,option,textarea,input {font-size:10pt; line-height:14pt}
/* normaler Text */

/* normaler link (biosyn grün)*/
a:link { color:#0A9D78; text-decoration:underline; }
a:visited { color:#0A9D78; text-decoration:underline; }
a:active { color:#0A9D78; text-decoration:underline; } 

/* nicht unterstrichener link (biosyn grün)*/
a.bioblank:link { color:red; text-decoration:none; }
a.bioblank:visited { color:red; text-decoration:none; }
a.bioblank:active { color:#0A9D78; text-decoration:none; } 

/* schwarzer link*/
a.schwarz:link { color:black; text-decoration:underline; }
a.schwarz:visited { color:black; text-decoration:underline; }
a.schwarz:active { color:black; text-decoration:underline; } 

/* linkdarstellung der menus*/
a.menu:link { color:black; background-color:white; text-decoration:none;}
a.menu:visited { color:black; background-color:white; text-decoration:none;}
a.menu:active { color:black; background-color:white; text-decoration:none;}
/* linkdarstellung der hemocyaninmenus*/
a.hemomenu:link {line-height:10pt}
a.hemomenu:visited {line-height:10pt}
a.hemomenu:active {line-height:10pt}

img.hemomenu {width:"1"; height:"7"; border:"0";}

/* Standardlogo, wie es auf jeder Seite angezeigt wird */
div.logo {position:absolute; top:20px; left:23px;}
img.logo {width:"56"; height:"87";}

font.biosyn{color:#0A9D78;}
font.menu{color:black; font-weight:bold;}

table.pricelist{width:100%;margin-top:10px; margin-bottom:0px;border:1px solid black;}
td.pricelist{border:1px solid black;}

/* link bei Infomaterial */
a.info:link { color:black; text-decoration:none; }
a.info:visited { color:black; text-decoration:none; }
a.info:active { color:black; text-decoration:none; } 
img.black {border-color:black;}

/* Textanzeige */
table.text{width:100%;border:0;margin-top:10px; margin-bottom:0px;}
td.textelement {width:45%;}
td.trennelement {width:5%;}
td.bildelement {width:50%;}
img.firmenbild {border:0;}

/* Knöpfe: weißer link auf grünem Hintergrund */
table.link{width:100%;margin-top:20px; margin-bottom:10px;}
td.link {width:50%;height:30px; padding:5pt;}
td.selected_link {background-color:#0A9D78; padding:2pt; width:50%;height:30px; padding:5pt;}
a.knopf:link {color:white; text-decoration:none; font-weight:bold;}
a.knopf:visited {color:white; text-decoration:none; font-weight:bold;}
a.knopf:active {color:white; text-decoration:none; font-weight:bold;}

/* schwarzer link*/
a.schwarz:link { color:black; text-decoration:underline; }
a.schwarz:visited { color:black; text-decoration:underline; }
a.schwarz:active { color:black; text-decoration:underline; } 

/* Standardtables */
td.link{width:50%;height:30px;}
td.biosyn{background-color:#0A9D78; padding:2pt}
td.biosynlight{background-color:#CAE5D6; padding:4pt} 
td.blue{background-color:#A9C7E1; color:black; padding:6pt; border-style:solid; border-width:0pt; border-right-width:1pt; border-left-width:0pt; border-bottom-width:1pt;  border-color:white} 
td.blue_t2_b5{background-color:#A9C7E1; color:black; padding:6pt; border-style:solid; border-width:0pt; border-right-width:0pt; border-left-width:0pt; border-bottom-width:5pt; border-top-width:2pt;  border-color:white} 
td.mediumblue{background-color:#65A2CC; color:black; font-weight:bold; padding:6pt; border-style:solid; border-width:0pt; border-right-width:1pt; border-left-width:0pt; border-bottom-width:1pt;  border-color:white} 
td.darkblue{background-color:#0091D0; color:white; font-weight:bold; padding:6pt; border-style:solid; border-width:0pt; border-right-width:1pt; border-left-width:0pt;  border-color:white} 
td.darkblue_nb{background-color:#0091D0; color:white; font-weight:bold; padding:6pt; border-style:solid; border-width:0pt;} 

/* Styles für die Startseite */

a.start:link { color:black; text-decoration:none;}    /* links */
a.start:visited { color:black; text-decoration:none;}
a.start:active { color:#0A9D78; text-decoration:none;}



