

/* Beginn der Links */ 	
a
{
	text-decoration: none;
	color: #669933;
	margin: 0px;
}
	
a:hover 
{
	font-family: tahoma,arial,sans-serif; 
	font-size: 1.0em; 
	color: #666666;
	text-decoration: none;
}
/* Ende der Links */



/* Beginn Menü auf der linken Seite */
.menue_links_title
{
	font-family: tahoma,arial,sans-serif; 
	font-size: 0.85em; 
	color: #669933;
	line-height: 20px;
}
.menue_links
{
	font-family: tahoma,arial,sans-serif; 
	font-size: 1.0em; 
	color: #669933;
	text-decoration: none;
}
/* Ende Menü */



/* Beginn Inhalt */
.text_bereich
{
	font-family: tahoma,arial,sans-serif; 
	font-size: 0.85em; 
	color: #669933;
	text-decoration: none;
	height:14px;
}


.text_title
{
	font-family: verdana,tahoma,arial,sans-serif; 
	font-size: 1.6em; 
	color: #669933;
	text-decoration: none;
}


.text_subtitle
{
	font-family: verdana,tahoma,arial,sans-serif; 
	font-size: 1.0em; 
	font-weight: bold;
	color: #669933;
	text-decoration: none;
}


.area
{
	background-color: #ECF1E4;
	height: 165px;
	width: 275px;
	padding: 3px;
	text-align: left;
}

.box
{
	height: 160px;
	width: 275px;
	border: 1px solid #CEDEBC;;
}

.box_title
{
	width: 100%;
	background-color:#CEDEBC;
	padding:2px;
}

.text_box
{
	height: 100%;
	width: 100%;
	padding: 5px;
	text-align: left;
}

.kontextinfo
{
	font-size: 0.90em;
	color: #669933;
}


.box_farbig
{
	height: 100%;
	border: 1px solid #CEDEBC;
	background-color: #ECF1E4;
}

.box_grau
{
	height: 100%;
	border: 1px solid #CEDEBC;
	background-color: #F0F0F0;
}

/* Ende Inhalt */