/* daslicht.css 2009-09-26 */

html, body 
{
    margin: 0; padding: 0;
}

body 
{
    font-size: 100.01%; 
    font-family: Arial, Helvetica, sans-serif; 
    margin: 0; 
    padding: 0;
    text-align: left;
    background-color : #333;
    color : #FFF;
}

table 
{
    background-color : #666;
    font-size: 1em;
    text-align: left;
}

#topnavi 
{
    margin: 0; 
    padding: 0;
    background: #999;
    text-align: center;
    font-size: 0.95em; 
}

#topnavi a:link 
{ 
    text-decoration: none;
    font-weight: normal;
    color: #FF0;
}

#topnavi a:visited 
{ 
    text-decoration: none;
    font-weight: normal;
    color: #FF0;
}

#topnavi a:active 
{ 
    text-decoration: none;
    font-weight: normal;
    background-color: #CCC;
    color: #000;
}

#topnavi a:hover 
{  
    text-decoration: none;
    font-weight: normal;
    background-color: #CCC;
    color: #000;
}

#bottomnavi 
{
    margin: 0; 
    padding: 0;
    background: #999;
    text-align: center;
    font-size: 0.95em; 
}

#bottomnavi a:link 
{ 
    text-decoration: none;
    font-weight: normal;
    color: #FF0;
}

#bottomnavi a:visited 
{ 
    text-decoration: none;
    font-weight: normal;
    color: #FF0;
}

#bottomnavi a:active 
{ 
    text-decoration: none;
    font-weight: normal;
    background-color: #CCC;
    color: #000;
}

#bottomnavi a:hover 
{  
    text-decoration: none;
    font-weight: normal;
    background-color: #CCC;
    color: #000;
}


h1 
{  
    font-size: 1.8em; 
}

h2 
{ 
    font-size: 1.6em;
}

h3 
{  
    font-size: 1.4em;
}

h4 
{  
    font-size: 1.2em; 
}

h5 
{  
    font-size: 1.1em; 
}

h6 
{
    font-size: 1em;
}

p
{
    font-size: 1em;
}

a.piclink:active, a.piclink:hover, a.piclink:link, a.piclink:visited 
{   // Bugfix fuer Internet Explorer Hover-Wackeln
    color: #FF0;
    text-decoration: none;
    background: #666;
}

a:link 
{ 
    color: #FF0;
    text-decoration: none;
}

a:visited 
{ 
    color : #FF6;
    text-decoration: none;
}

a:active 
{ 
    color : #FFF;
    text-decoration: underline;
    background: #666;
}

a:hover {  
    color : #FFF;
    text-decoration: underline;
    background: #666;
}

.small 
{ 
    font-size: 0.9em; 
    font-weight: normal;
}

.tiny
{ 
    font-size: 0.75em; 
    font-weight: normal;
}

.orange
{
    color : #F90;
}

.bold 
{
    font-weight: bold;
}

.bigger 
{
    font-size: 1.1em; 
    font-weight: bold;
}
