/* Datei: fubabuliti.css*/


a:link {text-decoration: none;
         font-weight: bold;
         color: #FF0000;
         }
a:visited {text-decoration: none;
         font-weight: bold;
         color: #FF0000;
         }
a:hover {text-decoration: none;
         font-weight: bold;
         color: #FF0000;
         }

body {  background-image:url(body_bg.gif);
        background-repeat:repeat;
        background-attachment:fixed;
         }

#news {  background-color:white;
         width: 660px;
         height: 35000px;
         padding: 20px;
         font-size:12pt;
         font-family: verdana;
         margin:50px auto;
        }

#stats {  background-color:white;
         width: 660px;
         height: 1200px;
         padding: 20px;
         font-size:12pt;
         font-family: verdana;
         margin:50px auto;
        }

#team {  background-color:white;
         width: 100%;
         font-size:12pt;
         font-family: verdana;
         margin:50px auto;
         }

.stats {font-size:12pt;
         font-family: verdana;
         text-align: center;
         z-index:2;
        }