﻿/* CSS Document */

/*Allgemein gültige Formatierungen*/
html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {margin: 0; padding: 0; font-family: Arial, Helvetica, Verdana, sans-serif;}
html, body {height:101%;}
.wrap {width:960px; margin:auto;}
strong {font-weight: bold;}
.c {clear: both;}
.center {text-align: center;}
img {border: 0;}
.gross {font-size: 1.0em;}
.klein {font-size: 0.7em;}
.right {text-align: right;}
.top {vertical-align: top;}
.fett {font-weight:bold}
.blau {color:#006}
h1 {font-size: 18px; color: #f60000; margin:20px 60px 10px 240px;}
h2 {font-size:16px; color: #f60000; margin: 15px 60px -5px 240px;}
h3 {font-size:15px; color: #f60000; margin: 15px 60px -5px 240px;}
h4 {font-size:14px; color: #f60000; margin: 15px 60px -5px 240px;}
h5 {font-size:12px; color: #f60000; margin: 15px 60px -5px 240px;}
/*a:link {color: #666666; text-decoration: none;}
a:visited {color: #333333; text-decoration:  none;}
a:hover {color: #f60000; text-decoration: underline;}
a:active {color: #f60000; text-decoration:  none;}*/
/*Allgemein gültige Formatierungen*/