body
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
    background-color: #cc3300;

    font-family: Verdana, Arial, sans-serif;

    scrollbar-3dlight-color:        #ffff00;
    scrollbar-arrow-color:          #ffff00;
    scrollbar-darkshadow-color:     #cc3300;
    scrollbar-face-color:           #cc3300;
    scrollbar-highlight-color:      #cc3300;
    scrollbar-shadow-color:         #ffff00;
    scrollbar-track-color:          #cc3300;
	
}


a:link      { font-weight:normal; color:#ffff00; text-decoration:none }
a:visited   { font-weight:normal; color:#ffff00; text-decoration:none }
a:hover     { font-weight:normal; color:#000000; text-decoration:underline }
a:active    { font-weight:normal; color:#ffff00; text-decoration:none }


a:menu
{
    background-image: url("./gfx/menu-over.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
}

a.menu:hover
{
    background-image: url("./gfx/menu-over.gif");
    background-position: -111px 0;
    background-repeat: no-repeat;
}

a.menu:active
{
    background-image: url("./gfx/menu-over.gif");
    background-position: -222px 0;
    background-repeat: no-repeat;    
}


input
{
    border: 1px solid #ffff00;
    background-color: #cc3300;
    color: #000000;
}


textarea
{
    border: 1px solid #ffff00;
    background-color: #cc3300;

    scrollbar-3dlight-color:        #ffff00;
    scrollbar-arrow-color:          #ffff00;
    scrollbar-darkshadow-color:     #cc3300;
    scrollbar-face-color:           #cc3300;
    scrollbar-highlight-color:      #cc3300;
    scrollbar-shadow-color:         #ffff00;
    scrollbar-track-color:          #cc3300;
}



.headline
{
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}


.normal
{
    font-size: 11px;
    font-weight: normal; 
    color: #000000;   
}


.klein
{
    font-size: 9px;
    font-weight: normal; 
    color: #000000;   
}


.box-banner
{
    background-position: top top;
    background-image: url(./gfx/header/header0.jpg);
    background-repeat: no-repeat;
}


.box-links
{
    background-position: right top;
    background-image: url(./gfx/bg-links.gif);
    background-repeat: repeat-y;
}


.box-rechts
{
    background-position: left top;
    background-image: url(./gfx/bg-rechts.gif);  
    background-repeat: repeat-y;
}


.bg-stern
{
    background-position: bottom right;
    background-image: url(./gfx/bg-stern.gif);
    background-repeat: no-repeat;
}


.bg-farbe
{
    background-color: #dd4400;
}