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

body {background-color: #CCCCCC;
      background-image: url(../img/bg.jpg);
	  background-repeat: repeat-x;
      margin: 0px;
	  font-family: Geneva, Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  color: #333333;
	  }
	  
#index {position: absolute;
        left: 50%;
        width: 990px;
        margin-left: -495px; /* negative Hälfte von width:990px */
        }
		
.maincontent {background-color:#FFFFFF;
              padding-left: 20px;
			  padding-right: 20px;}

.mainboxnews {padding: 10px;
              background-color: #FFFFFF;}			  

.maintext {padding: 10px;
           background-color: #FFFFFF;}

.maintext  a:link    {font-size: 12px; font-weight: normal; color: #333333; text-decoration: none;}
.maintext  a:visited {font-size: 12px; font-weight: normal; color: #333333; text-decoration: none;}
.maintext  a:hover   {font-size: 12px; font-weight: normal; color: #333333; text-decoration: underline;}
.maintext  a:active  {font-size: 12px; font-weight: normal; color: #333333; text-decoration: none;}

.maintextheader {font-size: 16px;
                 color: #416BA7;
				 font-weight: bold;}
			  
.left_col {background-image: url(../img/bg_left.jpg);
           background-repeat: repeat-y;}
		   
.left_col_sponsoren {padding-left: 15px;}

.bottom      {background-color:#000000;
              padding-left: 20px;
			  padding-right: 20px;
			  font-family: Geneva, Arial, Helvetica, sans-serif;
			  font-size: 10px;
			  color: #FFFFFF;}
			  
.bottom  a:link    {font-size: 10px; font-weight: normal; color: #FFFFFF; text-decoration: none;}
.bottom  a:visited {font-size: 10px; font-weight: normal; color: #FFFFFF; text-decoration: none;}
.bottom  a:hover   {font-size: 10px; font-weight: normal; color: #FFFFFF; text-decoration: underline;}
.bottom  a:active  {font-size: 10px; font-weight: normal; color: #FFFFFF; text-decoration: none;}

