/* ALLGEMEIN */

div {
	border: 0px solid grey;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #000;
}

img {
	border: 0px;
}

tr {
	vertical-align: top;
}

table {
         /*table-layout: fixed;*/
}

/* NAVIBOX */
#navi {
	position: fixed;
	top: 100px;
	left: 100px;
	/*padding: 3px;
	background-color: #000000;*/
	overflow: hidden;
	z-index: 200;
	border: 0px solid black;
}

/* disableinterfacelayer */
#interface_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 5000px;
	width: 6500px;
	/*background-color: #000000;
	-moz-opacity: 0.75;
	filter:alpha(opacity=75);
	opacity: 0.75;*/
	z-index: 0;
}



/* BODY */
body {
	background-color: #9F968B;
	height: 5000px;	
	width: 6500px;
	/*overflow: hidden;*/
}

#preloader {
	background-color: #000000;
   	-moz-opacity: 0.75;
	filter:alpha(opacity=75);
	opacity: 0.75;	
	height: 100%;
	width: 100%;
	left: 0px;
	padding: 60px 0pt 0pt 350px;
	position: absolute;
	top: 0px;	
	z-index: 1000; 
}

/* MAINCONTENTBOX */

#maincontent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 5000px;
	width: 6500px;
	border: 0px dotted black;
	z-index: 10;
	overflow: hidden;
	background-image: url('../pics/holz_1.jpg');
}

#rahmen_top {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 10px;
	width: 100%;
	z-index: 200;
}

#rahmen_bottom {
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 10px;
	width: 100%;
	z-index: 200;
}

#rahmen_left {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 10px;
	z-index: 200;
}

#rahmen_right {
	position: fixed;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 10px;
	z-index: 200;
}

.clearer {
  clear: left;
  padding: 0px;
}

