body {
	padding: 0px;
	margin: 0px;
}
td, div, span, p, body {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 12px;
}
td.outher {
	border-bottom: 5px;
	border-style: solid;
	border-color: #D9D9D9;
}
td.dorfstadl, td.landhaus, td.hotel, td.cafe {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 12px;
	padding: 5px;
}
td img {
	border: 0px;
}

td.header {
	padding-bottom: 4px;
}
td.footer, td.footer td {
	font-size: 11px;
	color: #A2A2A2;
	font-family: "Trebuchet MS", Tahoma;
	border-top: 1px solid #D9D9D9;
	padding-bottom: 15px;
	padding-top: 5px;
}
td.footer a {
	font-size: 11px;
	color: #A2A2A2;
	font-family: "Trebuchet MS", Tahoma;
	text-decoration: none;
	padding-bottom: 15px;
	padding-top: 5px;
}
td.footer img {
	padding-left: 5px;
	padding-right: 5px;
	border: 0px;
}
h1 {
 margin-bottom: 5px;
}

/* content */
td.dorfstadl {
	color: #26598C;
	background-image: url(/static/i/startseite/bg-dorfstadl.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 5px;
}
td.dorfstadl a {
	color: #26598C;
	text-decoration: none;
	font-size: 12px;
}
td.landhaus {
	color: #26598C;
	background-image: url(/static/i/startseite/bg-dorfstadl.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-left: 10px;
}
td.landhaus a {
	color: #26598C;
	text-decoration: none;
	font-size: 12px;
}
td.hotel {
	color: #ffffff;
	background-image: url(/static/i/startseite/bg-hotel.gif);
	background-position: top;
	_background-position: top 4px;
	background-repeat: no-repeat;
	padding-left: 10px;
}
td.hotel a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}
td.cafe {
	color: #C16B4D;
	background-image: url(/static/i/startseite/bg-cafe.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-left: 15px;
}
td.cafe a {
	color: #C16B4D;
	text-decoration: none;
	font-size: 12px;
}

/* logos */
div.layer-cafe, div.layer-hotel, div.layer-landhaus, div.layer-dorfstadl {
	position: relative;
	z-index: 20;
}
div.cafe, div.hotel, div.landhaus, div.dorfstadl {
	position: absolute;
	z-index: 20;
}

div.dorfstadl {
	left: 30px;
	top: -42px;
	width: 123px;
	height: 83px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/static/i/startseite/dorfstadl.png');
}
html>body div.dorfstadl {
	background-image: url(/static/i/startseite/dorfstadl.png);
	background-repeat: no-repeat;
}
div.landhaus {
	left: 22px;
	top: -46px;
	width: 142px;
	height: 94px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/static/i/startseite/landhaus.png');
}
html>body div.landhaus {
	background-image: url(/static/i/startseite/landhaus.png);
	background-repeat: no-repeat;
}
div.hotel {
	left: 15px;
	top: -55px;
	width: 161px;
	height: 108px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/static/i/startseite/hotel.png');
}
html>body div.hotel {
	background-image: url(/static/i/startseite/hotel.png);
	background-repeat: no-repeat;
}
div.cafe {
	left: 38px;
	top: -43px;
	width: 124px;
	height: 84px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/static/i/startseite/cafe.png');
}
html>body div.cafe {
	background-image: url(/static/i/startseite/cafe.png);
	background-repeat: no-repeat;
}
