#dd_top_menu
{
    width: 99.6vw;
    height: 7.5vh;
    text-align: center;
    margin: 0.2vw;

}
#dd_top_menu_info
{
    width: 99.6vw;
    height: 7.5vh;
    text-align: center;
    margin-left: 0.2vw;
    margin-right: 0.2vw;
    padding-top: 0.2vw;
	top: 0px;
    position: fixed;
    background-color: white;
}

#dd_left
{
    float: left;
    width: 11vw;
    height: 6vh;
    background-image: url('../images/logo.gif');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position:center;
    background-color: rgb(204,0,0);
}

#dd_central
{
    float: left;
    width: 77.2vw;
    height: 6vh;
    background: rgb(243,243,243);
    margin: 0px 0.2vw;
}

#dd_right
{
    float: left;
    width: 10.98vw;
    height: 6vh;
    background-image: url('../images/nav_icons/menu.png');
    background-repeat: no-repeat;
    background-size: 30% auto;
    background-position:center;
    background-color: rgb(243,243,243); 
}

#dd_right:hover, .hover-dd_right, .hover-menu_black
{
    background-image: url('../images/nav_icons/menu_red.png') !important;
    background-repeat: no-repeat;
    background-size: 30% auto;
    background-position:center;
    background-color: rgb(243,243,243); 
}

#dd_right_logout
{
    float: left;
    width: 10.98vw;
    height: 6vh;
    background-image: url('../images/dd_logout.png');
    background-repeat: no-repeat;
    background-size: 5vmin;
    background-position:center;
    background-color: rgb(243,243,243); 
}

#dd_right_logout:hover{
    background-image: url('../images/dd_logout_red.png');
    background-repeat: no-repeat;
    background-size: 5vmin;
    background-position:center;
    background-color: rgb(243,243,243);
}


#dd_left_underline
{
    float:left;
    bottom: 0;
    width: 11vw;
    height: 1vh;
    background: rgb(204, 0, 0);
    margin-top: 0.3vh;
}

#dd_central_underline
{
    float:left;
    bottom: 0;
    width: 77.2vw;
    height: 1vh;
    background: rgb(243,243,243);
    margin-top: 0.3vh;
    margin-right: 0.2vw;
    margin-left: 0.2vw;
}

#dd_right_underline
{
    float:left;
    bottom: 0;
    width: 10.98vw;
    height: 1vh;
    background: rgb(243,243,243);
    margin-top: 0.3vh;
}


#dd_cent_left
{
    float:left;
    width: 25vw;
    height: 6.2vh;
    
    
}

#dd_cent_central
{
    position:relative;
    float:left;
    width: 26.8vw;
    height: 6.2vh;
    margin:  0px 0.2vw;
    
}

#dd_cc_text
{
    margin:auto;
    height: 6.2vh;
    font-size: 2vmin;
    font-family: Arial;
    vertical-align: central;
    padding-top: 2vmin;
    text-wrap: none;
}

#dd_cent_right
{
    float:right;
    width: 24.9vw;
    height: 6.2vh;
}

#dd_back
{
    float:left;
    height: 6.2vh;
    width: 5vw;
    background-image: url('../images/dd_left.png');
    background-repeat: no-repeat;
    background-size: 5vmin;
    background-position:center;
    background-color: transparent; 

}

#dd_back:hover
{
    background-image: url('../images/dd_left_red.png');
    background-repeat: no-repeat;
    background-size: 5vmin;
    background-position:center;
    background-color: transparent; 
}

#dd_upload
{
    background-image: url('../images/dd_upload.png');
    background-repeat: no-repeat;
    background-size: 5vmin;
    background-position:center;
    background-color: transparent; 
    
    float:right;
    height: 6.2vh;
    width: 5vw;
}

#dd_upload:hover, .hover-dd_upload
{
    background-image: url('../images/dd_upload_red.png') !important;
    background-repeat: no-repeat;
    background-size: 5vmin;
    background-position:center;
    background-color: transparent; 
}

#dd_request
{
    background-image: url('../images/anfrage_icon.png');
    
    background-repeat: no-repeat;
    background-position:center;
    background-color: transparent; 
    background-size: 100% auto; 
    
    float:right;
    height: 6.2vh;
    width: 5vw;
}

#dd_request:hover, .dd_request_hover
{
    background-image: url('../images/anfrage_icon_red.png') !important;
}

