html {
	width: 100%;
	height: 100%;
}

body {
	behavior:url('csshover.htc');
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
	color: #bdbdbd;
	background-color: #000;
}

#head {
	position: absolute;
	top: 40px;
	left: 50%;
	width: 960px;
	height: 359px;
	margin-left: -480px;
	background: url('../img/bg_page.png') #292929 repeat-x;
	z-index: 10;
}

#logo {
	position: absolute;
	top: 36px;
	left: 30px;
	width: 219px;
	height: 47px;
	border: none;
}

#logo_print {
	display: none;
}

#motiv {
	position: absolute;
	top: 112px;
	left: 30px;
	width: 899px;
	height: 193px;
}

#line_top {
	position: absolute;
	top: 0;
	left: 30px;
	width: 899px;
	height: 7px;
}

#line_bottom {
	position: absolute;
	bottom: 0;
	left: 30px;
	width: 899px;
	height: 7px;
}

#menu {
	position: absolute;
	top: 321px;
	left: 30px;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Helvetica, sans-serif;
	list-style-type: none;
	z-index: 10;
}

#menu li {
	float: left;
	display: block;
}

#menu li .shadow, #menu li .subtitle {
	display: none;
}

#menu li:hover .shadow {
	position: absolute;
	display: block;
	margin-top: -16px;
	z-index: 20;
}

#menu li:hover .subtitle {
	display: block;
	font-size: 7pt;
	color: #2e2e2e;
}

#menu a {
	display: block;
	width: 149px;
	height: 28px;
	padding-top: 10px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-right: solid 1px #292929;
	border-bottom: none;
	color: #fff;
	background-color: #3d443f;
}

#menu li ul {
	display: none;
}

#menu li:hover a {
	height: 36px;
	padding-top: 2px;
	background-color: #6f7e60;
}

#menu li:hover ul {
	display: block;
	margin-top: 1px;
	margin-left: 0;
	padding: 0;
}

#menu li:hover ul li {
	clear: both;
	margin-bottom: 1px;
}

#menu li:hover ul a {
	height: 32px;
	padding-top: 6px;
	font-size: 7pt;
}

#menu li:hover ul a:hover {
	background-color: #7f8e70;
}

#main {
	position: absolute;
	top: 399px;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	padding-top: 40px;
	background: url('../img/bg_lines.png') #292929 repeat-y 0 60px; 
}

#main2 {
	position: absolute;
	top: 399px;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	padding-top: 40px;
	background: url('../img/bg_lines_2.png') #292929 repeat-y 0 60px; 
}

#left {
	float: left;
	width: 420px;
	padding: 0 30px;
}

#left2 {
	float: left;
	width: 570px;
	padding: 0 30px;
}

#left2 a {
	margin: 0 8px 0 0;
	border: none;
}

#left2 img {
	border: solid 1px #eee;
}

#left ul {
	margin-left: 30px;
	padding-left: 14px;
	list-style-type: square;
	list-style-image: url('../img/li.png');
}

#left li {
	padding-bottom: 10px;
}

#middle {
	float: left;
	width: 200px;
	padding: 0 30px;
}

#right {
	float: left;
	width: 159px;
	padding: 0 0 0 30px;
}

#top_line_1 {
	position: absolute;
	top: 0;
	left: 477px;
}

#top_line_2 {
	position: absolute;
	top: 0;
	left: 737px;
}

.bottom_space {
	clear: both;
	height: 40px;
	background-color: #292929;
}

#map {
	position: absolute;
	left: 220px;
	margin-top: 49px;
	text-align: center;
	color: #5486d2;
}

#copy {
	position: absolute;
	bottom: 0;
	left: 30px;
	width: 899px;
	margin-bottom: -50px;
	padding-bottom: 30px;
	text-align: center;
	color: #6b6b6b;
}

#copy a {
	color: #6b6b6b;
	border-bottom: none;
}

.ref {
	float: left;
	display: block;
	width: 180px;
	margin-bottom: 1px;
	padding: 8px;
	border-bottom: none;
	color: #bdbdbd;
	background-color: #3d443f;
	cursor: pointer;
}

.ref:hover {
	background-color: #434a46;
	border-bottom: none;
}

.ref p {
	margin: 4px 0;
	font-size: 9px;
}

.ref_thumb {
	float: left;
	margin: 0 8px 4px 0;
	border: solid 1px #ccc;
}

.reference {
	margin-bottom: 1px;
	padding: 8px;
	background: #3d443f;
}

.reference_img {
	margin-bottom: 10px;
	padding: 8px;
}

td {
	padding: 0;
	border-spacing: 0;
}

h1 {
	margin: 0;
	padding: 17px 0 0 0;
	font-family: Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #fff;
}

h2 {
	margin: 0;
	padding: 17px 0 0 0;
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
}

a {
	text-decoration: none;
	border-bottom: dotted 1px #5f5f5f;
	_border-bottom: solid 1px #5f5f5f;
	color: #5486d2;
}

a:hover {
	border-bottom: solid 1px #aaa;
}

a img {
	border: solid 1px #5486d2;
}

input, textarea {
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	overflow: auto;
}

b {
	color: #fff;
}

.blue {
	color: #5486d2;
}

.r {
	text-align: right;
}

.bmar6 {
	margin-bottom: 6px;
}

.bmar20 {
	margin-bottom: 20px;
}

.nodisplay {
	display: none;
}

@media print {

body, #head, #main, #main2, .bottom_space {
	color: #000;
	background: none;
}

#logo, #motiv, #menu, #middle, #top_line_1, #top_line_2 {
	display: none;
}

#head {
	width: 100%;
	height: 120px;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}

#main, #main2 {
	width: 100%;
	left: 0;
	top: 120px;
	margin-left: 0;
	border-top: solid 2px #d8dbd6;
}

#left {
	width: 70%;
	padding: 0;
}

#left2 {
	width: 75%;
	padding: 0;
}

#right {
	float: right;
	width: 25%;
	padding: 0;
}

#line_top, #line_bottom, #copy {
	width: 100%;
	left: 0;
}

#logo_print {
	position: absolute;
	top: 36px;
	left: 0;
	width: 219px;
	height: 47px;
	border: none;
	display: block;
}

#map {
	margin-top: 0;
}

#left ul {
	list-style-image: none;
}

b, .blue, h1 {
	color: #444;
}

h2 {
	color: #aaa;
}

.ref {
	border: solid 1px #ddd;
	color: #8d8d8d;
	background: none;
}

.reference {
	margin-bottom: 1px;
	padding: 8px;
	background: none;
}

.reference_img {
	margin-bottom: 10px;
	padding: 8px;
}

}
