div#Hauptmenue {
	width: 232px;
	/* height: 155px; */
	/* float:left; */
	/* text-align: left; */
	vertical-align: top;
	border-left:1px solid #C82434;
	border-right:1px solid #C82434;
}


div#HauptmenueItem {
	width: 232px;
	/* height: 25px; */
	/* text-align: left; */
	vertical-align: middle;
	border-top:1px solid #C82434;
	padding-bottom: 0px;
}



div#Termine {
	width: 217px; /* 232px */
	/* height: 125px; */
	text-align: left;
	vertical-align: top;
	padding-top : 6px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
}



/* "Menueebene2" und "Inhaltsframe" siehe topq_ie.css bzw topq_kein_ie.css */



body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #EAEAEA;
}


/* Trennlinie für die News-Liste */
div.Trennlinie
{
	background-image:url(../../user_upload/images/content_separator.gif);
	/* background-color: #C82434; */
	background-repeat: repeat-x;
	background-position: center left;
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 0px;
	width: 100%;
	height: 20px;
}


