@charset "UTF-8";
/**
* "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
* (en) central stylesheet
* (de) zentrales Stylesheet
*
* @creator     YAML Builder V1.0.2b (http://builder.yaml.de)
* @file        my_layout.css
*/

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_shinybuttons.css);
@import url(../yaml/screen/basemod.css);
@import url(../yaml/screen/content.css);

/* import print layout | Druck-Layout einbinden */
/* @import url(../yaml/print/print_003_draft.css); */



ul.menu {
    padding:10px;
    list-style: none;
    width:14em;
    margin-left: 0px;;
}




#col3_content p {
    line-height: 1.3em;
    font-size: 16px;

    font-weight: normal;
    color: #3f3839;
}


ul.menu a.selected {

    color: #f7931e;
}



#col3_content h1 {
    font-size: 20px;
    color: #00006a;
}

#col3_content h2 {
    font-size: 18px;
    color: #00006a;
}


#col3_content h3 {
    font-size: 16px;
    color: #00006a;
}


#col3_content ul {
    line-height: 1.3em;
    font-size: 16px;
    font-weight: normal;
    color: #3f3839;
}


#col1_content a {
    border:none;
    font-size: 16px;
    text-decoration: none;
    padding-left:1em;
    color:#ffffff;
}

#col1_content a:LINK {

    color:#ffffff;
}


#col1_content a:VISITED {

}


#col1_content a:HOVER {
    background-color: #00006a;
    color:#f7931e;

}


#col1_content a.selected {

    color: #f7931e;
}



#col1_content a:ACTIVE {

}


#col1_content hr {
    background-color: transparent;
    border-bottom:1px dotted #f7931e;
}


input.button {
    background-color: #ffffff;
    border:2px solid #00006a;
    cursor: pointer;
}



input.button:HOVER {
    background-color: #F0F8FF;
}

div.float_left {
    float:left;
    display: inline;
    border:2px solid #dc143c;
}

#login_form
{
    margin: auto;
    width: 300px;

    padding: 20px;
    border: 2px solid #000069;
}

#login_form fieldset input
{
    border:  1px solid #000069;
    padding: 2px;
}

#login_form fieldset input:hover
{
    border:  1px solid #f7931e;
}

#login_form fieldset input:focus
{
    border:  1px solid #f7931e;
}

#login_form legend
{
    
}

#login_form label
{
    display: block;
}

address {
    font-size: 16px;
}

#loginstatus {
    width: 300px;
    padding: 2px 10px 2px 10px;
    border-bottom: 1px dotted #900;
    margin: auto;
    background-color: #ffacac;
    text-align: center;
}

table {
    font-size: 16px;
}

ul.lit_list {
    margin-top:5px;
}
