
html, body {
	height: 100%;
}

* html body * {
	overflow: visible;
}

* {
	font-family: arial, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	font-size: 100.01%;
	color: #000000;
	background-color: #FFCC51;
}

#page {
	margin: 0 auto 0 auto;
	width: 1114px;
	padding: 30px 0 30px 0;
	font-size: 0.7em;
}

p {
	margin-bottom: 10px;
}

img {
	border: 0;
}

a:link, a:visited, a:hover {
	text-decoration: none;
	color: #D7420F;
}

#header {
	width: 704px;
	padding-bottom: 6px;
	margin-left: 140px;
}

#header img {
	vertical-align: bottom;
}

#standort {
	float: right;
}

#image {
	width: 704px;
	float: left;
	margin-right: 20px;
	padding: 0 0 20px 0;
}

#image img {
	display: block;
}

#image_wrapper {
	width: 703px;
	overflow: hidden;
}

#position_title {
	color: #D7420F;
	font-size: 1.2em;
	margin-top: 5px;
}

#position_desc {
	clear: both;
	text-align: justify;
	padding-top: 20px;
	font-size: 1.1em;
}

#positions {
	float: left;
	width: 250px;
}

#positions ul {
	list-style: none;
	float: left;
	margin: 10px 0 0 10px;
	padding: 0;
}

#positions ul.first {
	margin: 10px 0 0 0;
}

#cams ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#positions li, #cams li {
	margin: 0 0 5px 0;
	padding: 0;
	cursor: pointer;
}

#positions li img, #cams li img {
	width: 120px;
	display: block;
}

#positions li div, #cams li div {
	color: #D7420F;
}

#cams {
	float: left;
	width: 120px;
	margin-right: 20px;
}

#werbung {
	text-align: center;
	padding: 20px 0 0 0;
}

#footer {
	font-size: 1.1em;
}

#weather {
	clear: both;
	padding-top: 10px;
}

acronym {
	border: 0;
}

.copyright {
	font-size: 0.7em;
}

/* Clearing */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	display: block;
}

.floatbox {
	overflow: hidden;
}

#ie_clearing {
	display: none;
}

/*
 * Lightbox
 */
#lightBoxOverlay {
	background-color: #FFFFFF;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

div.lightBox {
	position: absolute;
	top: 100px;
	z-index: 1001;
	font-size: 0.8em;
	background-color: #FFFFFF;
	color: #4F4F4F;
	text-align: center;	
	border: 4px solid #FFCC51;
	width: 500px;
	-moz-box-shadow: 5px 5px 5px #AAAAAA;
	-webkit-box-shadow: 5px 5px 5px #AAAAAA;	
}

div.lightBox img.lightBoxClose {
	float: right;
	margin: 4px 4px 0 0;
	cursor: pointer;	
}

div.lightBox img.lightBoxLoad {
	display: block;
	margin: 40px auto 40px auto;
}

div.lightBox div.lightBoxContent {
	padding: 20px;
	text-align: left;
}

div.errorLightBox {
	border: 4px solid red;
	width: 500px;
}

div.lightBoxContent h1 {
	font-size: 1.6em;
	margin-bottom: 10px;
}

/*
 * Reload
 */
#reloadOverlay {
	background-color: #FFFFFF;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	position: absolute;
	z-index: 1000;	
	width: 704px;
	text-align: center;
}

#reloadOverlay img {
	position: relative;
}

