@charset "utf-8";
/* nav.css
------------------------------------------------------------------------
This stylesheet contains the basic gastgeberCSS rules for badsteben
Author: inpublica.de
--------------------------------------------------------------------- */
/*************** #allgemeiner Teaser  **************/
.tx-mwgastronomie-pi1 .teaser{
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	width: 550px;
	margin-bottom: 13px;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d0dae7;
}
.tx-mwgastronomie-pi1 .teaserInfos{
	width: 380px;
	float: right;
}
.tx-mwgastronomie-pi1 .teaser .teaserImage {
	float: left;
	background-color: #D1DAE0;
	position: relative;
	width: 160px;
	margin-top: 4px;
}
.tx-mwgastronomie-pi1 .teaser .teaserText {
	width: 370px;
/*	font-size: 13px; */
	color: #323C42;
	float: left;
	margin: 0px;
	padding: 0px;
}
.tx-mwgastronomie-pi1 .teaser .teaserHead {
	width: 380px;
	float: left;
	padding: 0px;
	margin: 0px;
}
.tx-mwgastronomie-pi1 .teaser .teaserHead .teaserHeadline {
	line-height: 24px;
/*	font-size: 13px; */
	color: #154587;
	margin: 0px;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
.tx-mwgastronomie-pi1 .teaser .teaserHead .teaserHeadline a{
	color: #154587;
	text-decoration: none;
}
.tx-mwgastronomie-pi1 .teaser .teaserHead .teaserHeadline a:hover{
	color: #ff8d16;
	text-decoration: none;
}
.tx-mwgastronomie-pi1 .teaser .teaserHead .mehrDazu a {
	float: right;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #154587;
	line-height: 20px;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d0dae7;
	border-bottom-color: #d0dae7;
	border-left-color: #d0dae7;
}
.tx-mwgastronomie-pi1 .teaser .teaserHead .mehrDazu a:hover {
	text-decoration: none;
	color: #ff8d16;
}

