/* 
    Document   : style2.css
    Created on : 07.10.2011, 17:12:24
    Author     : Matthias
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*@font-face {
    font-family: Scriptina;
    src: url("../schriften/scriptin.ttf")
        format("truetype");
}*/


/* =========== Allgemein ============= */
body {
    position: relative;
    font-family: "Lucida Grande", "Lucida Sans Unicode";
    font-size: 12px;
    color: rgb(51,51,51);
    background: url("../media/bg.gif");
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}
/* -------------------------------------- */

/* ======== Schattenkonturen ============ */

ul#navi, #kopf, #linke_spalte ul, #inhalt, #rechte_spalte fieldset {
    -webkit-box-shadow: rgba(0,0,0,0.4) 0 4px 5px;
    -moz-box-shadow: rgba(0,0,0,0.4) 0 4px 5px;
}

#inhalt a.linkbox:hover, #inhalt a.linkbox span {
    -webkit-box-shadow: rgba(0,0,0,0.4) 0 3px 4px;
    -moz-box-shadow: rgba(0,0,0,0.4) 0 3px 4px;
}
/* -------------------------------------- */

/* ========== Runde Ecken =============== */

#inhalt, #kopf {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

#linke_spalte ul, ul#navi, #inhalt a.linkbox, #rechte_spalte fieldset {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

ul#navi2, ul#navi3 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#rechte_spalte fieldset legend {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#inhalt a.linkbox span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

ul#navi li:first-child {
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

ul#navi2 li:first-child, ul#navi3 li:first-child{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

ul#navi li:last-child {
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

ul#navi2 li:last-child, ul#navi3 li:last-child {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#linke_spalte ul li:first-child{
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

#linke_spalte ul li:last-child{
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
/* -------------------------------------- */

/* ============= provisorische Kontur === */

#kopf, ul#navi, ul#navi2, ul#navi3, ul#navi4 {
    border: 1px solid rgb(51,51,51);
}
/* -------------------------------------- */

/* =========== Positionierungen ========= */

#linke_spalte, #rechte_spalte {
    width: 180px;
}

#linke_spalte, #inhalt, #rechte_spalte {
    position: absolute;
    top: 350px;
}
/* -------------------------------------- */

/* ============ Kopf ============== */

div#kopf {
    height: 160px;
    margin: 10px 0 85px 0;
    padding: 10px;
    background: url("../media/bg_kopf.gif") repeat-x bottom #fff;
}

#kopf p {
    margin: 0;
    padding-left: 60px;
    /*    font-family: Scriptina;*/
    color: #03145b;
    font-size: 65px;
    line-height: 1.25em;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.4);

}
/* -------------------------------------- */

/* ============ Logo ================*/

a#logo {
    width: 220px;
    height: 220px;
    background: url("../media/post.png") no-repeat;
    position: absolute;
    right: -60px;
    top: 30px;
}

/*a#logo:hover{
    background-position: left bottom;
}*/
/* -------------------------------------- */

/* ========== Navigation ========== */

ul#navi, ul#navi li {
    height: 30px;
}

ul#navi2, ul#navi2 li {
    height: 25px;
}

ul#navi3, ul#navi3 li {
    height: 25px;        
}

ul#navi, ul#navi2 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: url("../media/bg_navi.gif");
}

ul#navi3 {
    list-style-type: none;
    margin-bottom: 1px;
    padding: 0;
    background: url("../media/bg_navi.gif");
}

ul#navi li, ul#navi2 li {
    float: left;
    text-align: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #333;
}

ul#navi3 li {
    text-align: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #333;
}

ul#navi li {
    width: 148px;
    line-height: 28px;
}

ul#navi2 li {
    width: 233px;
    line-height: 23px;
}

ul#navi3 li {
    width: 468px;
    line-height: 23px;
}

ul#navi li a, ul#navi2 li a, ul#navi3 li a {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
    display: block;
}

ul#navi li:hover, ul#navi2 li:hover, ul#navi3 li:hover {
    background: url("../media/bg_navi_hover.gif");
}

.highlight {
    background: url("../media/bg_navi_hover.gif");
}


ul#navi li:first-child,ul#navi2 li:first-child, ul#navi3 li:first-child {
    border-left-style: none;
}

