body
{
	background-color: #ffffff;

	margin: 0px;

	font-family: sans-serif;
	text-align: center;

	color: #000000;
}

h1, h2, h3, h4, h5, h6, b
{
	color: #646464;
}

a img
{
	border: none;
}

form
{
	display: inline;
}

li a
{
	text-decoration: none;
	color: #646464;
}

li a:hover
{
	text-decoration: underline;
}


#container
{
	width: 650px;
	min-height: 800px;

	background-color: #d1d5f1;/*#d2e5d0;*/

	margin: 80px auto 0px auto;

	border-right: 1px solid #90a68d;

	text-align: justify;
}

#lilie
{
	width: 159px;
	height: 137px;
	position: absolute;

	margin-top: -55px;
	margin-left: 529px;
	*margin-left: -188px;

	background-image: url(img/lilie.png);

	z-index: 2;
}

#banner
{
	width: 578px;
	height: 102px;
	position: absolute;

	margin-top: -70px;
	margin-left: -50px;
	*margin-left: -30px;

	padding: 4px;

	background-color: #8f9ba3;
	z-index: 3;
}

#bannerschrift
{
	width: 578px;
	height: 102px;
	position: absolute;

	margin-top: -66px;
	margin-left: -46px;
	*margin-left: -40px;

	background-image: url(img/banner.png);

	*background-image: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/banner.png', sizingMethod='crop');

	z-index: 4;
}

#schrift
{
	width: 46px;
	height: 353px;
	position: absolute;

	margin-top: 45px;
	margin-left: -48px;
	*margin-left: 500px;

	background-image: url(img/schrift.png);
}

#navi
{
	width: 122px;
	position: absolute;

	margin-top: 80px;
	margin-left: 528px;
	*margin-left: -150px;

	font-size: 12px;

	z-index: 1;
}

#navi h1
{
	width: 112px;
	height: 17px;

	margin: 0px;
	padding-top: 4px;
	padding-left: 10px;

	background-image: url(img/navi_h1.png);
	background-repeat: no-repeat;

	font-size: 13px;
	color: #eeeeee;
}

#navi a
{
	width: 107px;
	height: 21px;

	margin: 0px;
	padding-top: 4px;
	padding-left: 15px;

	display: block;

	background-image: url(img/navi_a.png);
	background-repeat: no-repeat;

	text-decoration: none;
	color: #222222;
}

#navi a:hover
{
	background-image: url(img/navi_a_hover.png);
}

#navi_bottom
{
	width: 112px;
	height: 20px;

	margin: 0px;
	padding-top: 12px;
	padding-left: 10px;

	background-image: url(img/navi_bottom.png);
	background-repeat: no-repeat;

	font-size: 9px;
	color: #646464;
}

#content
{
	width: 480px;
	position: relative;

	margin-left: 15px;
	padding-top: 80px;
	padding-bottom: 40px;

	font-size: 13px;
}

#content img
{
	max-width: 480px;
}

#content a
{
	text-decoration: none;
	color: #646464;
}

#content a:hover
{
	text-decoration: underline;
}

/****************************************************/

#overlay
{
	background-color: black;
	filter: alpha(opacity: 65);
 	-moz-opacity: .65;
 	opacity: .65;

	position: fixed;
	top: 0px;
	left: 0px;

	display: none;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#bigphoto
{
	position: absolute;
	top: 0px;
	left: 0px;

	text-align: center;

	display: none;
	width: 100%;

	z-index: 11;
}
#innerbigphoto
{
	margin: 90px auto;
	width: 50%;
	height: auto;
	background-color: #ffffff;
        padding: 25px;
	z-index: 12;
}

#innerbigphoto img.foto
{
	position: relative;
	border: 3px solid black;
	width: 100%;
	background-image: url(img/loop.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.lightboxnavi
{
	width: 100%;
}

/****************************************************/

b.news
{
	line-height: 25px;
}

.contact th, .contact td, .staende td
{
	vertical-align: top;
	text-align: left;
}

.contact th a img
{
	margin: 8px;
}

#navi a.loginlink
{
	background-color: transparent;
	background-image: none;

	height: auto;
	margin: 0px;
	margin-top: 3px;
	padding: 0px;

	text-align: center;
	text-decoration: none;
	font-size: 9px;
	color: #90a68d;
}

#navi a.loginlink:hover
{
	text-decoration: underline;
}

.contact th, .gb th
{
	color: #646464;
}

table.gb
{
	width: 100%;
}

table.gb td
{
	background-color: #b0bad1;
	padding: 15px;
}

img.thumb
{
	border: 1px solid #646464;
	width: 150px;
	height: 112px;
	margin-bottom: 10px;
}

