html, body {
	height: 101%;
	margin: 0;
	padding: 0;
	font-family: Arial;
}
#main {
	font-size: 16px;
	line-height: 160%;
	margin-right: auto;
	margin-left: auto;
	max-width: 800px;
}
.color-d, h1, h2, h3 {
	color: #25619f;
}
.color-h {
	color: #92b0cf;
}
.box {
	padding: 10px 10px 10px 10px;
	border-bottom: 10px solid #eee;
}
@media only screen and (min-width: 801px) {
.box {
	margin-bottom: 10px;
	border: 1px dotted #25619f;
	background: #f5f5f5;
}
}
 @media only screen and (min-width: 801px) {
.table {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
}
#topnavi {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	height: 70px;
	background-image: url(/images/headpics.png);
	background-repeat: no-repeat;
}
@media only screen and (min-width: 801px) {
#topnavi {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	max-width: 800px;
	background-image: url(/images/headgr.gif);
	background-repeat: no-repeat;
}
}
#toplayertrans {
	width: 100vw;
	height: 100vh;
}
@media only screen and (min-width: 801px) {
#toplayertrans {
	width: 800px;
	height: 100%;
}
}
#footer {
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	text-align: center;
}
#more {
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	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;
	line-height:140%;
}
h2 {
	font-size: 1.3em;	line-height:140%;
}
h3 {
	font-size: 1.1em;	line-height:140%;
}
a:link, a:visited, a:hover, a:active {
	color: #25619f;
}
a:link.foot, a:visited.foot, a:hover.foot, a:active.foot {
	text-decoration: none;
}
.submit {
	margin: 15px 15px 15px 0px;
	height: 35px;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background: linear-gradient(to bottom, #92b0cf 5%, #25619f 100%);
	background-color: #92b0cf;
	border-radius: 6px;
	border: 1px solid #25619f;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
}
.centered {
	text-align: center;
}
.trenner {
	width: 95%;
	border-top: 1px dotted #25619f;
	margin: 15px auto 15px auto;
	text-align: center;
}
.inputtext {
	height: 35px;
	padding: 3px;
	font-size: 1.0em;
	width: 120px;
	border: 1px solid gray;
}
.cookie-popup-inner button {
	background: #25619f;
}
.cookie-popup-inner button:hover {
	background-color: #92b0cf;
	color: black;
}
.ptop {
	position: fixed;
	bottom: 18px;
	right: 18px;
	width: 44px;
	z-index: 999;
	opacity: 0.9;
	height: 44px;
}
@media only screen and (min-width: 801px) {
.nobreak {
	display: inline-block;
	margin-bottom: 10px;
}
.f1 {
	width: 100px;
}
}
