body {
        margin: 0px;
        padding: 0px;
        background: #e7e7e7;
}

body, td, a {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
}

a {
        color: #122A6A;
        text-decoration: none;
}

a:hover {
        color: #344C8C;
}

p {
        text-align: justify;
}

h1 {
        font-size: 20px;
        color: #FFFFFF;
        background: url(img/page/hdlne.jpg) no-repeat #FFFFFF;
        padding: 3px 3px 3px 17px;
        position: relative;
        left: -30px;
}

#container {
        
	  width: 100%;
	  min-width: 1000px;
       max-width: 1200px;
       background: url(img/page/bg.jpg) repeat-y #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

#banner {
        text-align: right;
        background: url(img/page/banner.jpg) no-repeat #b3dc1e;
}

.balken {
        height: 21px;
        background: #003f6e;
        color: #122A6A;
        clear: both;
}

.balken div {
        padding: 4px;
}

.balken ul {
        margin: 0px;
        padding: 0px;
        padding-left: 20px;
}

.balken li {
        display: inline;
        padding: 0px 10px 0px 10px;
}

.balken a {
        font-size: 11px;
        color: #B3D924;
        font-weight: bold;
        text-transform: uppercase;
}

.balken a:hover {
        color: #D5FB46;
}

#left {
        float: left;
        width: 185px;
        text-align: center;
}

#menu {
        padding: 30px 0px 0px 20px;
        font-variant: small-caps;
        line-height: 18px;
        text-align: left;
}

#datumBox {
		background: url(img/page/datum.png) no-repeat;
		width: 120px;
		height: 147px;
		color: #fff;
		text-align: center;
		margin: 20px auto;
		cursor: pointer;
}

#datumBox strong {
		font-size: 12px;
}

#datumBox span {
	font-size: 55px;
}

#datumBox div {
		padding-top: 3px;
}	

#main {
        padding: 0px 10px 0px 190px;
}

#footer {
        text-align: right;
        padding: 3px 12px 3px 3px;
        font-size: 10px;
        color: #DDDDDD;
}

#absatz {
        margin-bottom: 7px;
        text-align:justify;
}

.sitemap {
        line-height: 20px;
}

.foto {
	clear: right;
        float: right;
        padding: 0px 0px 15px 15px;
}

.foto img {
    border: 0px;
        width: 250px;
        height: 188px;
}

.chronik {
        list-style-type: none;
        margin: 35px 5px 35px 5px;
        padding: 0px;
}

.chronik li {
        padding-left: 85px;
        position: relative;
        margin-bottom: 20px;
        text-align: justify;
}

.chronik li div {
        left: 0px;
        position: absolute;
        width: 85px;
}

.tooltip {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 3px;
	color: #000;
	border: 1px #122A6A solid;
	background: #fff;
	opacity: 0.9;
}

#language-selector {
	cursor: pointer;
	float: right;
	background: #fff;
	position: relative;
	z-index: 99;
}

