A  { color: #000000; text-decoration: none; }
A:hover  { color: #f09123; text-decoration: underline; }

TD 
{
    font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-size : 12px;
    line-height: 16px;
}

BODY 
{
     background-color : #ffffff;
     font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
     font-size : 12px;
     line-height: 16px;
     color : #000000;
     margin: 0px; 
}

#screen
{
     position: relative;
     height: 100px;
     text-align: left;     
     width: 770px;
}

#paper
{
     background-color : #ffffff;
     1border: 1px solid #000;
     position: absolute;
     width:  770px;
     z-index: 10;
}

#header
{
     color : #808080;
     font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
     font-size : 10px;
     height: 100px;
     position: relative;
     width: 765px;
     float: left;
}

#content
{
     position: relative;
     float: left;
     width: 765px;
     top: 20px;
     padding-bottom: 30px;
     margin-bottom: 30px;
}

#menue
{
     float: left;
     position: relative;
     border: 0px;
     height: 20px;
     left: 40px;
     width: 690px;
     z-index: 10;
}

#minheight
{
     float: left;
     height: 800px;
     width: 1px;
}
.inlay
{
     position: relative;
     top: 30px;
     left: 40px;
     width: 690px;
     text-align: justify;
}

.headlinebig
{
     font-size : 17px;
     font-weight: 700;
}

.headlinesmall
{
     font-size : 15px;
     font-weight: 700;
}


.menueentry
{
     float:              left;
     height:             25px;
     left:               0px;
     position:           relative;
     text-align:         left;
     width:              160px;
}

a.menuedropdown
{
     float:              left;
     text-decoration:    none; 
     position:           relative;
     z-index:            999;
}

a.menuedropdown:hover
{
     z-index:            999; 
     text-decoration:    none;
     cursor:             default;
}

a.menuedropdown span
{
     display: none;
     text-decoration:    none; 
     z-index:            999;
}

a.menuedropdown:hover span
{
     -moz-opacity:       .90;
     opacity:            .90;
     background-color:   #ffffff;
     display:            block;
     position:           absolute;
     color:              #000000;
     cursor:             default;
     top:                12px; 
     left:               -5px; 
     padding:            5px;
     padding-bottom:     6px;
     font-weight:        500;
     text-decoration:    none; 
     text-align:         left;
     1width:              160px;
     z-index:            999;
     filter:             alpha(opacity=90);
}

img.menuedropdown
{
     cursor:   pointer;
     padding: 0px;
     border: 0px;
     border-bottom: 1px solid #ffffff;
}

img.menuedropdown:hover
{
     border: 0px;
     border-bottom: 1px solid #f09123;
}

.menueimage
{
     padding: 0px;
     border: 0px;
     border-bottom: 1px solid #ffffff;
}

.menueimage:hover
{
     cursor:   pointer;
     border: 0px;
     border-bottom: 1px solid #f09123;
}




.imgleft
{
     padding: 0px;
     padding-right: 10px;
     padding-bottom: 10px;
}

.imgright
{
     padding: 0px;
     padding-left: 10px;
     padding-bottom: 10px;
}
