div, p, font, a {
	font-family:Arial, Helvetica, sans-serif;
	color: #525252;
}

a {
	text-decoration: underline;
}

a:hover {
	color: #f68213;
}

h1 {
	font-size: 14px;
	color: #f68213;
	font-weight: bold;
	margin-top: 0px;
}

/* ************** */
/* 3 Inhaltsboxen */

div#box-navi {
	width: 170px;
	height: 417px;
	position: absolute;
	top: 320px;
	left: 67px;
	font-size: 12px;
}

div#box-navi img {
	padding-right: 5px;
	padding-bottom: 2px;
}

div#navi-top {
	position: absolute;
	top: 0px;
	left: 0px;
}

div#navi-top div#abstand {
	padding-bottom: 5px;
}

div#navi-top div#subnavi {
	padding-bottom: 0px;
}

div#navi-top div#subnavi div#subnavi-entry{
	padding-left: 15px;
	padding-bottom: 0px;
}

div#navi-top a {
	text-decoration: none;
}

a.navi-on {
	color: #f68213;
}

div#navi-slogan {
	position: absolute;
	bottom: 5px;
	left: 0px;
	font-size: 10px;
	color: #f68213;
}

div#box-pict {
	width: 129px;
	height: 417px;
	position: absolute;
	top: 320px;
	left: 250px;
	font-size: 12px;
}

div#box-pict img {
	margin-bottom: 15px;
}

div#box-content {
	width: 340px;
	height: 417px;
	position: absolute;
	top: 320px;
	left: 420px;
	text-align:left;
	font-size: 12px;
	overflow:auto;
	padding-right: 20px;
}

div#betriebsordnung p {
	text-align: left;
}

div#betriebsordnung p.center {
	text-align: center;
}

/* ************** */
/* 3 Inhaltsbox Bildergallerie */

div#box-gallerie {
	width: 500px;
	height: 417px;
	position: absolute;
	top: 320px;
	left: 250px;
	font-size: 12px;
	overflow:auto;
	vertical-align:middle;
	padding-bottom:0px;
}

div#box-gallerie img {
	border: 1px solid #dddddd;
	padding-bottom: 0px;
}

/* ************** */
/* 3 Tabellen */

table#center-tbl td table th, table#center-tbl td table td {
	padding-left: 10px;
	padding-right: 10px;
	text-align:left;
}

table#center-tbl td table th {
	border: 1px solid #9c9d9c;
	background-color: #d5d6d5;
	font-weight: normal;
}

table#center-tbl td table td {
	border: 1px solid #cdcdcd;
}

/* ************** */
/* Sprachauswahl */

div#language {
	position: relative;
	top: 18px;
	left: 70px;
	width: 200px;
	height: 8px;
	z-index:3;
	font-size: 10px;
}
div#language img {
	border-width: 0px;
}

div#language a {
	font-size: 10px;
	color: grey;
	text-decoration: none;
}

div#language a:hover {
	color: #f68213;
}


/* --------------------------------
		HIDDEN STYLES 
---------------------------------- */
/*
div.std-visible{
	visibility: visible;
	position: static;
}
div.std-hidden{
		visibility: hidden;
		height: 0px;
		width: 0px;
		position: absolute;
		top: -1000;
		left: -1000;
}
*/