#dd_cancel
{
    float:right;
    height: 6.2vh;
    width: 5vw;
    background-image: url('../images/dd_cancel.png');
    background-repeat: no-repeat;
    background-size: 5vmin;
    background-position:center;
    background-color: transparent; 
}

#dd_cancel:hover
{
    background-image: url('../images/dd_cancel_red.png');
    background-repeat: no-repeat;
    background-size: 5vmin;
    background-position:center;
    background-color: transparent; 
}


#dd_fit_in_menu
{
    float:right;
    height: 6.2vh;
    width: 5vw;
    background-image: url('../images/dd_fit_in.png');
    background-repeat: no-repeat;
    background-size: 5vmin;
    background-position:center;
    background-color: transparent; 
    cursor: pointer;
}

#dd_fit_in_menu:hover
{
    background-image: url('../images/dd_fit_in_red.png');
    background-repeat: no-repeat;
    background-size: 5vmin;
    background-position:center;
    background-color: transparent; 
    cursor: pointer;
}


#dd_info
{
    float:left;
    height: 6.2vh;
    width: 5vw;
    background-image: url('../images/dd_info.png');
    background-repeat: no-repeat;
    background-size: 5vmin;
    background-position:center;
    background-color: transparent; 
}

#dd_info:hover
{
    background-image: url('../images/dd_info_red.png');
    background-repeat: no-repeat;
    background-size: 5vmin;
    background-position:center;
    background-color: transparent; 
}

#dd_fb
{
    float:left;
    height: 6.2vh;
    width: 5vw;
    background-image: url('../images/dd_fb.png');
    background-repeat: no-repeat;
    background-size: 5vmin;
    background-position:center;
    background-color: transparent; 
}

#dd_fb:hover, .dd_fb_hover
{
    background-image: url('../images/dd_fb_red.png');
    background-repeat: no-repeat;
    background-size: 5vmin;
    background-position:center;
    background-color: transparent; 
}

#dd_mail
{
    float:left;
    height: 6.2vh;
    width: 5vw;
    background-image: url('../images/dd_mail.png');
    background-repeat: no-repeat;
    background-size: 5vmin;
    background-position:center;
    background-color: transparent; 
}

#dd_mail:hover, .hover-dd_mail
{
    background-image: url('../images/dd_mail_red.png') !important;
    background-repeat: no-repeat;
    background-size: 5vmin;
    background-position:center;
    background-color: transparent; 
}

/*einpassen page*/

#ddfit_left
{
    float: left;
    width: 11vw;
    height: 6vh;
    background-image: url('../images/logo.gif');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position:center;
    background-color: rgb(204,0,0); 
    margin-left: 0.2vw;
}

#ddfit_right
{
    float:left;
    width: 88.3vw;
    height: 6vh;
    background: rgb(243,243,243);
    text-align: center;
    
}

#ddfit_underline_left
{
    float:left;
    bottom: 0;
    width: 11vw;
    height: 1vh;
    background: rgb(204, 0, 0);
    margin-top: 0.3vh;
    
    margin-left: 0.2vw;
}

#ddfit_underline_right
{
    float:left;
    bottom:0;
    width: 88.3vw;
    background: rgb(243,243,243);
    height: 1vh;
    margin-top: 0.3vh;
}

#ddfit_options
{
    height: 6vh;
    /*width: 60vw;*/
    margin-left:10vw;
    font-weight: bold;
    text-align: center;
}


.ddfit_option{
    margin: auto;
    float: left;
    
    width: 7vw;
    margin: 1px solid red;
    
    height: 6vh;
    text-align: center; 
    background: rgb(243,243,243);
    margin-right: 0.2vw;
    cursor: pointer;
    padding-right: 2vw;
    padding-left: 2vw;
}

.ddfit_option:hover, .ddfit_option:active
{
    color: rgb(204, 0,0);
}

.ddfit_option_item
{
    font-family: Arial;
    font-size: 1.5vmin;
    padding-top: 2vmin;
    vertical-align: central;
    text-wrap: none;
    
}

.info-container
{

}


#dd_print
{
    float:left;
    height: 6.2vh;
    width: 5vw;
    background-image: url('../images/dd_printer.png');
    background-repeat: no-repeat;
    background-size: 5vmin;
    background-position:center;
    background-color: transparent; 
}

#dd_print:hover
{
    background-image: url('../images/dd_printer_red.png');
    background-repeat: no-repeat;
    background-size: 5vmin;
    background-position:center;
    background-color: transparent; 
}