/* default font settings */

*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


/* main layout settings and tag optimizing */

body { #behavior: url(styles/csshover.htc); }

body
{
	margin: 0px;
	padding: 0px;
	background-color: #5C5B60;
	background-image: url(../images/layout/background.gif);
	background-repeat: repeat-y;
}

form
{
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}

/* standard hyperlink layout */

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:focus {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}


/* headlines and paragraph */




/* layers */

div#logo
{
	position: absolute;
	left: 65px;
	top: 31px;
	width: 132px;
	height: 34px;
}

div#left_a
{
	position: absolute;
	left: 65px;
	top: 65px;
	width: 130px;
	height: 520px;
	background-color: #FFFFFF;
	background-image: url(../images/layout/lines.gif);
	background-repeat: repeat-x;
}

div#logo_bottom
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 130px;
	height: 28px;
}

div#imprint
{
	position: absolute;
	left: 7px;
	top: 500px;
}

div#imprint a
{
	font-size: 10px;
}

div#left_b
{
	position: absolute;
	left: 195px;
	top: 65px;
	width: 260px; /* breiter, damit die zweite Bildspalte einen weißen Hintergrund hat */
	height: 520px;
	background-color: #FFFFFF;
}

div#images
{
	position: absolute;
	left: 325px;
	top: 65px;
	width: 130px;
	height: 520px;
	font-size: 0px;
}

div#images img
{
	margin-bottom: 2px;
}

div#content
{
	position: absolute;
	left: 455px;
	top: 65px;
	width: 390px;
	height: 520px;
	background-color: #FFFFFF;
	background-image: url(../images/layout/lines.gif);
	background-repeat: repeat-x;
}

div#content div.subcontent {
	position: absolute;
	display: none;
	left: 28px;
	top: 117px;
	width: 334px;
	height: 464px;
}

div#content div.subcontent-visible {
	display: block;
}

div#content div.subcontent h2 {
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding-top: 6px;
	float: right;
}

div#content div.subcontent h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

div#content div.subcontent h4 {
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

div#content div.subcontent p {
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
}

div#content div.subcontent p img {
	width: 334px;
	height: 316px;
}

/* Oeffnungszeiten */
div#content div.subcontent dl {
	overflow: hidden;
}

div#content div.subcontent dt {
	display: block;
	float: left;
	clear: both;
	width: 51%;
	text-align: right;
}

div#content div.subcontent dd {
	display: block;
	float: left;
	margin-left: 10px;
	width: 40%;
}

div#address
{
	position: absolute;
	left: 325px;
	top: 605px;
	width: 520px;
	height: 37px;
	font-size: 10px;
	text-align: right;
	color: #FFFFFF;
}

div#mainmenu
{
	position: absolute;
	z-index: 90;
	left: 73px;
	top: 280px;
	width: auto;
	height: auto;
}

div#submenu
{
	position: absolute;
	z-index: 100;
	left: 203px;
	top: 280px;
	width: auto;
	height: auto;
}

div#mainmenu p, div#submenu p
{
	margin: 0px 0px 6px 0px;
	font-weight: bold;
}

div#mainmenu a, div#submenu a
{
	display: block;
	margin: 0px 0px 6px 0px;
}

div#newsticker
{
	position: absolute;
	left: 570px;
	top: 20px;
	width: 300px;
	height: auto;
	border: 1px solid #0F0A08;
	background-color: #5C5B60;
	background-image: url(../images/layout/background_newsticker.gif);
	background-repeat: repeat-y;
	z-index: 100;
}

div#newsticker div.head
{
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 0px 4px 0px;
	background-color: #0F0A08;
}

div#newsticker div.head img
{
	position: absolute;
	display: block;
	left: 95%;
	top: 2px;
}

div#newsticker div.content
{
	position: relative;
	width: auto;
	height: auto;
	margin: 10px;
	background-color: #FFFFFF;
}

div#newsticker div.headline
{
	position: relative;
	width: auto;
	height: auto;
	padding: 7px 9px 7px 9px;
	border-bottom: 1px solid #0F0A08;
}

div#newsticker div.text
{
	position: relative;
	width: auto;
	height: auto;
	padding: 7px 9px 7px 9px;
}


