
html, body {
   margin: 0px;
   padding: 0px;
   height: 100%;
   min-height: 100%;
}

body {
   text-align: center;
   border: 0px none;
   background: #C0C0C0;
   font-size: 16px;
   line-height: 18px;
   color: #3300CC;
   font-family: verdana, arial, univers, helvetica, sans-serif;      
}

.center {
   background: url("../images/rbackgrd.gif") repeat-y center;
   margin-left:auto;
   margin-right:auto;
   width: 1024px;
   height:auto !important; /* Für normale Browser */ 
   height:100%; /* Für IE */ 
   min-height: 100%;
}

a:link { color:#008080; text-decoration:underline; }
a:visited { font-weight:bold; color:#9900CC; text-decoration:underline; }
a:focus { font-weight:bold; color:#9900CC; text-decoration:underline; }
a:hover { font-weight:bold; color:red; text-decoration:underline; }
a:active { font-weight:bold; color:#FF0000; text-decoration:underline; }

address {
   font-size: 12px; 
}

.bred {
   font-size: 16px;
   font-weight: bold;
   color: red;
}

.header {
   width: 1024px;
   height: 80px;
   float: left;
}

.header .logo {
   position: relative;
   margin-top: 5px; 
   margin-right: 5px;
   float: right;  
}

.footer {
   width: 1024px;
   height: 40px;
   clear: both;
}