/*------------------------------------------------------------------------------------
 * CSS - www.handball-holzgerlingen.de
 * Filename		css_menue.css
 * Purpose:		style sheet for menue left 
 * Author		Ewald Brandner      
 *----------------------------------------------------------------------------------*/

/******************** Menue *********************************************************/ 
.menutitle {
	cursor:pointer;
	margin-bottom: 5px;
	background-color:#ECECFF;
	color:#000000;
	width:140px;
	padding:2px;
	text-align:center;
	font-weight:normal;
	font-family : Arial;
	font-size : 10pt;
	/*/*/border:1px solid #000000;/* */	  
}
	
.submenu {
	margin-bottom: 0.5em;	
	font-family : Arial;
	font-size : 10pt;
	color : blue;
}
	
a:link {
	text-decoration: none;
	font-weight: bold;
	color: Blue;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: Blue;
}

a:hover { 
	text-decoration:none; 
	font-weight:bold; 
	color: Blue;
	/*
	background-color:#FFFF00;
	*/
}

a:active {
	text-decoration:none;
	font-weight:bold;
	color: Blue;
	/*
	background-color: Yellow;
	*/
}
/************************************************************************************/

.hilfe {	
	position: absolute;
	top: 345px;
	left: 60px;
	z-index: 2;
}

.htmlvalid {
	position: absolute;
	top: 380px;
	left: 2px;
	z-index: 2;
}

.cssvalid {
	position: absolute;
	top: 380px;
	left: 83px;
	z-index: 2;
}


