@charset "utf-8";

* {
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #444444;
}
	
html {
	height: 100%;
	min-width: 400px;
}

body {
	background-color: #E0E0E0;
	background-image: url(../images/bg-pattern.gif);
	height: 100%;
	padding: 0px;
	margin: 0px;
}


/**
* Border
*/

.borderOuter {
	display: table;
	height: 100%;
	overflow: hidden;
	position: static;
	width: 100%;
}

.borderMiddle {
	display: table-cell;
	position: static;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

.borderInner {
	margin: 0 auto;
	position: relative;
	width: 938px;
	text-align: left;
	background-color: #FFFFFF;
	padding: 20px 20px 0px 20px;
}

.header {
	position: relative;
	width: 938px;
	height: 135px;
}

.header .logo {
	position: absolute;
	width: 154px;
	height: 28px;
	top: 0px;
	right: 0px;
}

.header .navigation {
	position: absolute;
	top: 98px;
	left: 0px;
	width: 100%;
}

.content {
	position: relative;
	width: 938px;
	height: 469px;
	border: 1px solid #e3e3e3;
}

.content .bg {
	position: absolute;
	text-align: right;
	width: 938px;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.content .copy {
	position: absolute;
	width: 464px;
	height: 449px;
	top: 0px;
	padding: 20px 438px 0px 36px;
	left: 0px;
	z-index: 0;
}

.footer {
	padding: 12px 0px 10px 0px;
}

.footer a {
	display: block;
	float: right;
	padding-left: 10px;
	text-decoration: none;
	color: #adadad;
}

.footer a:hover {
	color: #999999;
}

.footer a.facebook {
	padding-top: 1px;
	background-image: url(../images/facebook.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	width: 14px;
	height: 14px;
}

.footer img {
	border: none;
}

ul.nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.nav li {
	display: inline;
	padding: 0px 16px 0px 0px;
}

ul.nav li a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}

ul.nav li a:hover {
	color: #222222;
}

ul.nav li a.navCurrent {
	border-bottom: 1px solid #222222;
	color: #222222;
}

ul.nav li a.navCurrent:hover {
	color: #222222;
}


/**
* Inhalte
*/

.secondround_de {
	height: 74px;
	margin-top: 57px;
	text-indent: -2000px;
	background: url(../../files/secondround_de.gif) left bottom no-repeat;
}

.secondround_en {
	height: 74px;
	margin-top: 57px;
	text-indent: -2000px;
	background: url(../../files/secondround_en.gif) left bottom no-repeat;
}

.bottom {
	position: absolute;
	bottom: 60px;
	width: 320px;
	height: auto;
}

a:hover {
	color: #888888;
}

p {
	line-height: 140%;
}

p.narrow {
	max-width: 440px;
}

h1 {
	margin: 0px 0px 0px -2px;
}

h1, h1 * {
	font-weight: bold;
	color: #b3bf34;
	font-size: 40px;
	letter-spacing: -2px;
}

h1 strong {
	font-weight: bold;
}

.isSafari h1 strong cufon {
	top: 2px;
}

h2 {
	margin: 3px 0px 26px 0px;
	//color: #b3bf34;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.5px;
}

h3 {
	margin: 16px 0px -10px 0px;
	font-weight: bold;
}

ul {
	padding: 0px 16px;
}

ul, ul * {
	line-height: 140%;
}

a.button {
	text-decoration: none;
	background-color: #8cc6d6;
	padding: 3px 7px 6px 6px;
	display: block;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
}

a.button:hover {
	background-color: #85bdcc;
}

a#shop:hover {
	background-color: #ea642a !important; 
}

td.number {
	font-size: 80px;
	text-align: right;
	padding-right: 25px;
	line-height: 80px;
	font-weight: bold;
}

td.labelA {
	width: 100%;
	padding-top: 4px;
	font-size: 20px;
	font-weight: bold;
}

td.labelB, td.labelB * {
	width: 100%;
	font-size: 40px;
	font-weight: bold;
}

td.line hr {
	border: none;
	background-color: #e3e3e3;
	height: 1px;
}

.contentCountdown .copy {
	padding-right: 388px;
	width: 514px;
}

.contentPress .copy {
	padding-right: 288px;
	width: 614px;
}

.contentImages {
	position: relative;
	width: 938px;
	height: 469px;
	border: 0px none;
	padding: 1px 0px;
}

.contentImages img {
	float: left;
}

.contentPress h2 {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.contentImprint {
	overflow-y: scroll;
	overflow-x: hidden;
}

.contentImprint p {
	max-width: none;
}

.contentImprint .copy {
	padding-right: 388px;
	width: 514px;
}

.files {
	padding: 10px 0px;
	width: 100%;
}

.file td {
	padding: 3px 0px;
}

.file .size {
	text-align: right;
	width: 75px;
}

.file .time {
	text-align: right;
	width: 150px;
}

.file .action {
	text-align: right;
	width: 100px;
}

#price {
	margin: 48px 0px 0px -2px;	
	font-weight: bold;
	font-size: 40px;
	letter-spacing: -2px;
	float: left;
}