/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/structure/body_bg.jpg);
	background-repeat: repeat-x;
	background-color:#9A9A9A;
}
table {
	border: 0;
}

tr {
	vertical-align: top;
}

td,th, div, span, p, h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #022954;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #F83836;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #F83836;
	font-weight: bold;
}
h1 { 
	font-size: 18px;
	color: #F83836;
	text-transform:uppercase;
}
h2 { 
	font-size: 14px;
	color: #022954;
}
h3 { 
	font-size: 16px;
	color: #F83836;
	font-weight: bold;
}

#wrapper { 
	position: relative;
	background-image: url(../../images/structure/wrapper_bg.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 962px;
}


#text {
	margin: 30px 30px 30px 30px;
}


#naw {
	position: absolute;
	top: 10px;
	left: 413px;
	width: 550px;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#aktie {
	position: absolute;
	top: 261px;
	left: 743px;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	width: 205px;
}

#aktie a:link, #aktie a:visited, #aktie a:active {
	font-size: 12px;
	line-height: 18px;
	color: #A29F9F;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;	

}

#aktie a:hover {
	font-size: 12px;
	line-height: 18px;
	color: #A29F9F;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;	

}

#logo {
	position: absolute;
	right: 30px;
	bottom: 40px;
}

#marquee {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	position:absolute;
	top: 10px;
	left: 9px;
	width: 390px;
}

.content_table {
	width: 962px;
}

.content_td_left {
	width: 208px;
}


.content_td_right {
	width: 754px;
	background-image: url(../../images/structure/content_td_bg.jpg);
	background-repeat: no-repeat;
}
