/* css-stylesheet fuer loonas-world.de*/ 

body 
{
margin: 20px;
background-color: #444488;
background-image: url(../bilder/bg_text.jpg);
background-attachement: fixed;
scrollbar-arrow-color: #FF6600;
scrollbar-3dlight-color: #333366; 
scrollbar-base-color: #333366; 
scrollbar-face-color: #333366; /*scrollbarfestlegungen nur für INetExplorer 5.5+*/
} 

/* Schriftarten */ 
p,div,b,i,tr,td,th,h1,h2,h3
{font-family: Courier New, Courier, mono;}
p,div,tr,td,th,h1,h2,h3 {
font-size: 15px; line-height: 120%; color: #ffffff;
text-align: justify;
}

h1
{
text-align: center;
font-size= 18px;
font-weight: bold;
margin-bottom: 10px;
}

.klein {font-size: 12px; color: #CCCCCC;}
.zentriert {text-align: center;}


/* Tabellen */

table {background-color: #333366; spacing: 1px;}
table,tr,td,th {padding: 10px;}
td,th {border: 1 solid #FF6600;}
td {vertical-align:top;}
th {background-color: #000000;}

.fusszeile {background-image: url(../bilder/bg_fusszeile.jpg);}
.hell {background-color: #444488;}
.dunkel {background-color: #000000;}

/* links */ 
a:link { color: #FF6600; text-decoration:none; } 
a:visited { color: #FF6600; text-decoration:none; } 
a:active { color: #ffffff; text-decoration:underline; } 
a:hover { color:#ffffff; text-decoration:none; } /* nur für INetExplorer */
