/* PANTOIA - initium.css - 23.06.2010 */


body, div, h1, p, img, a, li, table, td {
        margin: 0;
        padding: 0;
}

body {
        font-size: 16px;
        background-color: #e9ddaf;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        padding: 4px 0 4px 0;
        text-align: center;
}

div#outer {
        width: 921px;
        background-color: #fff;
        border: 1px solid #bbb;
        margin: 0 auto;
        margin-bottom: 4px;
}

div#header {
        background-image: url(../imagines/header.png);
        background-repeat: no-repeat;
        height: 168px;
        text-align:left;
}

div#nav {
        position: relative;
        left: 114px;
        top: 146px;
        width: 770px;
}

div#main {
        padding: 2.5em 114px 3.5em 114px;
        text-align: left;
}

div#footer {
        border: 1px solid white;
        border-top: 1px solid lightgrey;
        background-color: #c4c4e1;
}

a {
        text-decoration: none;
        color: #7C3E11;
        color: #550000;
}

a.textlink{
        color: black;
}

a.menulink {
        padding: 0 0.1em 0 0.1em;
        color: white;
}

a.menulinkaktuell {
        color: white;
        padding: 0 0.1em 0 0.1em;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: bold;
}

p, li, table {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 0.8em;
}

td {
        font-size: 1em;
}

p#mnu {
        padding-top: 0.2em;
        padding-bottom: 0.1em;
        font-size: 0.7em;
        color: #363636;
}

/*p#impressum {
  text-align:right;
        padding-right:2%;

}*/

p#impr  {
        font-size: 0.7em;
        padding-top: 0.5em;
        padding-bottom: 0.6em;
        color: #a1a1cf;
}

a.footer {
        color: #444444;
}

p.fnsep {
        padding: 0;
        height: 1px;
        border-bottom: 1px solid gray;
        width: 300px;
        margin: 0.5em 0 1em 0;
        text-align: left;
}

p.text {
        margin-left:20px;
}

h1#seite {
        font-size: 0.9em;
        letter-spacing: 0.08em;
        font-weight: bold;
        color: #343434;
        padding-bottom: 0.8em;
}
h1#seite_reiter {
        font-size: 0.9em;
        letter-spacing: 0.08em;
        font-weight: bold;
        color: #343434;
        padding-bottom: 1.2em;
}
h1#seitedruck {
        font-family: georgia, 'times new roman', times, serif;
        font-size: 0.9em;
        letter-spacing: 0.08em;
        font-weight: normal;
        color: black;
        padding-bottom: 1.5em;
        display: none;
}

/*h1.ordner {
        font-family:  verdana, georgia, 'times new roman', times, serif;
        font-size: 0.9em;
        font-weight: normal;
        letter-spacing: 0.1em;
        margin-left: 20px;
        margin-bottom: 0.3em;
        color: #000;
}*/

h1.text {
        font-size: 0.8em;
        padding:0;
        margin-bottom: 0.8em;
        font-weight: bold;
	color: #343434;
}

ul {
        margin-top: 0;
        list-style-type: none;
}

li {
        padding-top: 0.1em;
        padding-bottom: 0.1em;
        font-size: 0.8em;
}

li.einr {
        padding-left: 1.5em;
}

span.stand {

        font-size: 0.9em;
        letter-spacing: 0.08em;
        font-weight: normal;
        color: #343434;
        padding-bottom: 0.8em;
}

-------------------------------- */

div#karteireiter {
        margin: 0.6em 0 0 0.4em;
        background-color: #fff;
        border-bottom: 1px solid #fff;
}

p#reiter {
        padding: 0;
        font-size: 0.7em;
}

#karteireiter a {
        border: 1px solid #a4a4a4;
        padding: 0.2em 0.3em 0 0.3em;
        background-color: #f6f6f6;
        border-bottom: none;
                -moz-border-radius-topleft:4px;
                -khtml-border-radius-topleft:4px;
                -webkit-border-top-left-radius:4px;
                -moz-border-radius-topright:4px;
                -khtml-border-radius-topright:4px;
                -webkit-border-top-right-radius:4px;
}

#karteireiter a.current {
        background-color: #fff;
        color: #000;
        font-weight: bold;
        padding-bottom: 1px;
        letter-spacing: 1px;
}