/* CSS Document */
BODY {
	margin: 0px;
}
td,th, div, span, p, h1, h2, h3 {
	font-family: verdana, helvetica;
	font-size: 12px;
	color: #000;
	line-height: 14px;
}
a:link, a:visited {
	text-decoration: none;
	color: red;
	padding:0;
	margin:0;
}
a:hover {
	text-decoration: underline;
	color: red;
}
h1 { 
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
h2 { 
	margin: 0;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
h3 { 
	margin: 0;
	font-size: 12px;
	color: red;
	font-weight: bold;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
}
#logo {
	position: absolute;
	top: 0;
	left: 218px;
}
#opellogo {
	width: 218px;
}
#top {
	width: 960px;
}
#menu {
	width: 155px;
	position: absolute;
	top: 187px;
	left: 34px;
}
#submenu {
	background-color: #D7D7D7;
	padding: 10px;
	line-height: 16px;
	width: 129px;
	margin-bottom: 10px;
}
#submenu a:hover {
	font-weight: bold;
	color: red;
	text-decoration: none;
}
#submenu a:active {
	font-weight: bold;
	color: red;
	text-decoration: none;
}
#midden {
	width: 960px;
	background-image: url(../../images/structure/bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 120px;
	min-height:450px;
}
#content {
	padding-left: 218px;
	padding-top: 20px;
	width: 575px;
	min-height: 400px;
}
#main {
	border-right: 2px solid #D7D7D7;
	min-height:450px;
	height:auto !important; /*firefox, opera, ie7 */
	height:450px;
}
#rechts {
	position: absolute;
	top: 220px;
	left: 809px;
}
#marquee {
	font-size: 12px;
	font-weight: bold;
	color: #898989;
	position: absolute;
	top:196px;
	left: 218px;
	width: 742px;
}
#aktie {
	width: 520px;
	height: 30px;
	background-color:#D4D6D4;
	padding: 10px;
	color: #000;
	border: 1px solid red;
	
}
#disclaimer {
	position: absolute;
	bottom: 39px;
	right: 96px;
}

#disclaimer  a {
	font-weight: normal;
	font-size: 11px;
	color: black;
}

