@charset "utf-8";
/* CSS Document */


/*################################### Überschriften */
.ueber_schau_rubrik{
	font-size:18px;
}

.ueberschrift_teil {
	font-size:16px;
	font-weight:bold;	
}

.title_orange {
	font-family: 'DIN';
	font-size:12px;
	color: #f38e00;
	font-weight:bold;
	line-height: 20px;
}
.title_black {
	font-family: 'DIN';
	font-size:12px;
	color: #000;
	font-weight:bold;
	line-height: 20px;
}
/*################################# Wörter */
.Haftungsausschluss{
	font-size:10px;
}
.Text{
	font-size:16px;
	font-weight:bold;
}
.copyright{
	color: #000000;
	font-size: 12px;
}
.bilderinfo{
	font-size:10px;
}
.Menueanzeige_name{
	font-family: 'DIN';
	font-size:14px;
	text-transform: uppercase;	
}
