
/* Site Colors:
    navel blue: #005374
    myspace blue: rgb(100, 149, 237)
    navel red (john Q public): #d8522f

    blue HELL(bg): rgb(237,248,250)
    blue body bg): rgb(19, 98, 107) odr schwarz
    blue HELL(live/spezial): rgb(195, 219, 231);
     blue navigation: rgb(123, 186, 196)
        
    
   

*/

body {
background-color: #ffffff;
font-size: 7pt;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

div#content{ 
margin:auto;
width:240px;
height: 200px;
margin-top: 250px;
}

.spalte{
margin-left: 5px;
float:left;

}

p{

text-transform: uppercase;
margin:0;
color: #333333;
}

img{
margin:0;
}
a {
border:0;}

a:link { text-decoration:none; color:#535353; }
a:visited { text-decoration:none; color:#535353; }
a:hover { text-decoration:none; background-color:#d2d2d2;}
a:active { text-decoration:none;  color:#d2d2d2; }
a:focus { text-decoration:none; color:#d2d2d2; }
a img{
border:0;
}

