﻿/* PANTOIA - initium.css - 19.08.2010 / 5.1.2018 */

body, div, h1, p, img, a, ul, li, table, td, form, input {
	margin: 0;
	padding: 0;
}

img, div, form {
	border: none;
}

body {
	font-size:1em;
	background-color: #f2f2f2;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding:  1px 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.jpg);
	background-repeat: no-repeat;
	height: 167px;
	text-align: left;
}

#nav {
	padding-top: 146px;
	padding-left: 108px;
	font-size: 0.9em;
}

#nav li {
	display: inline;
}

#nav a:link, #nav a:visited {
	color: #fff;
	background: transparent;
	padding: 5px 10px;
	float: left;
	width: auto;
	border-right: 1px dotted #000;
	text-decoration: none;
	letter-spacing: 1px;
	font: normal 11px/11px Verdana, Arial, Helvetica, sans-serif;
}

#nav a.menulinkaktuell {
	color: #fff;
	letter-spacing: 1px;
	font-weight: normal;
}

#nav a#a_last {
	border-right: none;
}

#nav a:hover {

}

#nav li:first-child a {
	border-left: 1px solid #5f5f7c;
	border-left: none;
}

div#main {
	padding: 1.7em 114px 3.5em 117px;
	text-align: left;
}

div#footer {
	border: 1px solid white;
	border-top: 1px solid lightgrey;
	background-color: #F7F5EE;
}

a {
	text-decoration: none;
	color: #611718;
}

a.textlink{
	color: black;
}

p, li, table {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
}

td {
	font-size: 1em;
}

p#impr  {
	font-size: 0.7em;
	padding-top: 0.5em;
	padding-bottom: 0.6em;
	color: gray;
}

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-family: Verdana, Arial, Helvetica, Sans-Serif;
        font-size: 0.9em;
        letter-spacing: 2px;
        font-weight: bold;
        color: #343434;
        padding-top: 9px;
        padding-bottom: 0.8em;
        background-repeat: no-repeat;
        background-position: top left;
}

h1#seitedruck {
        font-family: '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.text {
        font-size: 0.8em;
        padding: 0;
        margin-bottom: 0.2em;
        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 0 0 0em;
        background-color: #fff;
}

p#reiter {
        padding: 0.6em 0 0 0;
        font-size: 0.7em;
}



#karteireiter a.current {
        background-color: #fff;
        color: #000;
        font-weight: bold;
        padding-bottom: 1px;
        letter-spacing: 1px;
}


#karteireiter a {
        border: 1px solid #a4a4a4;
        padding: 0.2em 0.3em 0 0.3em;
        background-color: #F7F5EE;
	border-radius:4px 4px 0px 0px; /* IE 9 */
                -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;
	border-bottom: none;
}
