/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #949434 url(../bilder/verlauf.jpg) repeat-x;
	font-size: 0.7em;
	font-family: Verdana, Arial, Sans-Serif;
	color: #fff;
}
a:hover {
	color: #ff0066;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
}
h4 {
	font-size: 1em;
	font-weight: bold;
}
/* ----------container------------- ------------- */
#container {
	position: relative;
	width: 901px;
	margin: auto;
	margin-top: -5px;
}
#kopf {
	width: 901px;
	height: 462px;
	background: transparent url(../bilder/header.jpg);
}
/* ----------navi------------- ------------- */
#navi {
	position: absolute;
	width: 901px;
	top: 365px;
	left: 40px;
	font-size: 1.1em;
	font-family: Verdana;
	font-weight: bold;
	color: #003366;
}
#navi ul {
	list-style-type: none;
}
#navi li {
	display: inline;
	padding-right: 3px;
	padding-left: 2px;
}
#navi a {
	text-decoration: none;
	color: #003366;
	padding-top: 3px;
	position: relative;
}
#navi ul li.actu a {
	color: #7793C5;
	border-top: 2px solid #7793C5;
}
#navi ul li a:hover {
	color: #7793C5;
	border-top: 2px solid #7793C5;
}
/* ----------content------------- ------------- */
#content {
	position: relative;
	width: 901px;
	background: transparent url(../bilder/kachel.gif) repeat-y;
	height: 100%;
}
#inhalte {
	position: absolute;
	top: 5px;
	left: 230px;
}
#content p {
	width: 592px;
	margin-left: 230px;
	background-color: transparent;
	color: #444;
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.4em;
	padding-right: 20px;
	padding-bottom: 10px;
}
#content ul.listenpunkte {
	margin-left: 255px;
	background-color: transparent;
	color: #444;
	font-size: 1.2em;
	line-height: 1.4em;
	padding-right: 40px;
	padding-bottom: 10px;
}
#content h3 {
	margin-left: 230px;
	background-color: transparent;
	font-size: 1.3em;
	font-weight: bold;
	color: #6e6c2b;
}
/* ----------subnavi------------- ------------- */
.unter {
	font-size: 0.8em;
	font-weight: normal;
}
#subnavi {
	width: 150px;
	float: left;
	font-size: 1.2em;
	font-family: Verdana;
	font-weight: bold;
}
#subnavi ul {
	list-style-type: none;
}
#subnavi li {
	padding-left: 55px;
	padding-top: 10px;
}
#subnavi a {
	text-decoration: none;
	color: #003366;
}
#subnavi ul li.actu a {
	color: #7793C5;
	font-weight: bold;
}
#subnavi ul li a:hover {
	color: #7793C5;
	border-top: 0;
}
/* ----------footer------------- ------------- */
#footer {
	width: 901px;
	height: 64px;
	background: transparent;
	clear: both;
}
/* ----------footer------------- ------------- */
p#recht {
	text-align: center;
	color: #fff;
	font-size: 1.1em;
	font-family: Verdana;
	padding-top: 15px;
	padding-bottom: 25px;
}
/* ----------spans------------- ------------- */
.tel {
	font-size: 2.0em;
	color: #ffd500;
}
.ueber {
	font-size: 1.1em;
	font-weight: bold;
	color: #6e6c2b;
}
.einkauf {
	margin-left: 450px;
}
a.link {
	color: ##003366;
	text-decoration: none;
}
a.link:hover {
	color: #7793C5;
	text-decoration: none;
}
.ab {
	color: #ffd500;
}
a {
	text-decoration: none;
}
.punkt {
	height: 3px;
	width: 350px;
	border-bottom: 2px dotted #A9A9A9;
	padding-top: 10px;
	margin-bottom: 10px;
}
.red {
	color: red;
	font-weight: bold;
}
.fett {
	font-weight: bold;
}
img {
	border: none;
	padding-bottom: 10px;
}
.ima {
	float: right;
	padding-left: 20px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
p.trenner {
	border-top: 2px dotted #999;
	width: 592px;
}
p.thum img {
	padding-right: 14px;
}
p.thum {
	padding-left: 15px;
}
/* -----------Lightbox CSS------------- -------------------------- ------------- */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat;
/* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
}
#imageData {
	padding: 0 10px;
	color: #669900;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
/* -----------Lightbox CSS------------- -------------------------- ------------- */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat;
/* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
}
#imageData {
	padding: 0 10px;
	color: #669900;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}