html{ height: 100%;}
body{
	background: url(../images/body_bg.jpg) no-repeat left top;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 80%;
	color: #000;
	padding: 0px;
	margin: 0 auto;
}

*html body{ font-size: 75%;}

a:link {color: #646400; text-decoration: none;}
a:visited {color: #646400; text-decoration: none;}
a:hover {color: #646400; text-decoration: underline;}
a:active {color: #646400; text-decoration: none;}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
}

p.example img{
	border: #56562c solid 1px;
	margin: 10px 0px 0px 40px;
}

#kopf{
	width: 330px;
	height: 30px;
	top: 26px;
	left: 385px;
	position: absolute;
	font-size: 190%;
}

 /* Navigation */
 
#navi {
	width: 184px;
	top: 100px;
	left: 0px;
	font-size: 90%;
	position: absolute;
	display: block;
}


#navi a { color: #000; text-decoration: none;}

#navi li {
	height: 20px;
	line-height: 120%;
	white-space: nowrap;
	background-color: #e2e4af;
	margin: 0px 6px 4px 6px;
	padding: 6px 0px 0px 6px;
}
*html #navi li { background-color:#e2e4af;}
#navi li:hover { background-color: #ebe8a0;}
#navi li.binda { background-color: #fdfdfb; border: #e2e4af solid 1px; padding: 6px 0px 0px 6px;}

/* Inhalt */

#imp {
	position: absolute;
	width: 70px;
	top: 80px;
	left: 750px;
	font-size: 9px;
	text-align: right;
	color: #646400;
}

#imp a:link, #imp a:visited, #imp a:hover, #imp a:active {color: #646400; text-decoration: none; padding: 0;}

#content {
	background: #fdfdfb url(../images/cont_bg.jpg) no-repeat -1px 0px;
	position: absolute;
	width: 600px;
	top: 100px;
	left: 200px;
	border-right: 1px dashed #646400;
	border-left: 1px dashed #646400;
	padding: 10px 10px 40px 10px;
}

.pfeile{
	font-size: 80%;
	font-weight: normal;
	right: 12px;
	position: absolute;
}
.pfeile img, a{
	padding-right: 8px;
	border: 0px;
}

h1 {
	font-size: 125%;
	font-weight: bold;
	padding-bottom: 10px;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 40px;
	padding: 4px 0 4px 4px;
	background-color: #e2e4af;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	line-height: 100%;
	padding-left: 10px;
}

p {
	line-height: 135%;
	padding: 0px 8px 0px 10px;
}

p a { color: #000; padding: 0;}

code {
	font-family: 'Courier New', Courier, mono;
	font-size: 110%;
	color: #56562c;
}

table{
	margin-left: 10px;
	border-collapse: collapse;
}

td{
	text-align: left;
	padding: 6px 6px 6px 6px;
}

.zellmitte{
	text-align: center;
}

th{
	text-align: center;
	padding: 6px 6px 6px 6px;
	font-weight: bold;
}

.nix{ color: #999;}


