body {
	color: #230249;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
	background-color: #ffffe0;
}
#cover {
	margin: 12px auto 0;
	/* [disabled]width: 610px;
*/
	max-width: 610px;
	clear: both;
	border: solid 1px #f7dbb3;
	border-radius: 8px 8px 8px 8px;
}
#content {
	margin: 24px 12px 12px;
	/* [disabled]width: 586px;
*/
	max-width: 586px;
}
.msg {
	color: #e81331;
	font-size: 13px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
#ver-content {
	margin: 5px;
	/* [disabled]width: 600px;
*/
	font-size: 12px;
	color: #230249;
	max-width: 600px;
}
#ver-content h1 {
	font-weight: bold;
	font-size: 15px;
	font-variant: small-caps;
	margin: 0 0 4px;
	padding: 0 0 0 2px;
}
#ver-content table {
	font-size: 12px;
	padding: 0;
	margin: 4px 0;
}
#ver-content table.ausgabe {
	padding: 0;
	margin: 4px 0;
}
#ver-content table.ausgabe td {
	padding: 0 2px 0 6px;
	margin: 0;
}
#ver-content form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#ver-content .ver-submit {
	margin: 0;
	padding: 0 3px 2px;
	background-color: white;
	height: 19px;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
	color: #230249;
	border-color: #ffffff #808080 #808080 #ffffff;
	border-style: solid;
	border-width: 1px;
	border-radius: 6px 6px 6px 6px;
}
#ver-content .ver-submagni {
	color: #630;
	font-size: 12px;
	background-color: #fff;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
	vertical-align: middle;
	width: 20px;
	height: 19px;
	margin: 0;
	padding: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff #808080 #808080 #ffffff;
	border-radius: 6px 6px 6px 6px;
}
#ver-content .ver-sub {
	color: #230249;
	font-size: 12px;
	text-decoration: none;
	background-color: #fff;
	margin: 0;
	padding: 2px 3px 2px 4px;
	height: 19px;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff #808080 #808080 #ffffff;
	border-radius: 6px 6px 6px 6px;
}
#ver-content .formular {
	font-size: 12px;
	margin: 0;
	padding: 2px 2px 0;
	height: 15px;
	background: #f3f3f3;
	border: solid 1px #c6c6c6;
	border-radius: 6px 6px 6px 6px;
}
#ver-content .textarea {
	font-size: 12px;
	padding: 0 2px;
	border: solid 1px #c6c6c6;
	background: #f3f3f3;
	border-radius: 6px 6px 6px 6px;
}
#ver-content .suchfeld {
	margin: 0;
	padding: 0 2px 3px;
	border: solid 1px #c6c6c6;
	border-radius: 6px 6px 6px 6px;
	background-color: #f3f3f3;
	font-size: 12px;
	height: 17px;
	width: 230px;
	vertical-align: middle;
}
#ver-content .select {
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
	font-size: 12px;
	background-color: #f3f3f3;
	height: 21px;
	margin-right: 3px;
	vertical-align: middle;
	padding: 0 0 0 2px;
}
#ver-content a.button {
	margin: 0 0 1px;
	padding: 2px 3px;
	color: #230249;
	background-color: #f9f9df;
	font-size: 12px;
	text-decoration: none;
	height: 23px;
	border-color: #ffffff #808080 #808080 #ffffff;
	border-style: solid;
	border-width: 1px;
	border-radius: 6px 6px 6px 6px;
}
#ver-content a:hover {
	text-decoration: none;
}
#-ver-content .red {
	font-size: 12px;
	font-weight: bold;
	color: #ef4210
}
#ver-content .bg1 {
	background: #f7dbb3;
}
#ver-content .bg2 {
	background: #d3d3d3;
}
#ver-content .bg3 {
	background-color: #f7dbb3;
}
#content .bg3 {
	background-color: #f7dbb3;
}
#ver-content .bg4 {
	background-color: #d3d3d3;
}
#ver-content .bg5 {
	background-color: #dfca95;
	padding-top: 8px;
	padding-left: 12px;
}
.mob a {
	visibility: hidden;
	/* [disabled]font-variant: normal; */
	color: rgb(204,0,0);
	text-align: center;
	font-weight: bold;
}
@media only screen and (max-width:480px) {
.mob a {
	visibility: visible
}
}
@media only screen and (min-width:481px) and (max-width:700px) {
.mob a {
	visibility: visible
}
}
