/* Standardmäßiges CSS-Stylesheet für ein neues Webanwendungsprojekt */

BODY
{
    margin:0px;
	padding:0px;
	text-align:center;
	font-family:Tahoma;
	
}

#modules 
{
	padding-top:26px;
	width:100%;
	text-align:left;
}

#modules table tr td 
{
	vertical-align:top;
}

#modules div 
{
	color:#6F7270;
	font-size:11px;
	cursor:pointer;
	line-height:130%;
	width:215px;
	margin-right:20px;
}

#modules h1 
{
	margin:0px;
	padding:0px;
	padding-bottom:4px;
	font-size:12px;
	color:#018540;
}

#modules .module10 
{
	background-image:url(images/bg_mod_10.gif);
	background-repeat:no-repeat;
	padding:16px 6px 0px 6px;
}

#modules .module11 
{
	background-image:url(images/bg_mod_11.gif);
	background-repeat:no-repeat;
	padding:16px 6px 0px 6px;
}

#modules .module12 
{
	background-image:url(images/bg_mod_12.gif);
	background-repeat:no-repeat;
	padding:16px 6px 0px 6px;
}

#modules .module13 
{
	background-image:url(images/bg_mod_13.gif);
	background-repeat:no-repeat;
	padding:16px 6px 0px 6px;
}


#modules .module14 
{
	background-image:url(images/bg_mod_14.gif);
	background-repeat:no-repeat;
	padding:16px 6px 0px 6px;
}

#modules .module16 
{
	width:225px;
	height:197px;
	background-image:url(images/bg_mod_16.gif);
	background-repeat:no-repeat;
	padding:28px 6px 0px 6px;
	margin-top:-12px;
	color:#8C0E05;
}

#modules .module16 h1 { color:White; }

A:link	{	
	text-decoration:	none;
	color:	#006633;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#006633;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#006633;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#024624;
	}
	
	
