

/* Beginn der Links */ 	
a
{
	font-family: tahoma,arial,sans-serif; 
	font-size: 1.0em; 
	text-decoration: none;
	color: #99CCFF;
}
	
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
{
	font-family: tahoma,arial,sans-serif; 
	font-size: 1.0em; 
	color: #99CCFF;
	text-decoration: none;
}
/* Ende Menü */



/* Beginn Inhalt */
.text_bereich
{
	font-family: tahoma,arial,sans-serif; 
	font-size: 0.85em; 
	color: #99CCFF;
	text-decoration: none;
	height:14px;
}


.text_title
{
	font-family: verdana,tahoma,arial,sans-serif; 
	font-size: 1.6em; 
	color: #99CCFF;
	text-decoration: none;
}

.text_subtitle
{
	font-family: verdana,tahoma,arial,sans-serif; 
	font-size: 1.0em; 
	font-weight: bold;
	color: #99CCFF;
	text-decoration: none;
}

.area
{
	background-color: #FFF6D7;
	height: 100%;
	width: 100%;
	padding: 5px;
	text-align: left;
}

.text_box
{
	width: 100%;
	padding: 5px;
	text-align: left;
}

.box
{
  width: 100%;
	height: 100%;
	border: 1px solid #FFEA98;
}

.box_farbig
{
	height: 100%;
	border: 1px solid #FFEA98;
	background-color: #FFF6D7;
}

.box_title
{
	background-color: #FFF6D7;
	color: #99CCFF;
	padding:3px;
	border: 3px solid #FFF6D7;
}


.kontextinfo
{
	font-size: 0.9em;
	color: #99CCFF;
}


/* Ende Inhalt */