html
{
    
}
img
{
    border: 0px;
}
/*
body
{
    background-color: #fefeec;
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    padding: 0px 5px 5px 5px;
    height:97%;    
}
*/

A:link { font-weight:bold; color:#004d39; text-decoration: none}
A:visited { font-weight:bold; color:#004d39; text-decoration: none}
A:active { font-weight:bold; color: #004d39; text-decoration: underline}
A:hover { font-weight:bold; color: #004d39; text-decoration: underline}


body
{
    color:#4b4b4b;
    background:#fefeec;
    padding:0;
    margin:0;
    font:12px verdana, sans-serif;
}
h1
{
    color:#004d39;    
    font:14px verdana, sans-serif;
    font-weight:bold;
    background-image:url(/Images/Support/title_bg.jpg);
    background-repeat: no-repeat;;
    height: 20px;
    text-transform: uppercase;
    padding-left: 23px;
    padding-top:1px;
    margin: 0;
}
h2
{
    color:#004d39;    
    font:13px verdana, sans-serif;
    font-weight:bold;
}
#head 
{
    color:black;
    /*background:#d6d600;    */
    padding-top: 0px;
    margin:0 0 0px 0;
}

#content
{
    margin:65px 0px 20px 280px;
}

#ddlmenu a:link 
{
    font-size: 10px;
    font-weight: normal;
    color: #4b4b4b;
    text-decoration: none;    
    text-transform: capitalize;
}
#ddlmenu a:visited 
{
    font-size: 10px;
    font-weight: normal;
    color: #4b4b4b;
    text-decoration: none;    
    text-transform: capitalize;
}
#ddlmenu a:hover 
{
    font-size: 10px;
    font-weight: bold;
    color: #004d39;
    text-decoration: none;        
    text-transform: capitalize;
}
#ddlmenu a:active 
{
    font-size: 10px;
    font-weight: bold;
    color: #004d39;
    text-decoration: none;    
    text-transform: capitalize;
}
#ddlmenu a.greencurrent:link,#ddlmenu a.greencurrent:visited,#ddlmenu a.greencurrent:hover,#ddlmenu a.greencurrent:active
{
    color: #004d39;
    font-weight: bold;
}
#listitems ul 
{
    margin-left: 0;
    padding-left: 0;    
    list-style-image: url(/Images/Support/listicon.gif);
} 
#listitems ul li 
{
    margin-left: 0;
    padding: 0px 0px 15px 0;        
}

#listitems2 ul 
{
    margin-left: 35px;
    padding-left: 0;    
    list-style-image: url(/Images/Support/listicon.gif);
} 
#listitems2 ul li 
{
    margin-left: 0;
    padding: 0px 0px 15px 0;        
}

/* new menu */ 
#ddlmenu 
{
    /*height:10em;*/
    padding: 25px 0 0 22px;
}
#menunew 
{
    list-style-type:none; 
    margin:0 0 10px; 
    padding:0; 
    position:absolute; 
    width:15em;     
    z-index:100;    
}
#menunew li 
{    
    display:block; 
    padding:0; 
    margin:0; 
    position:relative; 
    z-index:100;    
}
#menunew li a, #menunew li a:visited 
{
    display:block; 
    text-decoration:none;
}
#menunew li .droplist dd 
{
    display:none;
}
/*#menunew li .droplist_act dd  {     display:block; }*/
#menunew li:hover, #menunew li a:hover {border:0;}
#menunew li:hover dt a , #menunew li a:hover dt a 
{
    
}
#menunew li:hover dd, #menunew li a:hover dd {
    /*display:block; AUTO AUFKLAPPEN*/
}
#menunew li:hover dl, #menunew li a:hover dl 
{
    /*height:5em; */
    
}
#menunew table {border-collapse:collapse; padding:0; margin:-4px; font-size:1em;}
#menunew dl 
{    
    width: 15em; 
    margin: 0; 
    
    cursor:pointer;
}
#menunew dt 
{
    margin:0; 
    padding: 0; 
    
}
#menunew dd {margin:0; padding:0; font-size: 1em; text-align:left; }
.droplist dt a, .droplist dt a:visited,      .droplist_act dt a, .droplist_act dt a:visited,
{
    display:block; 
    color:#fff; 
    /*padding:5px 5px 5px 10px; */
    
}
.droplist dd a, .droplist dd a:visited,         .droplist_act dd a, .droplist_act dd a:visited 
{
    color:#000; 
    min-height:1em; 
    text-decoration:none; 
    display:block; 
    padding:4px 5px 4px 20px; 
    
}
* html .droplist dd a, * html .droplist dd a:visited 
{
    height:1em;
}
.droplist dd a:hover 
{
    
}
.droplist, .droplist_act
{
    padding-bottom: 10px;
}