a:link { /* TUCANIZE HYPERLINKS */
	text-decoration: underline;
	color: #6E0704
}

a:visited { 
	text-decoration: none;
	color: #6E0704
}

a:hover, a:active { 
	text-decoration: underline;
	color: #6E0704
}


.headline /* CONTENT HEADLINES */
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0px;
	font-style: normal;
	font-weight: normal;
	color: #433D32;
}

.body_subheadline /* CONTENT SUBHEADLINES */
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	font-weight: bold;
	color: #433D32;
}

.body_standard 
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	overflow: auto;
	color: #433D32;
}

.liste
{
	clear: none;
	list-style-type: square;
	position: relative;
	margin-left: 30px;
	color: #433D32;
	font: italic 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	list-style-position: outside;
}

/* 	clear: none;
	position: relative;
	margin-left: 30px;
	text-indent: -13px; */
	
	

.body_highlight /* CONTENT BODY HIGHLIGHT */
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	overflow: auto;
	font-weight: normal;
	background-color: #609005;
	color: #433D32;
}

.body_hyperlink /* CONTENT BODY HYPERLINK */
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	overflow: auto;
	color: #6E0704;
}

.bild_rechts /* BILD RECHTS AUSGERICHTET*/
{
float:right;
}

.bild_links /* BILD LINKS AUSGERICHTET */
{
	float: left;
	margin-right: 30px;
	border: 1px solid #665e4d;
	background-color: white;
}

.bild_hide /* BILD ALS PRELOADER UNSICHTBAR */
{
display: none;
background-color: #fff;
}