@charset "utf-8";

        body{
            margin: 0;
            font-family: verdana, "sans-serif";
            font-size: 12px;
        }
        
        ul, ol {
            margin: 5px 0 5px 0;
            padding: 0;
            list-style: none;	
        }
        li {
            padding: 1px 0 1px 0;
            margin: 1px 0 1px 0;
        }
        li img {
            margin: 0 0 0 10px;
        }
        
        ul a:link,visited{
            display: block;
            color: #333;
            text-decoration: none;
            border-left: 2px solid #ffff00;
            border-right: 2px solid #ffff00;
        }
        ul a:hover,active{
            color: #fff;
            background: #333;
            text-decoration: none;
            border-left: 2px solid #333;
            border-right: 2px solid #333;
        }
        
        /* IE */
        * html ul a:link
        {
            padding: 0;
            margin: 0;
            color: #333;
            text-decoration: none;
            border-left: 2px solid #ffff00;
            border-right: 2px solid #ffff00;
        }
        * html ul a:visited
        {
            padding: 0;
            margin: 0;
            color: #333;
            text-decoration: none;
            border-left: 2px solid #ffff00;
            border-right: 2px solid #ffff00;
        }
        * html li#foto a:visited{
            border: 0;
        }
        * html ul a:link img {
            margin-left: -10px;
        }
        * html ul a:hover{
            color: #fff;
        }
        /* IE ende */
        
        
        
        
        
        /* iframe*/
        #main{
            z-index: 1;
            position: absolute;
            width: 100%;
            height: 100%;
        }
        /* iframe cover for FF browser */
        #main_cover{
            z-index: 2;
            position: absolute;
            width: 100%;
            height: 100%;
            display:none;
            background: inherit;
        }
        
        #box{
            width: 160px;
            left: 100px;
            top: 100px;
            position: absolute;
            z-index:3;
        }
        
        /* menue fix <=IE6 workaround */ 
        @media screen
          {
          div#box
            {
            position: fixed;
            }
          /* Don't do this at home */
          * html
            {
            overflow-y: hidden;
            overflow-x: hidden;
            }
          * html body
            {
            overflow-y: auto;
            height: 100%;
            }
          * html div#box
            {
            position: absolute;
            }
          /* All done. */
        }
        
        /* workaround end*/
        
        #menue{
            width: 160px;
            background: #ffff00;
            color: #333;
            border: 1px solid #333;
            overflow: hidden;
        }
        #head{
            background: #333;
            height: 25px;
        }
        #links{
        }
        #drag{
            float: left;
            width: 110px;
            color: #ffff00;
            padding: 5px 0 0 18px;
            font-size: 12px;
        }
        #hide{
            float: right;
            width: 23px;
            height: 23px;
            margin-top: 1px;
            border-left: 1px solid #ffff00;
        }
        #hide a{
            border: 0px;
        }
        #text{
            padding: 0 0 0 10px;
            margin: 0.8em 0 0.8em 0;
            width: 140px;
            font-size: 10px;
        }
        #foto{
            padding: 3px 0 0 1px;
            width: 160px;
            background: #666600;
        }
        #foto img{
            margin: 0;
            margin-right: 2px;
        }
        #foto a:link{
            display: inline;
            border: 0;
            background: #666600;        
        }
        #foto a:hover,active{
            display: inline;
            border: 0;
            background: #666600;
        }
        #link{
            margin: 0.5em 0 0.5em 0;
            padding: 0 0 0 10px;
            display: block;
            width: 100%;
        }
        
        #link a:link, visited{
            color: #ff0000;
            text-decoration: none;
            font-weight: bold;
            border: 0;
        }
        #link a:hover,active{
            color: #ff0000;
            text-decoration: none;
            background: #ffff00;
            border: 0;
        }
        #shadow{
            height: 5px;
            width: 160px;
            background: url(../img/shadow.png) no-repeat;
        }
        /* IE hack */
        * html div#shadow{
            display: none;  
        }
          
        a.xtra:link, visited{
        padding: 0;
        margin: 0;
        border: 0;
        color: #ff0000;
        } 
        
        a.xtra:hover, active{
        padding: 0;
        margin: 0;
        color: #ff0000;
        background-color: inherit;
        border: 0;
        }    
            
        .clear{
            clear:both;
        }
