﻿
        input
        {
            border: 1px solid;
        }
        
        textarea 
        {
            border: 1px solid;
        }
        
        input[type="radio"], input[type="checkbox"]
        {  
            border: none;
        }
                
        .head1, h1
        {
            font-size: 13px;
            font-family: verdana;
            color: #ff7921;
            font-weight: bold;
        }
        
        .head2, h2
        {
            font-size: 11px;
            font-family: verdana;
            color: #ff7921;
            font-weight: bold;
        }
        
        .head3
        {
            font-size: 10px;
            font-family: verdana;
            color: #ff7921;
            font-weight: bold;
        }
        
        
        .LEFTMENU
        { 
            font-family: verdana;
            font-size: 10px;
            font-weight: bold;
            color: #ffffff;
            text-align: left;
            padding-left: 5px;
            position: relative;
            top: 4px;
            
        }
         
        
        .ENTRYBOX_SMALL
        {
            font-family: verdana;
            font-size: 9px;
            border: 1px solid; 
        }
        
        .BUTTON_SMALL
        {
            font-family: verdana;
            font-size: 9px;
            border: 1px solid; 
        }
        
           
        html, body 
        {
            margin: 0;
            padding: 0;
            height: 100%;
            font-size: 10px;
            font-family: verdana;
        }
        
        #menu_horizontal
        {
            position: absolute; 
            left: 185px; 
            top: 104px;
            z-index: 1080; 
            background-color: #ffffff; 
            height: 20px; 
            text-align: left; 
            color: #ffffff;
            float: right;
            font-face: Verdana;
            font-size: 10px;
            font-weight: bold;
        }
        
        #menu_left
        {
            position: absolute; 
            left: 0px; 
            top: 104px;
            z-index: 1070; 
            background-color: #ffffff; 
            width: 178px;
            text-align: left;
        } 
        
        
        a
        {
            color: #29247b;
            font-family: verdana;
            fotn-size: 10px;
        }
        
        a:hover
        {
            
        }
        
        
        
        
        
        .menu_static
        {
            background-color: #dddddd;
            color: #000000;
            border: 1px solid #eeeeee; 
            border-width: 0px 2px 3px 1px; 
            border-style: outset;
            width: 178px;    
            text-decoration: none;
        }
        
        .menu_staticItem
        {
            color: #000000;
            padding-left: 3px;
            height: 18px;
            text-decoration: none;
        }
        
        .menu_staticItem_JSFree
        {
            color: #000000;
            padding-left: 5px;
            height: 18px;
            text-decoration: none;
        }
        
        .menu_static_JSFree
        {
            background-color: #dddddd;
            color: #000000;
            border: 1px solid #eeeeee; 
            text-decoration: none;
        }
        
        
        .menu_staticHover
        {
            color: #ffffff;            
            background-color: #9c9694;
        }
        
        
        
        .menu_dynamic
        {
            border: 1px solid #eeeeee; 
            border-width: 0px 2px 3px 1px; 
            border-style: outset;
            background-color: #dddddd;
            width: 220px;         
        }
        
        .menu_dynamicItem
        {
            color: #000000;
            height: 18px;
            padding-left: 5px;
            background-color: #dddddd;
            width: 220px;         
        }
        
        .menu_dynamicHover
        {
            color: #ffffff;            
            background-color: #9c9694;
        }
        
        
        
        .divAbschluss
        {
			z-index: 1; 
			position: absolute; 
			top: 1px; 
			left: 670px; 
			background-color: #ffffff; 
			width: 10px; 
			height: 17px;
			background-image: url(images/menu_horizontal_abschluss.jpg);
        }
        
        .divAbschlussBlau
        {
			z-index: 0; 
			position: absolute; 
			top: 1px; 
			left: 670px; 
			width: 10px; 
			height: 17px;
			background-image: url(images/menu_horizontal_abschluss_blau.jpg);
			background-color: #ffffff; 
        }
        
        
        .tdBoxMain
        {			 
			 background-image: url(images/box_main.jpg);
			 padding-left: 10px; 
			 padding-top: 5px; 
			 padding-bottom: 5px; 
			 padding-right: 10px;
        }
        
        .tdBoxHeader
        { 
			 background-repeat: no-repeat;
			 background-image: url(images/box_header.jpg);
			 height: 30px;
			 width: 219px;
			 font-size: 15px;
			 font-family: Tahoma;
			 color: #ffffff;
			 font-weight: bold;
			 padding-left: 10px;
        } 
        
        
        .tdBoxFooter
        {
			 background-image: url(images/box_footer.jpg);
			 height: 13px;
        }