ul#navi li:last-child, ul#navi2 li:last-child, ul#navi3 li:last-child {
    border-right-style: none;
}
/* -------------------------------------- */

/* ========== Subnavi Links ======= */

#linke_spalte {
    left: 0;
}

#linke_spalte ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 1px solid #333;
}

#linke_spalte ul li {
    padding: 5px 10px 5px 10px;
    background: #adbdc5;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #333;
}

#linke_spalte li:last-child {
    border-bottom: none;
}

#linke_spalte li:hover {
    background: #87a8b9;
}

#linke_spalte li a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    display: block;
}

#linke_spalte li a.subnavi:before {
    content: url("../media/zahnrad.png") " ";
}
/* -------------------------------------- */

/* ========== Inhalt ============== */

#inhalt {
    width: 470px;
    left: 200px;
    padding: 0px 15px 10px 15px;
    border: 1px solid #333;
    background: rgba(255,255,255,0.6);

}

#inhalt h1 {
    font: 30px bold;
    text-align: center;
    color: #03145b;
}

#inhalt p {
    line-height: 1.6em;
}


#inhalt a {
    color: #a00000;  
    text-decoration: none;
}

#inhalt a:hover {
    color: inherit;
}

#inhalt p.zweispaltig {
    width: 100%;
    -webkit-column-count: 2;
    -webkit-column-gap: 15px;
    -webkit-column-rule: 1px solid #333;
    -moz-column-count: 2;
    -moz-column-gap: 15px;
    -moz-column-rule: 1px solid #333;
    column-count: 2;
    column-gap: 15px;
    column-rule: 1px solid #333;
    text-align: justify;
}

#inhalt p.zweispaltig:first-letter {
    color: #a00000;
    font-size: 250%
}

#inhalt .linkbox {
    position: relative;
    color: inherit;
    margin-bottom: 20px;
    border: 1px solid #333;
    background: #adbdc5 url("../media/icon_pdf.png") no-repeat 4px 4px;
    text-decoration: none;
    display: block;
    min-height: 55px;
    padding-left: 57px;
    padding-top: 5px;
}

#inhalt a.linkbox strong{
    color: #a00000;
    display: block;
    margin-bottom: 7px;    
}

#inhalt a.linkbox span {
    color: #fff;
    font-weight: bold;
    padding: 6px;
    border: 1px solid #333;
    background: #87a8b9;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    position: absolute;
    top: -10px;
    right: -35px;
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;

}

#inhalt a.linkbox:hover span { 
    opacity: 1;
}

#inhalt p.neu:before {
    content: url("../media/neu.gif") " ";
}


.disclamer {
    font-size: 9px;
}
/* -------------------------------------- */

/* ========== Textboxen rechts ==== */

#rechte_spalte {
    right: 0;
}

#rechte_spalte fieldset {
    border: 1px solid #333;
    margin-top: 10px;
    margin-bottom: 10px;
    background: rgba(255,255,255,0.6);
}

#rechte_spalte fieldset legend {
    color: #fff;
    font-size: 14px;
    border: 1px solid #333;
    background: #6e8896;
    padding: 2px 3px 2px 3px;
}

#rechte_spalte fieldset legend.wichtig {
    color: black;
    text-decoration: blink;
    background: #ffcc00;
}
/* -------------------------------------- */

/* ============ Bilder ============== */
/* ---------- index.html ------------ */

.img_start {
    padding-left: 4px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.rot {
    color: #990000;
    font-weight: bold;
}

/* -------------------------------------- */


/* ======== Kontaktformular ======== */

.button {
    text-align: center;
}
/* -------------------------------------- */

h2 {
    text-align: center;
}

h3 {
    text-align: center;
    text-decoration: underline;
}

td {
    text-align: left;
    /*    border: 1px solid black;*/
}

.inhalt {
    text-align: center;
}

/* --- Kontaktformularseite --- */
#kontakt_norm {
    padding-left: 25px;
    width: 418px;
    height: 598px;
    background: rgba(255,255,255,0);
}
#kontakt_aus {
    padding-left: 25px;
    width: 418px;
    height: 675px;
    background: rgba(255,255,255,0);
}