body,html{

width:100%;
height:100%;

}

body 
	{
	margin: 0;
	padding: 0;
	background-color: #0095C6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* border-width: 1px; */
	color:#C4ECFF;	
}

h2{
margin:2px;
margin-top:0;
padding:0;
font-size:13px;

}

h3{
margin:2px;
margin-top:0;
padding:0;
font-size:12px;
}

h4{
font-size:13px;
margin:1px;
margin-top:0;
padding:0;
}


a{
text-decoration:none;
color:inherit;
}

td{
font-size:11px;
}


img{
	border:0px solid white;
}
#horizon        
	{

	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;

	
	overflow: visible;
	visibility: visible;
	display: block;

	}

#content    
	{

	background-color: #000000;
	margin-left: -320px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 50%;


	width: 640px;
	height: 100%;
	visibility: visible;
	display: block;
	}


ul{
	margin:0;
	padding-left:10px;
}

li{
	padding:0;
	margin:0;
	padding:3px;
	margin-left:-3px;

}
ul, li{
	list-style-type: none;
	/* padding-left:-3px; */

}

li:hover {
	background-color: #3399CC;
	cursor:pointer;
}




#inselliste{

margin:0;
padding:0;
width:120px; 
height:100%; 
 

background-color:#000066;

}

#inselliste .hot{
background-color:#000099; 
padding:3px;
margin-left:-3px;
color:#FFFFFF;

}

#inselliste li:hover{
background-color:#000099;
border:1px dotted black; 
padding:2px;
margin-left:-3px;
}




#insulanerliste{
width:160px; 
height:100%; 
margin:0;
padding:0;
background-color:#000099;

}

#insulanerliste .hot{
background-color:#0000CC; 
padding:3px;
margin-left:-3px;
color:#FFFFFF;
}

#insulanerliste li:hover{
background-color:#0000CC;
border:1px dotted black; 
padding:2px;
margin-left:-3px;
}





#plattenliste{
 
height:100%; 
margin:0;
padding:0;
background-color:#0000CC;

}

#plattenliste li{
padding-top:0;
clear:both;
}

li p{
margin:1px;
margin-bottom:3px;

}

#plattenliste img{
height:30px;
width:30px;
background-color:#000066;
border: #0066FF 0px solid;
margin-right:5px;
float:left;
}







#plattenliste .hot{
background-color:#3399CC; 
padding:2px;
margin-left:-3px;
height: 112px;
color:#FFFFFF;
}

#plattenliste .hot img{
height:90px;
}

#plattenliste li:hover img{
height:90px;
width:90px;
}

#plattenliste li:hover{
background-color:#3399CC;
border:1px dotted black; 
padding:2px;
margin-left:-3px;
height: 112px;
}

#plattenliste .einzeiler:hover{
height: 122px;
}

#plattenliste .einzeiler img{
display:none;
}

#plattenliste .einzeiler:hover img{
display:inherit;
}


li .add{
display:none;
}

li:hover .add,.hot .add{
display:inherit;
}



