@charset "utf-8";
/* CSS Document */

* {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: #0a0303;	
}

/** LAYOUT **/
#top {
	background: #821216 url("gfx/body-bg.png") repeat-x;
}
#head {
	height: 173px;
	width: 992px;
	position: relative;
	margin: auto;
}
#mid {
	background: url("gfx/main-bg.jpg") center top no-repeat;
	width: 100%;
	padding: 50px 0px 30px 0px;
}
#foot {
	background: url("gfx/foot-bg.png") repeat-x;
	width: 100%;
	height: 250px;
}
.wrapper {
	width: 992px;
	margin: auto;
	position: relative;
	overflow: hidden;
}
#logo {
	position: absolute;
	left: -35px;
	top: 0px;
}
#head #line {
	position: absolute;
	left: 295px;
	top: 44px;
}

/** NAV **/
#nav {
	list-style: none;
	position: absolute;
	top: 132px;
	left: 295px;
	overflow: hidden;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	height: 28px;
	padding-top: 11px;
	text-align: center;
	margin-right: 17px;
}
#nav li a:hover, #nav li a.active {
	background: url("gfx/nav-active.png") center center;
	color: #ffe54d;
}
/** TOP LOCATIONS **/
#locations {
	list-style: none;
	position: absolute;
	top: 48px;
	left: 335px;
}
#locations li {
	float: left;
	height: 72px;
	color: #c7ac48;
	font-size: 13px;
	line-height: 130%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	background: url("gfx/top-divider.png") no-repeat center right;
}

/** LINKS **/
#locations li a, #content a {
	font-weight: bold;
	color: #fff26b;
	text-decoration: none;
}
#locations li a:hover, #content a:hover {
	text-decoration: underline;
}
a .border {
	border: 1px solid #fff26b;
}

/** FOOTER **/
#foot #line {
	display: block;
	margin: auto;
	width: 900px;
	height: 4px;
}
#foot a.teaser, #foot a.webcam {
	margin: 30px 12px 20px 0px;
	display: block;
	float: left;
}
#foot a.webcam {
	background-image: url(gfx/teaser-leer.jpg);
	height: 115px;
	width: 238px;
	padding-top: 5px;
	text-align: center;
}
#foot .copyright, #foot .nav {
	color: #b7b7b7;
	font-size: 11px;
	margin-top: 20px;
}
#foot .copyright {
	float: left;
}
#foot .nav {
	float: right;
	list-style: none;
}
#foot .nav li {
	float: left;
	font-weight: bold;
	padding-right: 7px;
	border-right: 1px solid #555;
	margin-right: 7px;
}
#foot .nav li a {
	text-decoration: none;
	color: #b7b7b7;
}
#foot .nav li a:hover {
	text-decoration: underline;
}

/** BOXES **/
#startbox {
	width: 992px;
	margin: auto;
}
#leftbox {
	width: 265px;
	margin-right: 20px;
	float: left;
}
#startbox .top, #startbox .bottom, #leftbox .top, #leftbox .bottom {
	background-image: url("gfx/box-top-bottom.png");
	height: 4px;
}
#startbox .bottom {
	background-position: 0px -8px;
}
#leftbox .top {
	background-position: 0px -4px;
}
#leftbox .bottom {
	background-position: 0px -12px;
}
#startbox .content {
	background-image: url("gfx/box-start-mid.png");
	padding: 0px 4px;
	height: 297px;
	position: relative;
}
#leftbox .content {
	background-image: url("gfx/box-mid.png");
	padding: 0px 4px;
	width: 257px;
	position: relative;
	text-align: center;
	overflow: hidden;
}
#startbox #slideshow {
	position: absolute;
	top: 0;
	left: 4px;
}

