html, body, p, a, span, h1, h2, h3, ul, li, img, form, input, button, hr, table, tr, td, th, #container {
	padding: 0;
	margin: 0;
}

body {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	font-family: Arial, Helvetica, "Lucida Grande", sans-serif;
	text-decoration: none;
}

#supersize {
	position: fixed !important;
	position: absolute;
}

#supersize img {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
}

#supersize .prevslide, #supersize .prevslide img {
	z-index: 1;
}

#supersize .activeslide, #supersize .activeslide img {
	z-index: 2;
}

img {
	border: 0px;
}

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

a:hover {
	color: #ffffff;
}

strong {
	font-weight: bold;
}

ul, li, dl {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.rel {
	position: relative;
}

.abs {
	position: absolute;
}

.hide {
	display: none;
}

.center {
	text-align: center;
}

.cursor {
	cursor: pointer;
}

#container {
	z-index: 3;
	position: absolute;
	height: 202px;
	width: 859px;
	margin: -101px 0px 0px -425px;
	top: 70%;
	left: 460px;
}

#move {
	height: 670px;
}

.seperator {
	height: 1px;
	background-color: #333333;
	overflow: hidden;
}

h1 {
	font-size: 24px;
	line-height: 30px;
}

h2 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

h2.text {
	line-height: 18px;
}

#main {
	position: absolute;
	padding: 0;	
}

#home_title {
	padding: 0;
}

.list {
	line-height: 25px;
}

.more {
	font-size: 12px;
	font-weight: bold;
}

.grey {
	color: #999999;
}

.green {
	color: #62c801;
}

.red {
	color: #de0000;
}

#start {
	z-index: 4;
	position: absolute;
	left: 0;
	top: 50px;
}

a.main_more:hover {
	color: #990000;
}

.main_sub_headline {
	font-size: 12px;
	line-height: 20px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 4px;
}

.main_headline {
	font-size: 16px;
	line-height: 18px;
	color: #dc0014;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 15px;
}

.start_teaser {
	z-index: 5;
	position: relative;
	left: 20px;
	font-size: 23px;
	color: #ffffff;
	font-weight: bold;
	line-height: 26px;
	text-decoration: none;
}

.start_teaser a {
	font-size: 23px;
	color: #ffffff;
	font-weight: bold;
	line-height: 26px;
	text-decoration: none;
}

.clear {
	clear: both;
}