/*** Generell ref CSS START ***/
a:link { color: #9c7352; text-decoration: none; }
a:visited { color: #9c7352; text-decoration: none; }
a:hover { color: #9c7352; text-decoration: underline; }
a:active { color: #9c7352; text-decoration: none; }
/*** Generell ref CSS START ***/

body {
	background-image: url(images/bg.jpg); 
	background-repeat: repeat-x; 
}

.content_withoutbg {
	line-height: 18px;
	color: #636363;
	font-size: 11px;
	font-family: Verdana;
}

.uberschrift 
{
	font-size: 15px; 
	font-weight: bold;
	color: #E56D30;
	font-family: Verdana;	 
}
.uberschriftklein 
{ 
	font-size: 11px; 
	font-weight: bold;
	color: #E56D30;
	font-family: Verdana;
}