/* Standard-CSS für www.streib-online.de */

/* Wichtige Farben
Blau des Logos = #0000FF
Hover-Farbe = #B0B0B0
*/

html, body, div, p, h1, h2, h3, ul, ol,
span, a, table, td, form, img, li {
   margin: 3;
   padding: 0;
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

html, body {
   background: #FFFFFF;
   font-size: 101%;
}

a:link {
   color: #0000FF;
   text-decoration: underline;
}

a:visited {
   color: #0000FF;
   text-decoration: underline;
}

a:hover {
   color: #B0B0B0;
   text-decoration: underline;
}

a:active {
   color: #0000FF;
   text-decoration: underline;
}

strong {
   font-weight: bold;
}

.c {
   clear: both;
}

.center {
   text-align: center;
}

img {
   border: 0;
}

.klein {
   font-size: 0.7em;
}

.right {
   text-align: right;
}

.top {
   vertical-align: top;
}

/* Navigation */
h1
{
Font-Size: 10pt;
Text-Align: left;
padding-left: 10pt;
padding-right: 5pt;
}

/* Überschrift */
H2
{
color: black;
Font-Size: 14pt;
padding-left: 0pt;
Text-Align: left;
right: 0pt;
}

/* normaler Text */
H3
{
Font-Size: 10pt;
font-weight:normal;
Text-Align: left;
padding-left: 0pt;
padding-right: 20pt;
}

/* Formatierung Tabelle Startseite*/
.tabstart
{
Font-Size:10pt;
Color: #0000FF;
font-weight:bold;
}

/* formatierung Links im Kopf*/
.kopf
{
color:#0000FF;
Font-Size:12pt;
font-weight: bold;
Text-Align:left;
}

.kopf
a:link {Color:#0000FF; text-decoration:none;}

.kopf
a:visited {Color: #0000FF;text-decoration: none;}

.kopf
a:hover {color:#B0B0B0; text-decoration: underline;}

.kopf
a:active {color:#B0B0B0; text-decoration: underline;}


/* Navi */
#navi {
   border: 1px solid #fff;
}

#navi a {
   text-decoration: none;
}
/* ENDE Navi */
