@charset "UTF-8";
/* CSS Document */
img{
	border:none;
}
#mainframe {
	width: 770px;
	height: 1224px;
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
}
#mainframe_top {
	background-image: url(images/table_header.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 770px;
}
#mainframe_top_image {
	background-image: url(images/header_image.jpg);
	background-repeat: no-repeat;
	height: 275px;
	width: 770px;
}
#liststyle {
	list-style-type: none;
	list-style-image: url(images/liststyle3.png);
	list-style-position: outside;
	margin:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#liststyle li{
	margin-bottom: 15px;
}
#mainframe_center {
	background-image: url(images/table_bg_main.gif);
	background-repeat: no-repeat;
	height: 601px;
	width: 726px;
	padding-left: 22px;
	padding-right: 22px;
}
#mainframe_center #menu {
	width: 147px;
	float: left;
}
#mainframe_center #content {
	width: 579px;
	float: right;
	margin-top: 90px;
}
#mainframe_center #content-fotos, #content-ausfluege {
	width: 579px;
	float: right;
	margin-top: 40px;
}
#mainframe_center #content-ausfluege{
	float: right;
	width: 569px;
	padding-left: 10px;
	font-family: "Arial Rounded MT Bold";
	font-size: 14px;
	line-height: 16px;
	/*font-size-adjust:none;*/
}

#mainframe_center #content img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainframe_bottom_image {
	background-image: url(images/footer_image.jpg);
	background-repeat: no-repeat;
	height: 265px;
	width: 770px;
}
#mainframe_bottom {
	background-image: url(images/table_footer.gif);
	background-repeat: no-repeat;
	height: 54px;
	width: 770px;
}
#mainframe_center #menu #mainmenu {
	font-family: "Arial Rounded MT Bold";
	font-size: 17px;
	color: #FFFFFF;
	line-height: 31px;
	list-style-type: none;
	list-style-position: inside;
	width: 147px;
	text-indent: 5px;
	display: inline;
}
#mainframe_center #menu #mainmenu a{
	text-decoration: none;
	color: #FFFFFF;
}
#mainframe_center #menu #mainmenu a:hover {
	text-decoration: underline;
}
#mainframe_center #menu #mainmenu li {
	height: 45px;
}
#mainframe_center #menu #mainmenu li.active {
	background-image: url(images/menu_active.png);
	background-repeat: no-repeat;
}
body {
	background-image: url(images/bg_loop.gif);
	background-repeat: repeat;
	margin: 0;
	text-align: center;
}

#mainframe #mainframe_center #content-fotos #ausstattung_rightcolum a {
	text-decoration: none;
	color: #FFFFFF;
}

#mainframe #mainframe_center #content-fotos #ausstattung_rightcolum a:hover {
	text-decoration: underline;
}
#mainframe #mainframe_center #content-ausfluege a {
	text-decoration: none;
	color: #FFFFFF;
}

#mainframe #mainframe_center #content-ausfluege a:hover {
	text-decoration: underline;
}
#mainframe #mainframe_center #content-fotos #ausstattung_rightcolum .impressum {
	font-size: 10px;
	font-style: normal;
	line-height:10px;
	margin-top:10px;
	margin-bottom:10px;
}