/** TEASERS **/
ul.teasers {
	color: #aaa;
	list-style: none;
}
#startbox ul.teasers {
	position: absolute;
	right: 4px;
	top: 0px;
}
ul.teasers li {
	background: #0c0302 url("gfx/panel-bg.png") repeat-x;
	margin-bottom: 3px;
	padding: 4px;
	font-size: 11px;
	text-align: left;
	overflow: hidden;
}
#startbox ul.teasers li {
	height: 65px;
	max-height: 65px;
	width: 287px;
}
ul.teasers .img {
	float: left;
	width: 75px;
	margin-right: 5px;
}
#startbox ul.teasers .text {
	float: left;
	width: 200px;
}
#leftbox ul.teasers .text {
	float: left;
	width: 165px;
}
ul.teasers h3 a {
	color: #ffe54d;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
ul.teasers h3 a:hover {
	text-decoration: underline;
}

/** GLOBAL **/
.clearfix {
	overflow: hidden;
}
.small {
	font-size: 11px;
}
.clear {
	clear: both;
}
.centertext {
	text-align: center;
}

/** CONTENT **/
#content {
	background: url("gfx/black-transparent.png");
	padding: 20px;
	color: #b7b7b7;
	font-size: 12px;
	float: left;
	width: 660px;
	overflow: hidden;
}
#content .headimg {
	display: block;
	margin-bottom: 10px;
}
#content h2, #content h3, #content h4 {
	color: #ffe54d; 
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#content h3 {
	font-size: 14px;
}
#content h3.grey {
	color: #CCCCCC;
}
#content h4 {
	font-size: 12px;
}

#content p {
	line-height: 150%;
	margin-bottom: 1em;
}
#content ul, #content ol {
	padding-left: 20px;
	line-height: 150%;
	margin-bottom: 1em;
}
li ul {
	margin-top: 0.5em;
}
#content li {
	margin-bottom: 0.5em;
}
#content div.left, #content div.right {
	width: 320px;
	float: left;
}
#content div.left {
	margin-right: 20px;
}
#content img.articleImg {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#content .articleImages {
	clear: both;
	padding-top: 10px;
	text-align: center;
}
#content .articleImages img {
	margin-bottom: 5px;
}

.panel {
	overflow: hidden;
	margin-bottom: 10px;
	background: #0c0302 url("gfx/panel-bg.png") repeat-x;
	padding: 5px;
	position: relative;
}
.panel img {
	float: left;
	margin-right: 10px;
}
.panel p {
	margin: 0;
}
.panel .morelink {
	position: absolute;
	right: 10px;
	bottom: 5px;
}
.panel .logo {
	padding: 5px;
	background: #fff;
}

/** FORMS **/

form {
	margin-left: 20px;
	margin-top: 20px;
	overflow: hidden;
}

form label {
	clear: left;
	float: left;
	width: 120px;
	margin-right: 10px;
	font-weight: bold;
	color: #C7AC48;
}
form input, form textarea {
	float: left;
	width: 300px;
	height: 18px;
	padding: 2px;
	border: 1px solid #ccc;
	color: #fff;
	background-color: #0c0302;
	margin-bottom: 8px;
	font-size: 12px;
}
form textarea {
	height: 100px;
}

form .captcha {
	clear: left;
	padding-left: 130px;
	padding-bottom: 5px;
}
form .buttons {
	clear: both;
	position: relative;
	padding-left: 130px;
}
form .required {
	position: absolute;
	top: 2px;
	left: 0px;
}
form .button {
	width: auto;
	height: auto;
	background-color: #990000;
	margin-right: 10px;
	padding: 2px 10px;
}
form .radio, form .checkbox {
	width: auto;
	float: none;
	margin-bottom: 0;
	margin-right: 10px;
	background: none;
	border: none;
}

/** SUCHE **/

#search {
	position: absolute;
	top: 12px;
	right: 10px;
	margin: 0;
}

#search input {
	width: 100px;
	height: 13px;
	padding: 2px;
	font-size: 11px;
	margin-right: 5px;
	margin-bottom: 0;
}
#search .button {
	width: auto;
	height: 19px;
	display: block;
	margin: 0;
	padding-top: 0;
	padding-bottom: 3px;
}
