body {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11pt; 
background: darkblue;
} 

p, div  {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10pt; 
margin-left : 0px; 
}

form {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10pt; 
margin: 0px;
}

img {
margin: 0px;
}

h1 {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11pt; 
border-bottom-width : 1px; 
border-bottom-style : solid; 
border-left-width : 13px; 
border-color : darkblue; 
border-left-style : solid; 
padding-left : 3px; 
} 

h2 {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11pt; 
border-bottom-width : 1px; 
border-bottom-style : solid; 
border-left-width : 10px; 
border-color : red; 
border-left-style : solid; 
padding-left : 3px; 
} 

h3 {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11pt; 
border-bottom-width : 1px; 
border-bottom-style : solid; 
border-left-width : 10px; 
border-color : black; 
border-left-style : solid; 
padding-left : 3px; 
} 

h4 {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11pt; 
border-top-style: dotted;
border-bottom-style: dotted;
border-color: darkblue;
border-width: 1px;
padding-left : 3px;
margin-right: 5px;
} 

/* Produktüberschrift!!! */
h5 {
font-family : Times New Roman, Arial, ; 
font-size : 20pt;
color: darkblue;
margin-left : 2px;
margin-bottom: 0px;
}

/* Listen, Aufzählungen */
ol {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10pt; 
} 


ul { 
/* Grafik für Aufzählungszeichen */
list-style-image: url(cat.gif);
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10pt; 
}


/* ZEICHENVORLAGEN */
i {
color : blue; 
} 

b {
color : blue; 
} 

/* Pseudo-Klassen für dynamische Links */
A:link {
text-decoration : underline; 
color : blue; 
} 

A:hover {
text-decoration : none; 
color : red; 
} 

A:active {
text-decoration : none; 
color : red; 
} 

A:visited {
color : darkblue; 
} 



/* Gestaltung für Trennlinie */
div.border {
color: blue;
}

td.top {
font-family: Verdana, Arial, Helvetica;
background-color : #ffcc00;
color : black;
font-size : 10pt;
font-weight : bold;
text-align: center;
}


