/* Messe CSS */

/* --- Header Hintergrundfarbe --- */
#top_title_txt{
	background-color:#000;
	height:60px;
}

/* --- Logo position --- */
#logo{
	position:absolute;
	width:auto;
	height:auto;
	left:30px;
	top:60px;
}

/* --- Messetitel position --- */
h5{	
	padding-left:30px;
	padding-top: 0px;	/* für Umlaute */
	font-size:32px;	
}



