﻿@charset "utf-8";

body {
	font: 12pt/1.3em Verdana, Arial, Helvetica, sans-serif;
	background: #eceded;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

ul, ol, dl { 
	font-size: 11pt;
	padding: 0px 5px 0px 55px;
	margin: 0px;
}
li {
	padding: 0px 0px 5px 0px;
	line-height: 1.2em;
	list-style-type: none;
	list-style-image: url(../bilder/layout/strich.png);
}
ul li ul li, li li {
	list-style-type: none;
	list-style-image: url(../bilder/layout/strich.png);
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 5px;
	padding-right: 5px;
	padding-left: 25px; 
}
p, div {
	line-height: 1.6em;
	font-size: 11pt;
}
h1 {
	font-size: 1.8em;
	color: #97BF0D;
}
h1.Hinweis {
	font-size: 1.9em;
	color: #000000;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #97BF0D;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
}
a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.containerschatten {
	width: 1060px;
	background: #eceded url(../bilder/layout/verlauf.png) repeat-y;
	margin: 0px auto; 
}

.container {
	width: 1026px;
	margin: 0px auto; 
}


.header {
	height: 340px;
	width: 1026px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.content {
	padding: 0px;
}

/* ~~ Fußzeile ~~ */
.footer {
	padding: 0px;
	height: 40px;
	width: 1026px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}

/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt {
	float: right;
}
.fltlft { 
	float: left;
}
/* ~~ Verschiedene float/clear-Klassen ~~ */
img.fltrt { 
	float: right;
	margin-left: 16px;
}
img.fltlft { 
	float: left;
	margin-right: 16px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.navi {
	padding: 0px;
	height: 38px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto
}

.navi .menuleiste {
	width: 1000px;
	height: 30px;
}

.footer .menuleiste {
	width: 600px;
	height: 30px;
}

.menuleiste {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px 0px 0px 25px;
	color: #707070;
}
.menuleiste ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.menuleiste li {
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 22px;
	font-weight: normal;
}
.menuleiste li a {
	height: 32px;
	display: inline-block;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 26px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 32px;
	font-style: normal;
}
.menuleiste li a:link, .menuleiste li a:visited {
	color: #707070;
}
.menuleiste li a:hover, .menuleiste li a:active, .menuleiste li a:focus {
	color: #97BF0D;
}
.menuleiste li a.aktuell {
	color: #97BF0D;
	display: inline-block;
	text-decoration: none;
}


.inhaltlinks {
	float: left;
	width: 650px;
	min-height: 540px;
	margin-top: 55px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.inhaltrechts {
	float: right;
	width: 370px;
	min-height: 595px;
}

.row {
    margin: 8px -16px;
}

/* Add padding BETWEEN each column */
.row,
.row > .column {
    padding: 8px;
}

/* Create four equal columns that floats next to each other */
.column {
    float: left;
    width: 47%;
}

/* Clear floats after rows */ 
.row:after {
    galery_content: "";
    display: table;
    clear: both;
}

/* Content */
.galery_content {
    background-color: white;
    padding: 10px;
}

.galery_content.p {
     font-size: 8pt;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
    .column {
        width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}