/* ########## Headlines ########## */

h1 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

/* ########## Content ########## */

dl {
	line-height: 24px;
	margin-bottom: 20px;
}

dl dt {
	float: left;
	font-weight: bold;
}

dl dd {
	margin-left: 35px;
}

.item {
	margin-bottom: 30px;
}

.image {
	float: left;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.images .image {
	margin-right: 5px;
}

.images .image:last-child {
	margin-right: 20px;
}

.image img {
	border: 5px solid #FFFFFF;
}

.image:before {
	content: '';
	width: 100px;
	height: 100px;
	position: absolute;
	left: 10px;
	bottom: 15px;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
	-webkit-box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.4);
	z-index: -1;
	background-color: red;
}

.image.image-small:before {
	width: 40px;
	height: 40px;
}

.image a {
	display: block;
}

.text {
	margin-left: 400px;
	position: relative;
}

.sticker {
	position: absolute;
	top: 50px;
	right: -70px;
}

.links {
	margin-bottom: 10px;
	overflow: hidden;
}

.links a {
	float: left;
	margin-right: 8px;
}

.icon-phone {
	background: url('../images/icons/phone.png') no-repeat 0px center;
	padding-left: 30px;
}

.icon-fax {
	background: url('../images/icons/fax.png') no-repeat 0px center;
	padding-left: 30px;
}

.icon-mail {
	background: url('../images/icons/mail.png') no-repeat 0px center;
	padding-left: 30px;
}

.icon-marker {
	background: url('../images/icons/marker.png') no-repeat 0px center;
	padding-left: 25px;
	display: inline-block;
	line-height: 24px;
}

.icon-references {
	background: url('../images/icons/references.png') no-repeat 0px center;
	padding-left: 25px;
	display: inline-block;
	line-height: 24px;
}

#map {
	width: 800px;
	height: 450px;
	border: 5px solid #FFFFFF;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

/* ########## Content - Weather ########## */

.content-weather#content {
	padding-bottom: 0;
}

.content-weather p {
	width: 350px;
}

.content-weather #weather-trend {
	margin-top: 30px;
}

/* ########## Content - Webcam ########## */

.webcam-images {
	width: 680px;
}

.webcam-images > div {
	margin-bottom: 5px;
}

.webcam-images p {
	margin-top: 20px;
}

.webcam-images-small .image-small {
	margin-right: 5px;
}
/*
.webcam-images-archive {
	height: 850px;
}
*/
.webcam-images-archive ul {
	margin-bottom: 20px;
}

.webcam-images-archive ul li {
	list-style: none outside none;
}

.webcam-images-archive ul li:first-child {
	margin-bottom: 10px;
}

/* ########## Content - Scrollpane ########## */
/*
.jspTrack {
	background: url("../images/screen/scrollpane-bg.png") 0 0 repeat-y;
}

.jspDrag {
	background-color: #C2C2C2;
	border-radius: 5px;
	width: 9px;
	left: 3px;
}
*/