/* La Luna Colors
   Mond        : ffcc00
   MondRand    : cc3300
   Schrift     : 333399
   Schriftrand : 3366ff
 
   Hellblauer Hintergurnd : 88aaff
*/

html,body {
	FONT-FAMILY: Helvetica,Verdana,Arial,sans-serif; 
        font-size: 16pt;
        COLOR: #000;
	CURSOR: default;
        background-color: #88aaff; 
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
}

li li { font-size: 12pt;
}

h1,h2,h3                {color : #333399; }
h2,h3                   {margin-top: 1cm;}
h1                      {font-size: 24pt;}
h2                      {font-size: 16pt;}
h3                      {font-size: 14pt;}
h3                      {font-style: italic; font-weight: bold;}

hr            {background-color:#333399; size:3; noshade:noshade; color:#333399;}


a         { text-decoration: none; 
            text-decoration: none;
            color: #cc3300;}
a:link    { COLOR: #cc3300;
            border-width: 1px;}
a:visited { COLOR: #333399;
            border-width: 1px; }
a:hover {color: #fff;
      background-color: #88aaff;
   }


dt {
    font-weight: bold;
    color: #000000;
}

.tablewhole { 
    background-color: #88aaff;
    height: 100%;
    width: 100%;
	text-align: left;
}

.trtitle { 
    height: 100px;
    text-align: left;
    background-color: #ffcc00;
}

.tdtitle { 
    font-size: 30px;
    text-align: left;
}


.tdindex { 
    width: 200px;
    background-color: #ffcc00;
    vertical-align: top;
 }

.tdmain { 
    height: 100%;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    background-color: #88aaff;
} 

.tdlogo { 
    background-color: #88aaff;
} 

.col { 
    background-color: #bbccff;
 }
