html {
	margin:6px 8px 0px 6px;
}
body {
	text-align:left;
	font-family: Monaco, "Lucida Console", "Courier New", monospaced;
	color: #000000;
	outline: none;
	font-size: 0.6em;
	line-height: 1em;
}
img {
	border:0px;
	padding: 0px 8px 8px 0px;
}
a {
	color: #828571;
	text-decoration:none;
	border-style:none;
}
a:hover{
	color: #000000;
}
div {border:0px dashed green}

#bound {position:absolute; top: 0px; left: 0px;}


.noborder{
	padding: 0px;
}
select{
   width: 50%;
}
tr, td {
	vertical-align: top;
}
/* Textformate */
.text {
	padding: 4px;
	width: 32em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.2em;
	background-color: #FFFFFF;
	text-decoration: none;
}
.text a:link{
	color: #828571;
	background-color: #FFFFFF;
	text-decoration: none;
}
.text a:visited{
	color: #828571;
	background-color: #FFFFFF;
	text-decoration: none;
}
.text a:hover{
	color: #000000;
	background-color: #FFFFFF;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
}

/* DIV-Layers */
#top {
	/*position: absolute;*/
	float: left;
	top:1em;
	left:2%;
	width: 96%;
	height: 12%;
	z-index:10;
}
#inhalt {
	background-image: url(bg.gif);
	/*position:absolute;*/
	position:relative;
	top:1em;
	left: 0em;
	padding: 8px 0px 0px 8px;
	width:96%;
	float: left;
	text-align:left;
}
.demo  {
	z-index: 7;
	visibility: hidden;
	position: absolute;
	top: 9em;
	left: 2%;
	width:96%;
	}
#folie {
	position: absolute; 
	top: 0em; 
	left:0em;
	background-color:white; 
	height:120%;
	width:100%;
	filter: alpha(opacity=.85);
	-moz-opacity: .85;
	opacity: .85;
	layer-background-color: orange;
	z-index:6;
	visibility:hidden;
}
#fuss {
	/*position: relative;*/
	float: left;
	top: 20px;
	left: 2%;
	width: 96%;
}