@import url(guestbook.css);
@import url(kontaktformular.css);
@import url(news-popup.css);
@import url(schedule.css);
@import url(gallery.css);
@import url(calendar.css);



html
{
	overflow-y: scroll;
}

body
{
	margin: 0px;
	padding: 0px;

	background: black;
	color: #eeeeee;

	font-family: sans-serif;
	font-size: 11px;
}

.out
{
	overflow: hidden;
	position: relative;
}

.in
{
}



a
{
	color: #ff6600;
	text-decoration: none;
}

span.selected a
{
	color: #ff6600;
}





.page.out
{
	width: 800px;
	margin: auto;
}

.top.out
{
	height: 352px;
}

.pre.out
{
	height: 116px;
}

.pre .static.out
{
	float: left;
	width: 400px;
}

.pre .logo.out
{
	float: right;
	width: 289px;
}

.header.out
{
	height: 236px;
}

.header.out .upper.out
{
	height: 24px;

	background: #333333;
	border-bottom: 3px solid white;

	line-height: 24px;

	padding: 0px 13px;
}

.header.out .lower.out
{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 24px;

	background: #333333;
	border-top: 3px solid white;

	line-height: 24px;

	padding: 0px 18px;
	text-align: center;
	font-weight: bold;
}

.banner.out
{
	height: 182px;
	background: #1a1a1a;

	margin-bottom: 26px;
}

.banner.out p
{
	margin: 0;
	padding: 0;
}

.middle.out
{
	background: #1a1a1a;

	padding-bottom: 19px;
}

.middle .left.out
{
	float: left;
	width: 190px;
}

.middle .right.out
{
	float: right;
	width: 222px;
}

.middle .left.in
{
	padding: 62px 25px 0px 19px
}

.middle .right.in
{
	padding: 48px 25px 0px 25px
}

.bottom.out
{
	padding-top: 10px;
	margin-bottom: 10px;
}

.bottom.out .footer.out
{
	float: left;
	width: 300px;
}

.bottom.out .footer.in
{
	padding-left: 20px;
}

.bottom.out .menu.out
{
	padding-right: 12px;

	text-align: right;
}






.pre .static.in
{
	margin-top: 85px;

	padding: 0px 13px;
}

.pre .static.in a
{
	padding: 0px 5px;
}

.pre .logo.in
{
	margin-top: 43px;
}

.pre .logo img
{
	display: block;
	width: 274px;
	height: 39px;

	padding-right: 15px;
}

.pre .logo .menu.in
{
	padding-top: 3px;
	padding-right: 7px;

	text-align: center;

	white-space: nowrap;
}

.pre .logo .menu a
{
	padding-right: 9px;
}

.header .upper a
{
	padding: 0px 5px;
}

.header .lower p
{
	padding: 0px 20px;
	margin: 0px;
}

.left ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.left ul li
{
	padding: 0px 0px 4px 0px;
}

.middle .center h1
{
	margin: 32px 0px 14px 0px;
	padding: 0px;

	font-size: 14px;
	font-weight: bold;
}

.middle .center p
{
}

.middle .right h3
{
	margin: 14px 0px 5px 0px;
	padding: 0px;

	font-size: 100%;
	font-weight: bold;
}

.middle .right h4
{
	margin: 5px 0px 0px 0px;
	padding: 0px;

	font-size: 100%;
	font-weight: normal;
}

.middle .right p
{
	margin: 0px;
	padding: 0px;
}

.middle .right p.contact
{
	color: #ff6600;
}

.middle .right a
{
	padding-right: 2px;
}






.left ul a
{
	color: #eeeeee;
}

.left ul li.active a
{
	color: #ff6600;
}

.left ul a:hover
{
	color: #ff6600;
}

.menu a
{
	color: #eeeeee;
}

.menu a:hover
{
	color: #ff6600;
}




.gbNav
{
	position: relative;
	overflow: hidden;

	margin: 1em 0em;

}

.gbNav .gbNavLeft
{
	display: block;
	text-align: center;
}

.gbNav .gbNavRight select
{
	background: #1a1a1a;
	border: 1px solid #6e6e6e;
	color: #eeeeee;
}

.gbNav .gbNavRight input
{
	background: #1a1a1a;
	border: 1px solid #6e6e6e;
	color: #eeeeee;
	cursor: pointer;
}

.gbNav .gbNavRight
{
	display: block;
	position: relative;
	overflow: hidden;
}

.gbNav .gbNavRight #guestbookarchive
{
	float: right;
	width: 45%;
	text-align: right;
}

.gbNav .gbNavRight #guestbookjump
{
	float: left;
	width: 45%;
}

