@charset "utf-8";
/* CSS Document */

body {
          font-family: Verdana, Arial, Helvetica, sans-serif;
          margin: 0px;
          background-image: url("../images_design/seitenlayout/hintergrund.jpg");
          }

li {
          margin-bottom: 10px;
          }

h1 {
          font-family: Arial, Helvetica, sans-serif;          
          font-size: 13px;
          font-weight: 401;
          color: #333366;
          }

h2 {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 13px;
          font-weight: normal;
          }

img {     padding: 0px;
          margin: 0px;
          border: 0px;
          }
          
td {      vertical-align: top;
          margin: 0px;
          padding: 0px;
          }

A:link { 
          color: #0000CC;
          text-decoration: none;
          }
          
A:visited {
          color: #0000CC;
          text-decoration: none;
          }

A:hover {
          color: #CC0000;
          text-decoration: underline;
          }

A:active {
          color: #CC0033;
          text-decoration: none;
          }

.fliesstext {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 13px;
          line-height: 16px;
          }

.small  {
          font-size: 10px;
          margin: 0px;
          padding: 0px;
          }
.white {
          color: white;
          }

.right {
          text-align: right;
          }
          
.blauer_hintergrund {
          background-image: url("../images_design/seitenlayout/hintergrund_blau.gif");
          }          

.orange {
          color: #FF6666;
          display: inline;
          }
          
.grey {
          color: #999999;
          }

/*PHP-Mailer Formatierungen*/

.error1 {
          font-size: 14px;
          font-weight: bold;
          color: red;
          }
          
.error2 {
          font-size: 10px;
          font-weight: bold;
          color: red;
          margin: 0px;
          padding: 0px;
          }
          
.success {
          font-size: 14px;
          font-weight: bold;
          color: green;
          }

