html, body {
	background-color: white;
	height: 101%;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 14px;
	line-height: 160%;
}
@media only screen and (min-width: 801px) {
.oben {
	margin: 10px auto 0px auto;
	width: 1024px;
	height: 100px;
	padding-top: 10px;
	background-image: url(/images/hand-auge-top.jpg);
	background-position: 0px -40px;
	margin-bottom: 10px;
}
}
 @media only screen and (min-width: 801px) {
.main {
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
}
}
.col-1 {
	width: 250px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.col-2 {
	width: 100%;
}
@media only screen and (min-width: 801px) {
.col-2 {
	width: 554px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
}
.col-3 {
	width: 200px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
}
.ulnav {
	margin-left: -15px;
	list-style-type: square;
}
.li_sub {
	border-bottom: 1px dotted gray;
	background: #d8f2fc;
	padding: 5px;
	margin-left: -14px;
	margin-top: -6px;
	list-style-type: none;
}
.bold {
	font-weight: bold;
}
.color-d, h1, h2, h3 {
	color: #048dad;
}
.color-h {
	color: #15c7e3;
}
.box {
	padding: 10px 10px 10px 10px;
	border-bottom: 10px solid #eee;
}
@media only screen and (min-width: 801px) {
.box {
	margin-bottom: 10px;
	background-image: url(/images/border_gray_right.png);
	background-repeat: repeat-y;
	background-position: right;
	border: 1px dotted #15c7e3;
}
}
#footer {
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	text-align: center;
	background: #15c7e3;
}
#more {
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	text-align: center;
	background: #15c7e3;
}
img {
	border: none
}
.img-left {
	float: left;
	margin-right: 20px;
}
.img-right {
	float: right;
	margin-left: 20px;
}
h1 {
	font-size: 1.4em;
	line-height: 140%;
}
h2 {
	font-size: 1.3em;
	line-height: 140%;
}
h3 {
	font-size: 1.2em;
	line-height: 140%;
}
a:link, a:visited, a:hover, a:active {
	color: #048dad;
	font-size: 1.0em;
}
a:link.top, a:visited.top, a:hover.top, a:active.top {
	font-size: 3em;
	color: white;
	background: #088dac;
	padding: 5px;
	box-shadow: 0px 0px 5px #fff;
}
a:link.lisub, a:visited.lisub, a:hover.lisub, a:active.lisub {
	text-decoration: none;
}
a:link.none, a:visited.none, a:hover.none, a:active.none {
	display: none;
}
.submit {
	margin: 15px 15px 15px 0px;
	height: 35px;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background: linear-gradient(to bottom, #15c7e3 5%, #048dad 100%);
	background-color: #15c7e3;
	border-radius: 6px;
	border: 1px solid #048dad;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px -1px 0px #5b6178;
}
.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 #048dad;
	margin: 15px auto 15px auto;
	text-align: center;
}
.cookie-popup-inner button {
	background: #048dad;
}
.cookie-popup-inner button:hover {
	background-color: #15c7e3;
	color: black;
}
 @media only screen and (min-width: 801px) {
.round {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
}
.ptop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 999;
	opacity: 0.9;
}
/************** RADIO ******************/
.radio {
	display: none;
}
.radio + label {
	-webkit-appearance: none;
	background-color: white;
	border: 3px solid gray;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
	width: 100%;
	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 ******************/


.flex {
	max-width: 100%;
	height: auto;
}
li {
	margin-bottom: 10px;
}
.inputtext {
	height: 28px;
	border: 1px solid gray;
	font-size: 1.0em;
	width: 80px;
	margin-top: 15px;
	padding: 3px;
}
.select {
	height: 35px;
	margin-top: 15px;
	font-size: 1.0em;
	padding: 3px;
}
