/* ------ allgemeine Element-Definition ------ */
html, body
{
	height: 100%;
}
body
	{
	margin: 0em;
	padding: 0em;
	background-color: #e6e4d7;
	font-size: 100%;
	text-align: center;
	color: #18404C;
	}
form
	{
	margin:0em;
	}
body, address, input, textarea
	{
	font-family: Arial,Helvetica,Geneva, sans-serif;
	}
	
img
	{
	margin: 0em;
	padding: 0em;
	border: 0em;
	}
#main a, #main a:link
	{
	color: #18404C;
	text-decoration: none;
	}
#main a:hover
	{
	color: #ff6d00;
	text-decoration:underline;
	}

address
	{
	font-style:normal;
	color: #18404C;
	}

table.ctr
{
	width: 100%;
	height: 100%;
	border: 0em;
	margin:0em;
}
table td.ctr
{
	text-align: center;
}

#overall
	{
	position: relative;
	width:48.875em;
	height:32.5625em;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	/* margin: 6.5em auto; */
	}

#navigation
	{
	position: relative;
	background-color: #ffffff;
	width: 12.75em;
	height: 32.25em;
	float: left;
	}
#navigation img
	{
	width: 12.75em;
	height: 1.0625em;
	vertical-align: top;
	float: left;
	}
#navigation img.logo
	{
	height: 1.9375em;
	margin-top: 0.75em;
	margin-bottom: 1.4375em;
	}
#imprint
	{
	margin-left: 0.875em;
	margin-right: 0.875em;
	margin-top: 0.625em;
	margin-bottom: 0.625em;
	position: absolute;
	bottom: 0em;
	left: 0em;
	}
#imprint a, #imprint a:link
	{
	font-size: 0.75em;
	color: #BCB69D;
	text-decoration: none;
	}
#imprint a:hover
	{
	color: #ff6d00;
	text-decoration: none;
	}
#main
	{
	background-color: #ffffff;
	width: 22.75em;
	height: 32.25em;
	float: left;
	margin-left: 0.25em;
	}
#main .maintext
	{
	width: 27.8182em;
	/* 11px, 17px Zeilendurchschuss */
	/*
	font-size: 0.6875em;
	line-height: 1.5454em;
	*/
	/* 12px, 17px Zeilendurchschuss */
	font-size: 0.75em;
	line-height: 1.4167em;
	margin: 0.91em 1.2727em 1.2727em 1.2727em;
	}
#pictures
	{
	width: 13.0625em;
	overflow: hidden;
	float: left;
	}
.picture
	{
	margin-left: 0.25em;
	margin-bottom: 0.25em;
	margin-right:0em;
	margin-top:0em;
	padding: 0em;
	border-width: 0em;
	width:3em;
	height:3em;
	background-color: #ffffff;
	float:left;
	}
#imgBig
	{
	width: 22.75em;
	}
ul
	{
	margin-top: 0em;
	margin-left: 0.875em;
	margin-right: 0.875em;
	padding-left: 0.5625em;
	list-style-type: square;
	}
li
	{
	padding-bottom: 0.3125em;
	}

