A:link { 
color: #6ea129;text-decoration: underline;
}
A:visited { color: #6ea129;text-decoration: underline;}
A:hover { color: #FF4040;text-decoration: none;}
/* Überschriftformatierung */
.hea {font-family: Times New Roman,Arial,Verdena; font-size: 24px; font-weight: bold; color: #000032;}

.opinfo {font-family: Arial,Verdena; font-size: 10px; font-weight: normal; color: #000032;}

/* Textstellen hervorheben, im Moment nur durch Fettschrift */
.hervor {font-size:1.2em;font-weight: bold;}

/* input tag normaler Text */
.in_normal {width: 120px;height: 16px}

/* input tag für Postleitzahl */
.in_plz {width: 60px;height: 16px}

/* input tag für Anzahl der Produkte */
.in_anzahl {width: 20px;height: 16px}

/* unterer Rahmen für Tabellen, im Moment ausgeblendet weil selbe Farbe wie Hintergrund */
/* vorher #cecece */
.grey {/*background-color: #f4f4f4;*/}

/* Rahmenfarbe für oberen Tabellenrahmen, im Moment wie Hintergrund */
.brdoben {/*background-color: #f4f4f4;*/}

/* Rahmen für Linktabelle */
.tabborder {
border: 2px solid #000000;
height: 40px;

}

/* Contenttabellenhintergrundfarbe */
.tabbg{/*background-color: #e2f2cc;*/
/* background-image:url(pics/verlauf3.png); */
background-color:#eec;
border:1px solid #cccccc;
margin:0px;
}

.best{font-size:12px;}

LI, BODY, P, DIV, TABLE, TR, TD{
font-family:Times New Roman, Arial, Verdena;
font-size:14px;
font-weight: normal;
color: #000033;
line-height:20px;
}
html,BODY {
background-color: #f4f4f4;
height: 100%; 
margin:0;
padding:0;
}
/* Kathegorieanzeigetablle des Shops formatieren */
table.shopkat {
border: 1px solid black;
width: 500px;
height: 20px;
text-align:center;
}
table.artikel {
width:600px;
}
table.arteinzel {
border: 1px solid black;
width: 500px;
height: 20px;
text-align:left;
}
th,td.arteinzel {
padding-left: 30px;
}
/* Warenkorbtabelle */
table.wktab {
border: 1px solid black;
width: 600px;
text-align:center;
}
td.art {
border: 1px solid silver;
}
#warenkorb {
width:144px;
height:160px;
font-size:11px;
font-family:Arial,Verdana;
background-color:#eec;
border: 2px solid silver;
text-align:center;
padding:2px;
line-height:14px;
}
#wkinhalt {
width:142px;
height:130px;
overflow:auto;
font-size:9px;
font-family:Arial,Verdana;
background-color:#eec;
text-align:left;
padding:0;
border-top:1px dotted black;
border-bottom:1px dotted black;
}

.heawk {
font-size:10px;
font-family:Arial,Verdana;
font-weight:bold;
}
.wkinhaltp {
font-size:9px;
font-family:Arial,Verdana;
font-weight:normal;
}
.vk {
width:200px;
height:18px;
font-family:Arial,Verdana,sans-serif;
font-weight:normal;
font-size:10px;
}
.vk1 {
width:600px;
height:18px;
font-family:Arial,Verdana,sans-serif;
font-weight:normal;
font-size:10px;
}
*html .vk {
width:620px;
}
