/* Alsalus */
/* Grundlagen */


/* Grundformate */
html, body, div, p, h1, h2, h3, ul, ol,
span, a, table, td, th, form, img, li{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

div, p, h1, h2, h3, ul, ol, td, th,
span, li{
    font-family: Cambria,Georgia,Book Antiqua,Palatino Linotype;
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
}

body{text-align: center;}  /* f�r die alten IEs */
img{border: 0;}

h1{
    font-weight:bold;
    font-size:26px;
    margin: 5px 0 10px 0;
}

h2{
    font-weight: bold;
    font-size: 18px;
    margin: 20px 0 5px 0;
}

h3{
    font-weight: normal;
    font-size:16px;
    margin: 0 0 5px 0;
}

ul,ol{
    margin-top: 5px;
}

li{margin-left:20px;}
li b{font-weight: bold;}

p b{font-weight : bold;}

p.rechts{
    float: right;
    margin: 0 5px 5px 15px;
}

p.kopfabs{
    margin: 0px;
    padding: 95px 5px 5px 5px;
    color: #FFF;
    text-align:right;
}

p.fussabs{
    clear: left;
    margin: 0px;
    padding: 5px;
    color: #3C549C;
}

p.Rahmen{
    text-align: left;
    padding: 2px 0px;
    margin: 10px 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #3C549C;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #3C549C;
    color: #3C549C;
    background-color: #FFF;
}

.klein{font-size: 80%;}

/* Farben definieren */
/* Linkfarben unten bei den Links */

/* Hintergr�nde */
body{background-color: #FFF;} /* allgemein */
/* Farbe Inhaltskasten beim BG-DIV */

/* Sonderfarbe */
h1, h2, h3,
p.farbe, p b, li b,
table th
{color:#3C549C;}
p.dl
{background-color: #3C549C;}
table
{border-color: #3C549C;}

/* Links Grundausstattung */
a{color:#3C549C; text-decoration: none;}
a:visited{color:#AAA; text-decoration: none;}
a:hover{text-decoration: underline;color: #E3E3E3;}
a:active{text-decoration: underline;color: #E3E3E3;}

/*Links im Navigationsmen�*/
#Navi a{
    display: block;
    width: 140px;
    text-decoration: none;
    text-align: left;
    padding: 2px 5px;
    margin-bottom: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #E3E3E3;
    color: #FFFFFF;
    background-color: #3C549C;
}
#Navi a:visited{color: #AAA;}
#Navi a:hover{background-color: #DBE6EA; color:#3C549C}
#Navi a:active{background-color: #DBE6EA;}

p.Auswahl{
    text-align: left;
    padding: 2px 5px;
    margin-bottom: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DBE6EA;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #DBE6EA;
    color: #3C549C;
    background-color: #DBE6EA;
}


/*Links in der Fu�zeile*/
#Fuss a{color:#3C549C; text-decoration: none;}
#Fuss a:visited{color:#CCCCCC;}
#Fuss a:hover{text-decoration: underline;}

/*Links nach extern*/
a.ext{color: #3C549C; text-decoration: none;}
a.ext:visited{color: #3C549C;}
a.ext:hover{text-decoration: underline;}

/* Links Downloadseite */
p.dl{
    color: #FFFFFF;
    padding: 0px 5px 0px 5px;
}
p.dl a{color:#FFFFFF; text-decoration: none;}
p.dl a:visited{color:#CCCCCC;}
p.dl a:hover{color:#DBE6EA;}
p.dl a:active{color: #3C549C;}

/* Tabellenformate Layoutpositionen */
table{
    border: solid 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-collapse: separate;
    border-spacing: 0px;
    empty-cells: show;
}

table th
{
    padding: 3px;
    background-color: #FFFFFF;
    vertical-align: top;
}

table td
{
    border-bottom: solid 1px;
    padding: 3px;
    vertical-align: top;
}


.normal-link {
    border:none !important;
    color:#fff;
    background:none !important;
    padding:auto !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}
