/* @override http://localhost:8000/media/styles/formate.css */

/* @group General */

* {
	font: 11px/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
}

body {
	margin: 0;
	background: url(/media/interface/background.gif) repeat;
}

#logo {
	margin-left: 20px;
	margin-top: 13px;
	position: relative;
}

#logo_png {
	margin-left: 17px;
	margin-top: 13px;
	position: relative;
	z-index: 6;
}

#uhr {
	position: absolute;
	top: 55px;
	left: 220px;
}

.fullscreen img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#navigation {
	background-color: black;
	height: auto;
	width: 170px;
	padding: 2px 5px 5px;
	font-weight: bold;
	position: relative;
	z-index: 5;
	margin: 6px 0 0 20px;
}

#blog_pagination {
	width: 50px;
	height: 15px;
	text-align: right;
	float: right;
	margin-right: 3px;
}

#newsletter {
	line-height: 1.5em;
	opacity: 0.9;
	width: 175px;
	margin-left: 20px;
	background: #000 url(/media/interface/newsletter_bg.png) repeat-x;
	padding: 7px 0 0 5px;
	z-index: 5;
	position: relative;
}

#blog_nav {
	background: #000 url(/media/interface/newsletter_bg.png) repeat-x;
	height: auto;
	width: 170px;
	margin-left: 20px;
	font-weight: bold;
	position: relative;
	z-index: 5;
	padding: 5px;
}

.message {
	position: relative;
	display: block;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

.confirmation {
	color: lime;
	display: inline-block;
	width: 137px;
}

ul.errorlist {
	margin: 0;
	padding: 0;
}

.error {
	color: red;
}

.errorlist li {
	margin: 0;
	color: #f00;
	display: block;
	padding: 0.4em 0;
}

.submenu {
	margin-left: 5px;
	font-weight: bold;
}

a {
	color: #9d9d9d;
	text-decoration: none;
}

a:hover {
	color: white;
}

a img {
	border-style: none;
	padding: 0;
	margin: 0;
}

.black {
	color: black;
}

.space {
	visibility: hidden;
	display: block;
	line-height: 0.8em;
}

#map {
	width: 100%;
	height: 100%;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#page_controls {
	width: 100%;
	height: 28px;
	background: url(/media/interface/page_ctrls.png) repeat-x;
	text-align: center;
	bottom: 0;
	z-index: 2;
	position: fixed;
}

#page_controls img {
	padding-left: 2px;
	padding-top: 8px;
	padding-right: 2px;
	z-index: 2;
}

.controls object {
	position: absolute;
	top: 0;
	left: 0;
}

.huge_text {
	position: absolute;
	left: 220px;
	padding: 49px 10px 10px;
	top: 0;
	font: 50px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
}

.huge_text a {
	font: 50px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: inherit;
}

.huge_text a:hover {
	font: inherit;
	color: #a9a9a9;
}

.bold {
	font: inherit;
	color: inherit;
	font-weight: bold;
}

/* @end */

/* @group Forms */

form {
	display: inline;
}

.textfield {
	border-style: none;
	padding: 2px 3px 1px 3px;
	margin: 2px 0 5px 2px;
	height: 15px;
	width: 130px;
	color: black;
}

.btn {
	height: 18px;
	background-color: white;
	color: black;
	border-style: none;
	font-size: 11px;
	width: 30px;
	text-align: center;
	padding: 1px 1px 2px;
	margin: 0 0 5px;
}

.btn:hover {
	background-color: silver;
}

.btn:active {
	color: black;
	border: 1px solid white;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 0;
}

.select {
	font-size: 10px;
	position: relative;
	bottom: 1px;
}

#whattypeofmap {
	color: #000;
}

/* @end */

/* @group Blog */

#blog {
	position: absolute;
	top: 61px;
	left: 202px;
}

.kaffeetasse {
	position: relative;
	top: -140px;
	left: 80px;
}

.entry {
	border: 1px solid black;
	float: left;
	margin-bottom: 28px;
	margin-left: 17px;
	padding: 0;
	height: 250px;
	background: #9c9c9c url(/media/interface/kaffee_icon.gif) no-repeat center 96px;
	overflow: hidden;
}

.entry img {
	z-index: 1;
	position: relative;
	top: 0;
	left: 0;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
	padding: 0;
}

.meta {
	height: 18px;
	width: 100px;
	padding: 4px 5px 0;
	z-index: 3;
	margin-top: -22px;
	position: relative;
	text-shadow: black 1px 1px 4px;
	font-weight: bold;
	overflow: hidden;
}

.meta img {
	padding-right: 2px;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

#blog .controls {
	background: url(/media/interface/blog_ctrls.png) repeat-x;
	z-index: 2;
	height: 18px;
	text-align: right;
	height: 18px;
	padding: 4px 5px 0;
	margin-top: -22px;
	width: 170px;
	position: absolute;
}

#blog .wide {
	width: 370px;
}

#blog .controls img {
	padding-left: 3px;
	padding-top: 2px;
}

#blog .controls .audiocontroller {
	margin: 0;
}

.pin {
	z-index: 4;
	position: absolute;
	margin-right: auto;
	margin-top: -16px;
	margin-left: auto;
	text-align: center;
	width: 166px;
	padding-left: 14px;
}

.pin img {
	-webkit-box-shadow: none;
}

/* @end */
