


@import "../../se/intime/stylesheet.css";


/* Accordions */

.accordion .panel div {
	margin: 0px;
	padding: 6px 8px 6px 10px;
	background-color: #ccc;
	background-image: url('/~se/se_data/se_gfx/misc/brushedbg-2.png');
	border-bottom: 1px solid #666;
	font-size: 12px;
	cursor: pointer;
	
}

.accordion .content > div {
	padding: 10px;
}


/* Liste der Module */

/* .modulegroup wird in 2.0 entfernt */
.modulegroup {
	clear: left;
	padding-top: 10px; 
	padding-left: 10px; 
	padding-bottom: 2px;
	font-size: 13px; 
	font-family: Arial; 
	font-weight: bold; 
	color: #999999;		
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5px;	
}

.moduleicon {
	float: left;
	position: relative;
	display: inline-block;
	width: 65px;
	height: 65px;
	border: 0px solid #e4e4e4; 
	cursor: hand;
	background-repeat: no-repeat;
	background-position: center 5px;
	overflow: hidden;
	font-weight: 100;
}

.moduleicon:link {
	color: #999999;
	font-weight: 100;				
	text-decoration: none;
}

.moduleicon:visited {
	color: #999999;
	font-weight: 100;				
	text-decoration: none;
}

.moduleicon:hover {
	color: #999999;
	font-weight: 100;				
	text-decoration: underline;
}

.moduleicon DIV {
	width: 65px;
	position: absolute;
	top: 42px;
	text-align: center;
	font-family: Arial; 
	font-size: 9px; 
	color: #000000; 

}
