html {
	/* background: url(../bilder/hintergrund_gruen.png) top center; */
	/* background-color: #99CCDD; */
	/* background-color: #161E10;
	background-attachment: fixed;	*/
	background-color: #550506;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	/*
	background-image: url(../bilder/hintergrund_blau_verlauf.png);
	background-repeat: repeat-x;
	background-color: #1C6DB7;
	background-position: fixed;
	*/
}

div {
	padding: 0;
	margin: 0;
}

div#inhalt div.box {
	float: left;
	display: block;
	background: #155188;
	margin: 5px
		10px
		5px
		0px;
	border: 0px solid #176AB6;
	border: 0px solid #0c3152;
}

div#header {
	padding-bottom: 1ex;
	position: relative;
}

div#footer {
	margin-top: 2ex;
	padding: 0.5ex 1ex;
	background-color: #6c080a;
	background-color: rgba(108,8,10,1.0);
	text-align: right;
}

div#vollfenstersteuerelemente {
	position: absolute;
	top: 0ex;
	left: 0ex;
	width: 6ex;
	bottom: 2ex;
	text-align: center;
	background-color: #6c080a;
	background-color: rgba(108,8,10,1.0);
}

div#vollfenstersteuerelemente a {
	font-weight: bold;
	padding: 0.5ex 0.5ex;
}

div#einsprungspunkte {
	padding-left: 1ex;
	padding-right: 1ex;
	margin: 0px
		0px;
}

div#einsprungspunkte-wrapper {
	display: block;
	/* background: #789123;
	background: #124575;
	background: #1a610f; */
	background-color: #6c080a;
	background-color: rgba(108,8,10,1.0);
	text-align: left;
	padding: 0.5ex
		0px;
	margin-bottom: 1ex;
	margin-left: 7ex;
}

div.flusskasten {
	background: #155188;
	border: 0.15ex solid #176AB6;
	background: #154819;
	background: #1A591F;
	border: 0.15px solid #248415;
	margin-bottom: 2ex;
	margin-left: 0ex;
	margin-right: 0ex;
	float:left;
	padding: 1ex;
	width: 23%;
	min-width: 15.5em;
	max-width: 55ex;
	width: 15.5em;
}

div#hintergrund-oben {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: url(../bilder/bobble_angeschnitten.png);
	background-position: top right;
	background-repeat: no-repeat;
}

div#hintergrund-unten {
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 525px;
	bottom: 0;
	left: 0;
	background: url(../bilder/pflanzen_unten_2009.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

div#inhalt {
	z-index: 2;
	/* width: 100%; */
	/*
	left: 0;
	right: 0;
	bottom: 0;
	*/
	color: white;
	background-color: #6c080a;
	background-color: rgba(108,8,10,0.9);
	/*border: 0.3ex solid #4e080b; */
	padding-top: 1ex;
	padding-bottom: 3ex;
	padding-left: 1ex;
	padding-right: 1ex;
	min-height: 36ex;
}

div#inhalt.schmal {
	width: 80%;
	min-width: 42ex;
	margin-left: auto;
	margin-right: auto;
}

div#inhalt-links {
	border: 0px solid yellow;
	float: left;
	max-width: 40em;
	min-width: 35em;
	width: 40%;
	margin: 0
		3ex
		3ex
		3ex;
	float: left;
}

div#inhalt-links-inner {
	/* margin: 15px; */
	border: 0px solid green;
}

div#inhalt-rechts {
	float: left;
	display: inline-block;
	margin: 15px
		15px
		15px
		15px;
	border: 1px solid white;
}

div.kommentarkasten,
div.kommentarbox {
	background: #155188;
	border: 0.15ex solid #176AB6;
	background: #154819;
	background: #1A591F;
	border: 0.15px solid #248415;
	float: left;
	padding: 1ex;
	/*width: 61ex;
	width: 59ex;*/
	min-width: 65ex;
	display: block;
	margin-left: 0ex;
	margin-top: 1.5ex;
}


div.spalte {
	float: left;
	min-width: 18em;
	min-width: 0;
	max-width: 25em;
	border: 0px solid red;
	margin-bottom: 15px;
	margin-left: 3ex;
}

div#wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: url(../bilder/bobble_angeschnitten.png);
	background-position: top right;
	background-repeat: no-repeat;
}

div#wrapper-inner {
	display: block;
	/*
	top: 100px;
	left: 75px;
	right: 150px;
	*/
	padding-bottom: 3ex;

	margin-top: 1ex;
	margin-left: 1ex;
	margin-right: 1ex;

	border: 0px solid black;
}

div.zusatz {
	display: inline;
	max-width: 40%;
	font-size: 90%;
	background: #155188;
	background: #1A610F;
	background: #154819;
	background: #1A591F;
	border: 1px solid #176AB6;
	border: 1px solid #248415;
	float: right;
	margin-top: 1.5ex;
	margin-left: 2ex;
	margin-bottom: 1ex;
	padding: 2ex;
}

