

/* Beginn der Links */ 	
a
{
	text-decoration: none;
	color: #666666;
	margin: 0px;
}
	
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_title
{
	font-family: tahoma,arial,sans-serif; 
	font-size: 0.85em; 
	color: #666666;
	line-height: 20px;
}
.menue_links
{
	font-family: tahoma,arial,sans-serif; 
	font-size: 1.0em; 
	color: #666666;
	text-decoration: none;
}
/* Ende Menü */



/* Beginn Inhalt */
.text_bereich
{
	font-family: tahoma,arial,sans-serif; 
	font-size: 0.85em; 
	color: #666666;
	text-decoration: none;
	height:14px;
}


.text_title
{
	font-family: verdana,tahoma,arial,sans-serif; 
	font-size: 1.6em; 
	color: #666666;
	text-decoration: none;
}

.text_subtitle
{
	font-family: verdana,tahoma,arial,sans-serif; 
	font-weight: bold;
	font-size: 1.0em; 
	color: #666666;
	text-decoration: none;
}


.area
{
	background-color: #f0f0f0;
	height: 165px;
	width: 275px;
	padding: 3px;
	text-align: left;
}

.box
{
	height: 160px;
	width: 275px;
	border: 1px solid #666666;
	padding: 1px;
}

.box_title
{
	width: 100%;
	background-color:#dddddd;
	padding:4px;
}

.text_box
{
	height: 145px;
	width: 100%;
	padding: 4px;
	text-align: left;
}

/* Ende Inhalt */