body
{
 font-family:Verdana;
 font-size:12px;
 text-align:center;
 margin:0px;
 background-color :  #333333 ;
}

a:link, a:visited, a:active, a:hover
{
  text-decoration:underline;
  font-weight:bold;
  color:#3F3F3F;
}

a:active, a:hover
{
  color:#606060;
}



pre
{
 font-size:14px;
 color:#0000ff;
 padding:5px;
}


/*der ganze Kopfkram*/
#head
{
   background-color :  #333333 ; 
}

h1 
{
    font-size:28px;
    color:#000000;
    margin-bottom:0px;
    background-image : url(../images/bg_headline.gif) ;
}

#title 
{
    height:105px;
    padding:5px;
    margin-bottom : 5px ;
    background-color: #333333;
}

#logo
{
    float:left;
    width: 100px;
    height : 105px ;
    margin-left : 10px ;    
}

#title_text
{
    float: right;
    background-image : url(../images/bg_headline.gif) ;
    font-size : 38px ;
    font-weight : bold ;
    letter-spacing : 2px ;
    margin-top : 30px ;
    padding-top : 10px ;
    padding-bottom : 10px ;
    padding-left : 15px ;
    padding-right : 15px ;
}



#menucontainer_history
{
    clear: left;
    background-image : url(../images/menu_bg_level2.jpg) ;
    width : 1000px ;
    height : 30px ;
}

#mainlevel_history
{
    margin-top:7px;
    margin-bottom : 5px ;
}

#mainlevel_history li
{
    display: inline;
    list-style-type:none;
}


#mainlevel_history a
{
     padding: 2px 8px 5px;
}

#mainlevel_history li a:link, #mainlevel_history li a:visited 
{
    color:#606060;
}

#mainlevel_history li a:hover
{
    color:#FF6600;
}




#content_header
{
    clear: left;
    background-image : url(../images/content_header.jpg) ;
    width: 1000px;
    height : 23px ;
}



#wrap
{
    width:1000px;
    margin:5px auto;
    text-align:left;
    background-color:#FF6600;
    /*border:1px solid #000000;*/
}


/* linke Seite - Hauptmenü */
#left 
{
    /*border:1px solid #000;*/
    width:203px;
    height : 500px ;
    float:left;
    background-color : #FF6600 ;

}

#menuhead
{
    float: left;
    width:203px;
    height : 36px ;
    background-image : url(../images/menu_head.gif) ;
}

#menubody
{
    width:203px;
    height : auto;
    background-image : url(../images/striper_r7_c1.gif) ;
}

#menufoot
{
    width:203px;
    height : 30px ;
    background-image : url(../images/sidebar_foot.gif) ; 
}

.menutitle
{
    font-weight:bold;
    text-align:center;
    margin:2px;
}

.menucontainer
{
    height : 300px;
    margin-top : 36px ;
    margin-left : 5px ; 
}



/* Hauptmenü */
#mainlevel
{
    list-style-type:none; 
    margin-left:3px; 
    padding:0;
    width:140px;
}

#mainlevel li
{
    margin:0px;
}

#mainlevel li a:link, #mainlevel li a:visited 
{
    display:block;
    height:22px;
    padding:5px 10px 0px 15px; 
    text-decoration:none;
    font-weight : bold ;
    color:#000000;
    border: 1px outset #000000;
}

#mainlevel li a:hover, #mainlevel li a:active
{
    display:block;
    height:22px;
    padding:5px 10px 0px 15px;
    
    text-decoration:none;
    font-weight : bold ;
    color:#FF6600;
    border: 1px inset #000000;
    
}

#active_menu
{
    color:green;
    text-decoration : underline ;
}
/* Ende Hauptmenü */



/* Inhalt */
#content 
{
    /*border:1px solid #efeff7;*/
    background-color: #FF6600 ;
    width:770px;
    float:right;
    margin-top : 0px ;
    padding:0px 10px;
}

.componentheading
{ 
    font-weight:bold;
    font-size : 20px ;
    margin-top : 10px ;
    margin-bottom : 10px ;
}

.contentheading
{ 
    font-weight:bold;
    font-size : 20px ;
    margin-top : 10px ;
    margin-bottom : 10px ;
}



/*
Überschreibung der Styles vom DocMan
*/
div.dm_description
{
    background-color: #FF6600 ;
}



