html, body {
	width: 100%;
	height: 100%;
	
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	
	background-color: #000000;
	color: #ffffff;
	
	text-align: center;
}

img {
	border: 0;	
}

td, th, div, span, p, h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color: #c52c2c;
	text-decoration: underline;
}

h1 { 
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
}

h2 { 
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

h3 { 
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

#wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	
	width: 984px;
	height: 100%;
	
	margin: 0px auto;
	padding: 0px;
	
	text-align: left;
	
	z-index: 0;
}

#top {
	position: absolute;
	top: 0px;
	left: 0px;
}

#content {
	position: absolute;
	top: 215px;
	left: 0px;
	
	width: 682px;
	padding: 53px 77px 43px 225px;
	
	background-image: url(../../images/structure/bg.jpg);
}

#main {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#main_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#nav {
	position: absolute;
	top: 215px;
	left: 7px;
	
	width: 191px;
	
	text-align: center;
}

#nav a img {
	margin-bottom: 5px;
}

#naw {
	position: absolute;
	top: 137px;
	left: 200px;
	
	color: #c3bfbf;
	
	z-index: 1;
}

#marquee {
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
}

#marquee .marquee {
	margin: 0px;
	color: #d1cfcf;
}

div#aktie {
	width: 171px;
	height: 56px;
	overflow: hidden;

	margin-top: -5px;	
	padding: 154px 10px 55px;
	
	background-image: url(../../images/structure/aktie.jpg);
	
	text-align: center;
	line-height: 1.1em;
}

img#aktie {
	position: absolute;
	bottom: 15px;
	left: 21px;
}

#bottom {
	position: absolute;
	bottom: -1px;
	left: 0px;
}

#submenu {
	position: absolute;
	top: 5px;
	left: 225px;
	
	width: 682px;
	height: 25px;
	z-index: 1;
	overflow: hidden;
	
	text-transform: uppercase;
	font-weight: bold;
	line-height: 25px;
	color: #d1cfcf;
}

#submenu a {
	color: #d1cfcf;
	text-decoration: none;
}

#submenu a:hover {
	color: #ffffff;
}