html, body{
	color: #000000;
	background-color: #ffffff; #f9f9f6;
	font: 9pt Verdana, Helvetica, sans-serif;
}

#top {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 80px;
	padding: 5px 10px 5px 10px;
	border-top: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	background-color: #ffffff;
	z-index: 1;
}

#left {
	position: fixed;
	top: 80px;
	left: 0px;
	width: 200px;
	height: 100%;
	background-color: #ffffff;
	z-index: 1;
}

#nav {
	position: fixed;
	top: 80px;
	left: 10px;
	width: 180px;
	padding: 2px 0px 2px 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	line-height: 20px;
	color: #000000;
	z-index: 1;
	text-decoration: none;
}

#nav table {
	font-size: 8pt;
	border-spacing: 3px;
	width: 100%;
}

#nav ul.sub {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 10px;
	padding-left: 10px;
	text-decoration: none;
}

#nav ul, #nav li a {
	list-style-type: none;
	font-weight: normal;
	margin-left: 0;
	padding-left: 0;
	text-decoration: none;
}

#serv {
	position: fixed;
	top: 80px;
	left: 200px;
	right: 0px;
	height: 35px;
	background-color: #ffffff;
	padding: 0px 10px 0px 0px;
	z-index: 1;
}

#serv table td {
	padding: 2px 4px 2px 4px;
	font-size: 8pt;
	text-align: center;
}

#main {
	position: absolute;
	top: 115px;
	left: 200px;
	color: #000;
}

#content {
	padding: 0px 20px 10px 10px;
	color: #000;
	z-index: 2;
}

#author {
	padding: 15px 10px 10px 10px;
	font-size: 8pt;
	font-style: italic;
	text-align: left;
	text-decoration: none;
}

#content h1 {
	line-height: 22pt;
	font-size: 15pt;
}

#content h2 {
	padding-top: 15px;
	line-height: 17pt;
	font-size: 13pt;
}

#content h3 {
	padding-top: 10px;
	line-height: 15pt;
	font-size: 11pt;
}

#content h4 {
	padding-top: 5px;
	line-height: 12pt;
	font-size:  9pt;
}

#content hr {
	margin: 20px 30px 20px 20px;
	height: 0px;
	border: 1px solid #000;
}

#content table tr td {
	font-size: 9pt;
}

#content a:visited {
	background-color: transparent;
	text-decoration: none;
	color: #cd853f;
}


img {
	border-style: none;
}

img.border {
	border-style: solid;
	border-width: 1px;
}

td.icons img {
	vertical-align: middle;
	
}

/* weiss nicht, vorher schon kommentiert */
/*
#content ol,ul,dl,table {
	margin-top: 10px;
	margin-bottom: 10px;
}

#content table, dl, p {
	margin-left: 10px;
}
#content dd {
	margin-bottom: 10px;
}

*/

/* elements */

dt.wide {
	margin-top: 0px;
	margin-bottom: 0px;
}

dd.narrow, li.narrow {
	margin-top: 0px;
	margin-bottom: 0px;
}

dd.wide, li.wide {
	margin-top: 0px;
	margin-bottom: 20px;
}

hr.wide {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	height: 0px;
	border: 1px solid #000;
}

ul.mark {
	margin-right: 15px;
}

ul.mark li  {
	margin-bottom: 10px;
}

span.nobr {
	white-space: nowrap;
}

table.codebox {
	font: 10pt monospace;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

table.codebox td {
	padding: 10px 10px 10px 10px;
}
td.icons img {
	vertical-align: middle;
	
}

/* weiss nicht, vorher schon kommentiert */
/*
#content ol,ul,dl,table {
	margin-top: 10px;
	margin-bottom: 10px;
}

#content table, dl, p {
	margin-left: 10px;
}
#content dd {
	margin-bottom: 10px;
}

*/

/* elements */

dt.wide {
	margin-top: 0px;
	margin-bottom: 0px;
}

dd.narrow, li.narrow {
	margin-top: 0px;
	margin-bottom: 0px;
}

dd.wide, li.wide {
	margin-top: 0px;
	margin-bottom: 20px;
}

hr.wide {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	height: 0px;
	border: 1px solid #000;
}

ul.mark {
	margin-right: 15px;
}

ul.mark li  {
	margin-bottom: 10px;
}

span.nobr {
	white-space: nowrap;
}

