/* CSS Document */

body {
	margin: 0px;
	background: url('bg_body.gif') repeat-y;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	margin: 10px;
}

p { margin: 10px 0px 10px 0px; }

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 997px;
	height: 143px;
	background: url('bg_header.gif') no-repeat;
}

#nav_top {
	position: absolute;
	left: 840px;
	top: 5px;
	width: auto;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#nav_top a { color: #FFFFFF; text-decoration: none; }

#nav_left {
	position: absolute;
	left: 0px;
	top: 122px;
	width: 133px;
	height: auto;
}

#teaser {
	position: absolute;
	left: 875px;
	top: 80px;
	width: 122px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
}

#sub_nav {
	position: absolute;
	left: 141px;
	top: 200px;
	width: 122px;
	height: auto;
}

a.sub_nav {
	display: block;
	margin: 0 0 5px 0;
}

#footer {
	position: absolute;
	left: 0px;
	top: 600px;
	width: 997px;
	height: 157px;
	background: url('bg_footer.gif') repeat-x;
}

a.marken {
	display: block;
	float: left;
	margin: 30px 15px 10px 15px;
}

#info {
	position: absolute;
	left: 0px;
	top: 757px;
	width: 997px;
	height: 50px;
	padding: 5px 0 0 0;
	background: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
}

#info a { color: #006699; }
#info a:hover { text-decoration: none; }

#content {
	position: absolute;
	left: 265px;
	top: 90px;
	width: 600px;
	height: 500px;
	background: url('bg_content.jpg') no-repeat;
	z-index: 1;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#content a { color: #006699; }
#content a:hover { text-decoration: none; }
#content p { margin: 10px; }


