html, body {
	width: 100%;
	margin: 0px;
	color: #434343;
	background:url(../../images/structure/bg.gif) repeat;
}
table {
	border-spacing: 0;
}
tr {
	vertical-align: top;
}
img {
	border: 0px;
}
	
td,th, div, span, p, h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #434343;
}
a:link, a:visited {
	text-decoration: underline;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FF0000;
}
h1 { 
	font-size: 18px;
	color: #5E5D5D;
	text-transform:uppercase;
	padding-bottom: 4px;
	border-bottom: 8px solid #5E5D5D;
}
h2 { 
	font-size: 16px;
	color: #5E5D5D;
	font-weight: bold;
}
h3 { 
	font-size: 14px;
	color: #5E5D5D;
	font-weight: bold;
}

#wrapper {
	position: relative;
	width: 961px;
	margin: 0 auto;

}

#header {
	width:961px;
	background-image: url(../../images/structure/top.jpg);
	background-repeat: no-repeat;
	height: 141px;
}
	
#logo {
	position:absolute;
	width:480px;
	height:36px;
	left: 294px;
	top: 36px;
}
#midden {
	background-image: url(../../images/structure/bg_wrapper.gif);
	background-repeat: repeat-y;
}
#menu {
	padding-left: 22px;
	width:248px;
}
#nav {
	background-image: url(../../images/structure/nav_top.jpg);
	background-repeat: no-repeat;
	padding: 60px 0 0 12px;
}

#aktie {
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	color: #ffffff;
}

#content {
	width: 691px;
	margin-bottom: 25px;
}

#text {
	width:591px;
	padding: 0 50px 30px 50px;
}

#marquee {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
}
.marquee span{
	text-transform: uppercase;
	color:red;
	font-size: 12px;
}

#naw {
	position:absolute;
	left: 295px;
	top: 84px;
}

#footer {
	width:461px;
	height:31px;
	background: url(../../images/structure/bottom.gif);
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-left: 500px;
	color: #3B3A3A;

}
#footer a, #footer a:hover {
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #3B3A3A;
}

