/* CSS für NEOMICS by AS*/

/* Wichtige Farben
*/

/* Grundeinstellungen ____________________________________________________________________________________________________ */

html, body, div, p, h2, h3, h4, h5, h6, ul, ol, span, a, table, td, form, img, li {
font-size: 12px;
font-family: Courier New, Courier, mono;
color: #000000;
}

h6 { 
font-size: 22px;
}

b {
font-weight: bold
}

.small {
font-size: 11px;
color: #7A7A7A;
}

.weiss {
font-size: 12px;
color: #FFFFFF
}

.fo {
font-family : arial, Helvetica, sans-serif;
font-size : 10px;
}


/* > Shop und Warenkorb generell____________________________________________________________________________________________________ */

.error {
color: #E60003; 
}

.wk {
padding: 4px;
border-width:1px; 
border-color:#ffffff; 
border-style:solid;
background-color:#eeeeee;
}


/* > Links generell____________________________________________________________________________________________________ */

a {
text-decoration:underline;
color: #7A7A7A;
}

a:hover {
text-decoration:none
}

a.weiss {
text-decoration:none;
color: #FFFFFF;
}

a.weiss:hover {
text-decoration:underline;
}
