/* CSS Document */
body {
	background-color: Black;
	margin: 0;
	 font-family:verdana;
   color:white;
   font-size:10px;
}

	div  {
	border: 1px solid Silver;
	padding: 0px;
	 font-family:verdana;
   color:white;
   font-size:10px;
}

a:link{
	color: white;
	text-decoration: none;
}

a:visited {
		color: white;
	text-decoration: none;
}

	div.obj_name{
	border:none;
	width: 150px;
	line-height: 20px;
	margin: 0px;
	padding: 3px;
}


img{
	border: none;
}

.titlediv{
	position: absolute;
	border: none;
	padding: 0px;

}

#title{
	position: absolute;
	top: 10px;
	left: 10px;
	width:840px;
	height:20px;
}

#ix{
	position: absolute;
	top: 10px;
	left: 870px;
	width:20px;
	height:20px;
}

#info{
	position: absolute;
	top: 10px;
	left: 850px;
	width:20px;
	height:20px;
}

#alien{
	position: absolute;
	top: 40px;
	left: 10px;
	width:880px;
	height:550px;
}

.description{
background-image: url(images/description.jpg);
visibility: hidden;
	position: absolute;
	top: 40px;
	left: 10px;
	width:880px;
	height:550px;
	z-index: 200;
}

.rackcontent{
background-image: url(images/content_rack.jpg);
visibility: visible;
	position: absolute;
	top: 43px;
	left: 672px;
	width:220px;
	height:550px;
	z-index: 5;
}

.topleft_rack{
	position: absolute;
	top: 40px;
	left: 240px;
	width: 420px;
	height: 420px;
	background-image: url(images/rack_mitte.jpg);
}

.topleft_load{
	position: absolute;
	top: 40px;
	left: 10px;
	width: 650px;
	height: 420px;
	background-image: url(images/rack_aussen.jpg);
}

.preview{
	position: absolute;
	top: 40px;
	left: 10px;
	width:220px;
	height:120px;
	background-image: url(images/preview_w.jpg);
}

.loadables{
	position: absolute;
	top: 170px;
	left: 10px;
	width:220px;
	height:420px;
	background-image:url(images/loadables.jpg);
}


#right{
	position: absolute;
	top: 40px;
	left: 670px;
	width:220px;
	height:550px;
}

.bottomleft{
	position: absolute;
	top: 470px;
	left: 10px;
	width:220px;
	height:120px;
}

.bottommiddle{
	position: absolute;
	top: 470px;
	left: 230px;
	width:120px;
	height:120px;
}

#scroll_txt{
border:none;
margin:0px;
padding:0px;
line-height: 0px;
font-size:0px;
	position: absolute;
	top: 0px;
	left: 403px;
	width:17px;
	height:120px;
}

#scroll_txt_kl_up{
border:none;
margin:0px;
padding:0px;
line-height: 0px;
font-size:0px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#scroll_txt_kl_down{
border:none;
margin:0px;
padding:0px;
line-height: 0px;
font-size:0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#scrollWindowDiv,#scrollWindowDiv01 
	{
	border:none;
	position:absolute; 
	left:240; 
	top:470; 
	width:420; 
	height:120;
	clip:rect(0,420,120,0);
	z-index:1 
	}
#scrollContentDiv,#scrollContentDiv01 
	{
	border:none;
	position:absolute;
	left:0px;
	top:0px;
	width:380;
	z-index:0;
	}
	
	a.obj_name{
		border:none;	
	}

	a.obj_name:hover{
	border: 1px solid White;
}

div.dialog{
	background-image: url(images/dialog.jpg);
	visibility: hidden;
	position: absolute;
	top: 40px;
	left: 670px;
	width:220px;
	height:550px;
	z-index: 10;
}

input.field{
	background-color: Black;
	font-size: 10px;
	color: white;
	width: 200px;
	font-family: verdana;
}

textarea.field{
font-family: verdana;
font-size: 10px;
	color: white;
   border-color:white;
   border: 1;
   border-style:solid;
   background-color:black;
   scrollbar-face-color:black;
   scrollbar-shadow-color:white;
   scrollbar-highlight-color:white;
   scrollbar-3dlight-color:black;
   scrollbar-darkshadow-color:black;
   scrollbar-track-color:black;
   scrollbar-arrow-color:white; 
}
