a:link { text-decoration:none; font-weight:bold; color:#0063a6; }
a:visited { text-decoration:none; font-weight:bold; color:#0063a6; }
a:hover { text-decoration:none; font-weight:bold; color:#0063a6;}
a:active { text-decoration:none; font-weight:bold; background-color:#0063a6; }
a:focus { text-decoration:none; font-weight:bold; background-color:#0063a6; }

    

.lib_title{
    background-color:       #0000FF;
    position:               relative;
    height:                 40px;
    width:                  800px;
    text-shadow:            black 2px 1px;
    text-align:             center;
    font-size:              2em; 
    color:                  yellow;
    padding-left:           10px;
    border-width:           1px;
    border-style:           solid;
    border-color:           #666;
    border-radius:          10px 10px 0px 0px;
}


.input_field_standard{
    position:           relative;
    border-radius:      3px;
    border-width:       1px;
    padding-left:       10px;
    font-family:        Tahoma, sans-serif;
    font-size:          16px;
    font-style:         normal;
    background-color:   #EEEEEE;
    top:                0px;
}

.choice_field{
    position:           relative;
    border-radius:      3px;
    border-width:       1px;
    padding-left:       10px;
    font-family:        Tahoma, sans-serif;
    font-size:          16px;
    font-style:         normal;
    background-color:   #EAEAEA;
    top:                2px;
}

.choce_box{
    
}

.input_field{
    border-radius:      10px;
    padding-left:       10px;
    font-family:        Tahoma, sans-serif;
    font-size:          17px;
    font-style:         normal;
    background-color:   #EAEAEA;
}    

.button_round_orange{
    border-radius:          0px;
    padding-left:           5px;
    color:                  #ba5555;
    font-weight:            bold;
    cursor:                 pointer;
}

.button_round_blue{
    position:               relative;
    border-radius:          0px;
    padding-left:           5px;
    color:                  #0063a6;
    font-weight:            bold;
    cursor:                 pointer;
}

.button_gast{
    font-size:              25px;
    left:                   10px;    
}

.button_menue{
    position:               relative;
    border-radius:          0px;
    padding-left:           5px;
    background-color:       #dd5555;
    color:                  #0063a6;
    font-weight:            bold;
    cursor:                 pointer;
}

.list_title{
    border-radius:      10px;
    border-width:       0px;
    padding-left:       10px;
    font-family:        Tahoma, sans-serif;
    font-size:          18px;
    font-style:         normal;
    background-color:   #EAEAEA;
    color:              #0063a6;
}

.list_field{
    border-width:       0px;
    padding-left:       10px;
    font-family:        Tahoma, sans-serif;
    font-size:          14px;
    font-style:         normal;
}

.input_bold{
    font-weight:        bold;
}

.line_1{
    border-bottom-style:    inset;
    border-color:           #EDEDED;
}

.line_top{
    border-top-style:    inset;
    border-color:           #EDEDED;
}

.line_bottom{
    border-bottom-style:    inset;
    border-color:           #EDEDED;
}

.title_round_black_1{
    position:               relative;
    top:                    5px;
    border-style:           none;
    border-radius:          0px;
    border-color:           #bbb;
    padding-left:           5px;
    
    font-family:            Tahoma, sans-serif;
    font-size:              15px;
    font-weight:            bold;
    font-style:             normal;
    color:                  #000;
    margin-left:            1px;
}

.label_black_bold{
    position:               relative;
    top:                    5px;
    border-style:           none;
    border-radius:          0px;
    border-color:           #bbb;
    padding-left:           5px;
    
    font-family:            Tahoma, sans-serif;
    font-size:              15px;
    font-weight:            bold;
    font-style:             normal;
    color:                  #000;
    margin-left:            1px;
    margin-right:           5px;
    text-align:             right; 
}

.lib_status_field{
    font-size:          12px;
    font-weight:        bold;
}

img{
    margin-top:                    5px;
}

.img_pointer{
    margin-top:                    5px;
    cursor:                 pointer;
}

.img_close{
    margin-bottom:          10px;
    margin-right:           10px;
    cursor:                 pointer;
}



