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