/* HBWhomepage V2.0
   File: /css/hbw_format.css
   Last edit: 2008-04-19 21:23 */

body {
	margin: 5px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333300;
	overflow: auto;
	background-image: url(../images/alle-seiten/bacher_background.png);
}
a:link, a:visited {
	color: #336633;
	text-decoration: underline;
}
a:hover, a:active {
	color: #336633;
	text-decoration: none;
}
.gesamt {
	width: 790px;
	height: 566px;
	background-color: #feedb8;
	position: absolute;
	left: 50%;
/*	top: 50%; */
	margin-left: -395px;
/*	margin-top: -283px; */
}
.left {
	width: 150px;
	float: left;
	padding: 0;
	background-color: #fdf3d5;
}
.logo {
	width: 150px;
	height: 133px;
	background-color: #feedb8;
	background-image: url(../images/alle-seiten/hostellerie-bacher.gif);
}
.navigation {
	width: 150px;
	height: 433px;
}
.navigation ul {
	width: 130px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.navigation li {
	border: 0;
	margin: 0;
	border-bottom: 1px solid #c0c8a4;
	line-height: 16pt;
	position: absolute 0px 0px;
}
.navigation li a:link, .navigation li a:visited {
	display: block;
	color: #444444;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
}
.navigation li a:hover, .navigation li a:active {
	display: block;
	color: #000000;
	background-color: #98ac84;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
}
.navigation li.active {
	color: #000000;
	border-bottom: 1px solid #98ac84;
	background-color: #c0c8a4;
	font-weight: bold;
	padding: 0px 0px 0px 15px;
}
.navigation li.sub {
/*	background-color: #feedb8; */
	border-bottom: 1px solid #c0c8a4;
}
.navigation li.sub a:link, .navigation li.sub a:visited {
	display: block;
	color: #444444;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
}
.navigation li.sub a:hover, .navigation li.sub a:active {
	display: block;
	color: #000000;
	background-color: #c0c8a4;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
}
.navigation li.subactive {
	color: #000000;
	font-weight: normal;
	background-color: #c0c8a4;
	padding: 0px 0px 0px 15px;
}
.flash {
	width: 250px;
	height: 566px;
	float: left;
	padding: 0;
}
.adminbox {
	display: block;
	position: fixed;
	width: 250px;
	height: 63px;
	text-align: center;
	font-size: 8pt;
	background-image: url(../images/alle-seiten/admin_bg.gif);
}
#map {
	width: 250px;
	height: 566px;
	float: left;
	padding: 0;
}
.inhalt {
	width: 390px;
	float: left;
	padding: 0;
}
.title {
	height: 63px;
	width: 390px;
	float: left;
	background-color: #fdf3d5;
}
.hauptinhalt {
	width: 390px;
	height: 446px;
	float: left;
	overflow: auto;
}
.hauptinhaltohnefusszeile
{
	width: 390px;
	height: 503px;
	float: left;
	overflow: auto;
}
.fusszeile {
	width: 390px;
	height: 60px;
	float: left;
	font-size: 8pt;
	text-align: center;
}
input, select, textarea {
	background-color: #fdf3d5;
	border: 1px solid #336633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 2px;
	color: #336633;
}
.kontaktformular input, select, textarea {
	background-color: #fdf3d5;
	border: 1px solid #336633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #336633;
	padding: 2px;
}
input.suche {
	width: 70px;
	padding: 3px;
	background-color: #feedb8;
}