*, body {
	box-sizing: border-box;
	max-width: 96vw;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #000000;
	background-color: #F5DCAD;
	width: 700px;
	padding: 20px 2vw 20px 2vw;
	margin: 0 auto;
}
img {
	max-width: 60vw;
}
p, a, span, table, tr, td, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1 {
	font-size: 16pt;
	font-weight: bold;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
}
h4 {
	font-size: 11pt;
	font-weight: bold;
}
h5 {
	font-size: 9pt;
	font-weight: bold;
}
h6 {
	font-size: 8pt;
	font-weight: bold;
}
.klein {
	font-size: 12px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #999999;
}
a:active {
	color: #FF0000;
}
#side {
	width: 744px;
}
#head {
	height: 28px;
}
#content {
	padding: 0 10px 10px 10px;
}
#naviblock {
	background-color: #FFCC99;
	min-height: 30px;
	padding-top: 5px;
	padding-left: 60px;
	font-size: 1.2em
}
#head-print {}
.table-color-left {
	background-color: #FFCC99;
}
#hidden {
	visibility: hidden
}
/* BEGIN style1 */
#navlist, .navlist {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid gray;
	width: 160px;
}
#navlist li, .navlist li {
	list-style: url(none) none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid gray;
}
#navlist li a, .navlist li a {
	text-decoration: none;
}
/* END style1 */