html, body {
	height: 101%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	background: #efefef;
	font-size: 16px;
	line-height: 160%;
}
.color-d, h1, h2, h3 {
	color: #43161b;
}
.color-h {
	color: #f8ebde;
}
.box {
	border-bottom: 10px solid #eee;
	background: #fff;
	width: 100%;
	padding: 10px;
}
@media only screen and (min-width: 801px) {
.box {
	margin-bottom: 10px;
	border: 1px dotted red;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
}
#topnavi {
	margin-bottom: 10px;
	background-color: #fff;
	text-align: center;
	width: 100%;
	padding: 10px;
	padding-top: 20px;
	min-height: 50px;
	line-height: 200%;
}
@media only screen and (min-width: 801px) {
#topnavi {
	border: 1px dotted red;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	padding-top: 30px;
	min-height: 50px;
}
}
#footer {
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	text-align: center;
}
#more {
	text-align: center;
}
img {
	border: none
}
.img-left {
	float: left;
	margin-right: 20px;
}
.img-right {
	float: right;
	margin-left: 20px;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	color: #684d0b;
	font-size: 1.5em;
	line-height: 120%;
	display: inline;
}
a:link, a:visited, a:hover, a:active {
	color: #43161b;
}
a:link.foot, a:visited.foot, a:hover.foot, a:active.foot {
	color: #0073ff;
	text-decoration: none;
}
a:link.tophigh, a:visited.tophigh, a:hover.tophigh, a:active.tophigh {
	font-weight: bold;
	text-decoration: underline;
}
.centered {
	text-align: center;
}
 @media only screen and (min-width: 801px) {
.nurmob {
	display: none;
}
}
.nurdesk {
	display: none;
}
@media only screen and (min-width: 801px) {
.nurdesk {
	display: block;
}
}
.trenner {
	width: 95%;
	border-top: 1px dotted #43161b;
	margin: 15px auto 15px auto;
	text-align: center;
}
.inputtext {
	width: 200px;
	height: 32px;
	padding: 5px;
	font-size: 1.2em;
	border: 2px solid #ededed;
	color: gray;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.cookie-popup-inner button {
	background: #f24537;
}
.cookie-popup-inner button:hover {
	background-color: #e5b8b5;
	color: black;
}
 @media only screen and (min-width: 801px) {
.round {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-khtml-border-radius: 16px;
	border-radius: 16px;
}
}
.nowrap {
	white-space: nowrap;
}
.flag {
	margin-left: 20px;
	vertical-align: middle;
}
a:link.myButton, a:visited.myButton, a:hover.myButton, a:active.myButton, .myButton {
	-moz-box-shadow: inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
	box-shadow: inset 0px 1px 0px 0px #f5978e;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background: -moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background: -webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background: -o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background: -ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f', GradientType=0);
	background-color: #f24537;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #d02718;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #810e05;
}
 @media only screen and (min-width: 801px) {
.bgimg {
	background-image: url(/images/mann_isst_welt.gif);
	background-repeat: no-repeat;
	background-position: 550px 115px;	/*links oben*/
}
}
.allesweg {
	display: none;
	height: 1px;
	border: white;
}
/************** RADIO ******************/
.radio {
	display: none;
}
.radio + label {
	-webkit-appearance: none;
	background-color: white;
	border: 3px solid #5f638c;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.radio:checked + label {
	background-image: url(/images/checkbox-ja.png);
}
/************** RADIO ******************/