@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	padding: 0px;
	margin: 0px;
}
a {
	color: #c60;
	text-decoration: none;
}
.span_link {
	font-weight: bold;
	cursor: pointer;
}
a:visited {
	color: #c60;
	text-decoration: none;
}
a:hover, .span_link:hover {
	color: #f90;
	text-decoration: underline;
}
a img {
	border: none;
}
#container {
	width: 980px;
	text-align: left;
	position: relative;
	padding-top: 500px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: auto;
}
#navigation {
	background-image: url(../images/navigation_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	line-height: 30px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-weight: bold;
	margin: 0px;
}
#navigation a {
	color: #000;
}
#eyecatcher {
	position: absolute;
	z-index: 100;
	top: 320px;
	right: -120px;
}
.eyecatcher_distanzer {
	float: right;
	height: 150px;
	width: 200px;
}
#footer {
	position: relative;
	margin: auto;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
	width: 980px;
	clear: both;
}
#footer_map area:hover {
	cursor: pointer;
}
.left_col {
	float: left;
	width: 240px;
	z-index: 2;
}
.right_col {
	float: right;
	width: 740px;
	z-index: 1;
}
.infobox {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 180px;
	background-image: url(../images/infobox_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	margin: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.mainbox {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 680px;
	background-image: url(../images/mainbox_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	margin: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.mainbox p, .infobox p {
	padding: 0 10px;
}
