@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	font-weight: normal;
	list-style: none;
}
html{
box-sizing:border-box;
font-size: 100%;
}
*, ::before, ::after{
	box-sizing:inherit;
}
#inhalt::after{
	clear: both;
	content:".";
	display:block;
	font-size:0;
	height:0;
	visibility:hidden;
}
body {
	font-family: verdana, non-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top:0;
	margin-left: auto;
	margin-right: auto;
	background-color: #f08a00;
	width:100%;
	max-width: 980px;
	min-width:200px;
}

#english p{
    font-size: 70%;
    line-height: 1.4em;
    margin-bottom: 0.1em;
}
# english h1{
    font-size: 70%;
    line-height: 1.4em;
    margin-bottom: 0.1em;
}
#content {
	background-color: #fff;
	top:0;
}
#header{
	background:#fff;
}
#header img{
	top:0;
	height:auto;
	width:100%;
}

}
#logo p {
	position: absolute;
	margin: 2em auto 0 2.5em;
	text-align: left;
	color: white;
	font-weight: normal;
}
#logo a {
	color: #fff;
	text-decoration: none;
}
#navigation, #navigation ul {
	background:#fff;
	font-size: 100%;
	float: left;
	font-weight: normal;
	text-decoration: none;
	width:16em;
	list-style:none;
	padding:0.8em 0 0.3em 0;
	top:0;
}
#navigation li{
	list-style-type: none;
	margin:0;
	display:inline; /*f&uuml;r ie erforderlich, macht sonst Abstand*/
}
#navigation li a, #navigation li.here  {
	display:block;
	font-size: 1em;
	text-align: left;
	float: left;
	font-weight: normal;
	text-decoration: none;
	padding: 0.2em 0 0.2em 2.5em;
	width:11em;
	color: #888;
}
#navigation li.here {
	color: #cc0033;
	font-weight: bold;
}
#navigation a:visited {
	color: #666;
}
#navigation a:focus, #navigation a:active, #navigation a:hover {
	color: #666;
	font-weight: bold;
}
#inhalt {
	display:block;
	line-height: 1.6em;
	background:#fff;
	left:0;
	float:left;
	width:46%;
}

#text {
	display:block;
	line-height: 1.6em;
	background:#fff;
	left:0;
	margin-right:10em;
	float:left;
	width:56%;
}
#inhalt h1, #rechts h2, #text h1 {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom:0.9em;
	padding-top: 1.3em;
	line-height: 1.4em;
}
#inhalt h2, #text h2 {
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 0;
	color: #cc0033;
}
#inhalt h3, #text h3 {
	font-size: 1em;
	color: #555;
	font-weight: normal;
}
#inhalt h4, #text h4 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0;
	padding-top: 1.2em;
	padding-bottom: 1em;
	color: #cc0033;
}
#inhalt h5, #text h5 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0;
	padding-top: 1.2em;
	padding-bottom: 0;
}
#inhalt p, #text p {
	margin-top: 0;
	padding-bottom: 1em;
	color: #555;
}
#inhalt p strong, #text p strong{
	color: #cc0033;
}

#inhalt ul, #text ul {
	margin-top: 0;
	padding-left: 1.2em;
	padding-bottom: 1em;
}

#inhalt li, #text li {
	margin-top: 0;
	list-style-image: url(images/dot.jpg);
	color: #555;
}
#inhalt img, #text img {
	padding: 0.4em 1em 0.8em 0;
	float: left;
}
#inhalt .bild, #text .bild {
	width:100%;
	height:auto;
	padding-left:0;
}
#inhalt .klein, #text .klein {
	width:43%;
	height:auto;
}
#inhalt a, #text a{
	color: #555;
	text-decoration: underline;
}
#rechts {
	margin:0em 3em 0 1.5em;
	float:right;
	padding-bottom:0.5em;
	width: 18%;
	background:#fff;
}
#rechts p {
	margin-top: 0;
	padding-bottom: 1em;
	color: #888;
}
#rechts a {
	color: #888;
}
#rechts a.lesen {
	color: #cc0033;
	text-decoration: none;
}
#rechts img {
	padding-bottom: 0.5em;
	padding-top: 0.4em;
	display:block;
}
#rechts h2{
	color: #cc0033;
}
#rechts h4 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0;
	padding-top: 1.2em;
	padding-bottom: 1em;
	color: #cc0033;
}
.floatbox img{
	float:left;
}
.floatbox{
	overflow:hidden;
	clear:both;
}
#footer {
	padding-top: 0.5em;
	border-top: 1px solid #999;
	position: relative;
	clear: both;
	height: 5em;
	margin-left: 2.5em;
	margin-right: 2.5em;
	background:#fff;
}
#footer p {
	font-size: 80%;
	line-height: 1.4em;
	padding-top: 0.3em;
	text-align: center;
	color: #888;
}
#footer a {
	color: #888;
}
#footer strong {
	color: #cc0033;
}

@media screen and (max-width: 845px) {
#logo img {
	height: auto;
	width: 70%;
}
#navigation, #navigation ul{
	display:block;
	float: left;
	width:100%;
	padding:  0 0 1em 0;
	margin:0;
	border-top:1px #ddd solid;
}
#navigation li a, #navigation li.here{
	border-bottom:1px #ccc solid;
	box-shadow: 0 0 4px #ddd inset;
	padding-top: 0.6em;
	padding-bottom: 0.5em;
	background: #fff;
	width: 50%;
}
#navigation li a:focus, #navigation li a:active, #navigation li a:hover {
	background: #ddd;
	width:50%;
	overflow:visible;
	margin-top: 0;
	padding-left: 2.5em;
}
#inhalt {
	margin-left:2.5em;
	margin-right:2.5em;
	width: 80%;
}
#inhalt .bild {
	float:none;
	display: block;
}
#inhalt img {
	float:none;
	display:block;
}
#inhalt .klein {
	float:left;
	width:43%;
}

#inhalt h2 {
	font-weight: bold;
}
#rechts {
	display:block;
	width:auto;
	float:none;
	margin:0 3em 2em 2.5em;
	text-align:left;
}
#rechts img {
	display:block;
	float: none;
	padding-bottom:1em;
}
#rechts h4 {
	font-size: 1.3em;
	padding-top: 1.3em;
}
#footer{
	height: 6em;
}
#footer p {
	font-size: 1em;
}

@media screen and (max-width: 550px) {
#header {
	background:white;
	height:16.5em;
}
#logo p {
	margin:11em auto 0 2.5em;
	color: black;
}
#logo a {
	color: #000;
}
#logo img {
	height: auto;
	width: 100%;
}
#footer {
	height:9em;
}
}

@media screen and (max-width: 420px) {
#header {
	background:white;
	height:14em;
}
#logo p {
	margin:9em auto 0 2.5em;
	color: black;
}
#logo a {
	color: #000;
}
#inhalt .klein, #text .klein {
	float:none;
	width:100%;
	height:auto;
}
}
@media screen and (max-width: 320px) {
body{
max-width:none;
min-width:150px;
}
#header {
	background:white;
	height:11.5em;
}
#logo p {
	margin:8em auto 0 2.7em;
	color: black;
	font-size: 90%;
	min-width: 260px;
}
#logo a {
	color: #000;
}
#navigation li a, #navigation li.here{
	float: none;
	width: 100%;
}
#navigation li a:focus, #navigation li a:active, #navigation li a:hover {
	width:100%;
}
#inhalt h1{
	padding-top:0;
}
}
