div#warenkorb {
/* Größe und Aussehen des Warenkorbdivs Anzeige mit show()*/
background-color:#ffe;
padding: 20px;
margin: 0 auto;

}
div#warenkorb table tr td {
font-size:10px;
text-align:center;
}
div#warenkorb table tr td#wkEndPreise {
text-align:right;
}
div#artikelVorschau {
border:1px solid silver;
padding:3px;
width:180px;
height:200px;
text-align:center;
}
/* Haupt-Artikelanzeige-Div mit show() */
div#artikelAnzeige {
border:1px solid silver;
padding:5px;
width:710px;
height:680px;
text-align:left;
margin: 0 auto;
}
img#artikelBild {
/* Artikelbild in der Hauptanzeige */
float:left;
margin: 0 15px 10px 0;
}
.artikelName {
/* Formatierung für den Artikelnamen */
font-size:14px;
font-weight:bold;
}
table#wktable{
/* warenkorbtabelle */
border:0px solid black;
}
table#wktable th {
/* Header der Warenkorbtabelle */
text-align:center;
border-bottom:1px solid black;
padding:5px 10px 5px 10px;
margin:0;
font-weight:bold;
font-size:12px;
color: #000044;
}
table#wktable td {
/* Zellen der Warenkorbtabelle */
text-align:right;
padding:5px 10px 5px 10px;
margin:0;
font-size:12px;
font-weight:normal;
color:#000044;
}
table#wktable td#wkbestelllink {
/* Formatierung der Tabellenzelle wo der Bestelllink drin ist */
text-align:center;
border-top: 1px solid black;
padding:5px 10px 5px 10px;
margin:0;
}
table#wktable td#wkFehlerZuvieleArtikel {
/* Formatierung der Fehleranzeige */
font-size:10px;
font-weight:normal;
color:red;
}
input#wkBestellAnzahl {
/* Formatierung des Textfeldes für die Bestellanzahl eines Artikels im WK */
width:20px;
height:14px;
font-size:10px;
font-weight:normal;
}

/* Rahmen für WK */
fieldset#wkfieldset {
padding: 20px;
}
/* Beschriftung des Rahmens */
legend#wklegend {
font-weight:bold;
font-size:12px;
color:000044;
}
/* Submitbuttons für entfernen/ändern */
input#wksubmit {
background-color:lightblue;
border:1px solid black;
border-left-color:silver;
border-top-color:silver;
font-size:10px;
}
/* Bestellbutton */
input#wkbestellbutton {
background-color:lightblue;
border:1px solid black;
border-left-color:silver;
border-top-color:silver;
font-size:10px;
}
/* Button um Artikel in den WK zu legen */
input#inDenWarenkorbButton {
}
/* Formatierung des Textes wenn keine Artikel im WK sind */
div#wkkeineArtikelImWk {
text-align:center;
color: blue;
}

.bordertop {
border-top:1px solid black;
}
/* Formatierung Schaufenstertabelle */
table#sfTabelle{
border: 1px solid black;
margin: 0 auto;
}
div#wkVorschau {
position:absolute;
left:900px;
top:200px;
width:200px;
height:200px;
border: 1px solid #25AF97;
background-color:#83D3C5;
text-align:center;

}
div#wkVorschauInhalt{
position:relative;
width:188px;
height:160px;
margin:0;
padding:0 5px 0 5px;
border:0px solid red;
overflow:auto;
font-size:9px;
font-weight:normal;
color:#003;
text-align:left;
}
table#wkVorschauTable {
width:160px;
}
.wkVorschauTop{
display:block;
font-size:11px;
font-weight:normal;
color:#003;
border-bottom:1px dotted #25AF97;
}
div#wkVorschau a {
border-top:1px dotted #25AF97;
display:block;
width:200px;
text-decoration:none;
color:blue;
font-size:11px;
font-weight:normal;
}
div#wkVorschau a:visited {
border-top:1px dotted #25AF97;
display:block;
width:200px;
text-decoration:none;
color:blue;
font-size:11px;
font-weight:normal;
}
div#wkVorschau a:hover {
border-top:1px dotted #25AF97;
display:block;
width:200px;
text-decoration:none;
color:black;
font-size:11px;
font-weight:normal;
}
p#bestellformHeadline {
font-size:11px;
font-weight:normal;
color:#003;
text-align:center;
}
table#bestellformTable {
margin:0 auto;
}
table#bestellformTable tr td {
}
iframe#kundenInfoFrame {
width:380px;
height:200px;
border:1px solid black;
}
table#bestellformTable tr td#tdright {
text-align:right;
padding-right:10px;
}
table#bestellformTable tr td#tdkinfo {
width:150px;
font-size:9px;
font-weight:normal;
text-align:right;
padding-right:10px;
}
table#bestellformTable tr td#tdcenter {
text-align:center;
}
div#bestellError {
text-align:center;
color:red;
margin: 5px auto;
}
