body {
	background-color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 1em;
	color: #231f20;
	padding: 0;
	margin: 0;
}

img, form {
	border: 0;
}

#top {
	position: static;
	background: #000000 url('../img/top-background.gif') no-repeat top center;
	width: 100%;
	height: 10px;
}

#wrapper {
	position: relative;
	width: 100%;
	background: #ffffff url('../img/background.gif') repeat-x top center;
}

#holder {
	position: relative;
	margin: 0 auto;
	width: 900px;
}

#header {
	position: relative;
	background-color: #ededed;
	width: 100%;
	height: 120px;
}

#logo {
	position: relative;
	top: 18px;
}

#navigation {
	position: absolute;
	top: 50px;
	left: 300px;
}

#countdown {
	position: absolute;
	top: 0;
	right: 0;
	width: 356px;
	height: 120px;
	background: transparent url('../img/countdown-background.gif') no-repeat top center;
}

#countdown .counter {
	position: absolute;
	top: 28px;
	height: 67px;
	color: #ffffff;
	line-height: 58px;
	text-align: center;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 40px;
}

#countdown #days {
	left: 0;
	width: 113px;
	display: none;
}

#countdown #hours {
	left: 118px;
	width: 76px;
	display: none;
}

#countdown #minutes {
	left: 199px;
	width: 76px;
	display: none;
}

#countdown #seconds {
	left: 280px;
	width: 76px;
	display: none;
}

#slider {
	position: relative;
	width: 900px;
	height: 400px;
}

#slider #content {
	position: absolute;
	width: 900px;
	height: 400px;
}

#slider #corners {
	position: absolute;
	width: 900px;
	height: 400px;
	background: transparent url('../img/slider-corners.png') no-repeat top center;
}

#content {
	position: relative;
	width: 900px;
	min-height: 300px;
	overflow: hidden;
	line-height: 1.6em;
}

#left {
	position: static;
	width: 600px;
	float: left;
	margin: 40px 0 0 0;
	padding: 0 40px 0 0;
	border-right: 1px solid #e5e5e5;
}

#right {
	position: static;
	width: 220px;
	float: right;
	margin: 80px 0 0 0;
	padding: 0 0 40px 0;
}

#bronzen-kei {
	position: absolute;
	top: 400px;
	left: 620px;
}

#bottom {
	position: static;
	background-color: #ffffff;
	width: 100%;
	height: 40px;
	clear: both;
}

#footer {
	position: static;
	background: #000000 url('../img/footer-background.gif') no-repeat top center;
	width: 100%;
	height: 140px;
}

#logos {
	width: 900px;
	margin: 0 auto;
}

#logos img {
	float: left;
}

#empty {
	position: relative;
	width: 820px;
	min-height: 100px;
	background: #ffffff url('../img/empty.gif') no-repeat top center;
	padding: 35px 40px 0 40px;
}

.thumbnail {
	width: 210px;
	height: 140px;
	margin: 20px 20px 0 0;
	float: left;
}

.thumbnail.right {
	margin: 20px 0 0 0;
}

.links a:link, .links a:visited {
	color: #ff0028;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 2em;
	border-bottom: 1px solid #ffffff;
}

.links a:hover, .links a:active {
	border-bottom: 1px dashed #ff0028;
}

#navigation a:link, #navigation a:visited {
	color: #ff0028;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 2em;
	border-bottom: 1px solid #ededed;
}

#navigation a:hover, #navigation a:active {
	border-bottom: 1px dashed #ff0028;
}

#newsletter {
	font-size: 11px;
	color: #888888;
}

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

a:hover, a:active {
	text-decoration: underline;
}

.input {
	display: block;
	border: 1px solid #888888;
	margin: 0;
	padding: 3px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #888888;
}

.submit {
	display: block;
	border: 0;
	margin: 5px 0 0 0;
	padding: 3px;
	background-color: #eeeeee;
	color: #231f20;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
}

#newsletter .input, #newsletter .submit {
	font-size: 11px;
	color: #231f20;
}

#content td {
	padding: 0 20px 7px 0;
}

#credits {
	clear: both;
	padding: 20px 0 0 0;
}