@charset "UTF-8";
/* ========== Allgemein ========== */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font: Arial, Helvetica, sans-serif;
	line-height: 140%;
}

h1 {
	display: none;
}


h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0 18px 0;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #666666;
}

p {
	margin-bottom: 18px;
}

ul {
	list-style: none;
}

iframe {
	display: none;
}

body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	overflow: hidden;
}

a.downloads {
	display: block;
	background: #000000;
	width: 23px;
	height: 20px;
	float: left;
	padding: 3px 0 0 0;
	text-align: center;
	margin: 0 10px 18px 0;
	color: #FFFFFF;
}
a.downloads:hover {
	color: #FFFFFF;
	background: #666666;
}

.clr {
	clear: both;
	width: 100%;
}

/* ========== Layout ========== */

#root {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 980px;
	height: 480px;
	margin: -260px 0 0 -490px;
}

#myFlashHead {
	position: relative;
	top: 0;
	left: 0;
	width: 980px;
	height: 76px;
	background: #000000;
}

#myFlashFooter {
	position: absolute;
	top: 432px;
	left: 0;
	width: 980px;
	height: 138px;
	background: #000000;
}

#myFlashIntro {
	color: #FFFFFF;
}

#myFlashIntro a {
	color: #FFFFFF;
}
#myFlashIntro a:hover {
	text-decoration: underline;
}

#content_container {
	position: absolute;
	top: 76px;
	left: 0;
	width: 980px;
	height: 356px;
	z-index: 2;
}

#container_left {
	z-index: 3;
	position: absolute;
	top: 12px;
	left: 36px;
	display: block;
}

#border_left, #border_left_white {
	z-index: 4;
	position: absolute;
	top: 12px;
	left: 36px;
	display: block;
	background: url(../images/border_left.png) no-repeat;
	width: 265px;
	height: 332px;
} #border_left_white {
	background: url(../images/border_left_white.png) no-repeat;
}

#content_left {
	position: absolute;
	top: 12px;
	left: 52px;
	display: block;
	width: 229px;
	height: 292px;
	z-index: 5;
	padding-top: 20px;
	font-size: 11px
}

#content_left strong {
	font-size: 11px;
}

#container_right {
	z-index: 3;
	position: absolute;
	top: 12px;
	left: 356px;
	width: 588px;
	height: 332px;
	display: block;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	background-color: #FFFFFF;
}

#border_right {
	z-index: 4;
	position: absolute;
	top: 12px;
	left: 356px;
	width: 588px;
	height: 332px;
	display: block;
	background-image: url(../images/border_right.png);
}

#content_right, #content_right_contact {
	z-index: 5;
	position: absolute;
	top: 13px;
	left: 403px;
	width: 470px;
	height: 330px;
	display: block;
	overflow: hidden;
}
#content_right_contact {
	width: 570px;
}

#scroll_content {
	position: relative;
}

a.arrow_left {
	position: absolute;
	top: 300px;
	left: 0;
	background-image: url(../images/arrow_b_left.png);
} a.arrow_left:hover {
	background-image: url(../images/arrow_g_left.png);
}

a.arrow_right {
	position: absolute;
	top: 300px;
	left: 18px;
	background-image: url(../images/arrow_b_right.png);
} a.arrow_right:hover {
	background-image: url(../images/arrow_g_right.png);
}

.white {
	color: #FFFFFF;
}

#menu {
	position: absolute;
	top: 30px;
	left: -300em;
}

#menu a {
	color: #FFFFFF;
}

#myFlashAlt {
	position: absolute;
	top: 0;
	left: -300em;
}

/* ========== Kontakt ========== */

div.form_left {
	display: block;
	width: 266px;
	float: left;
}

div.form_right {
	display: block;
	width: 266px;
	float: left;
}

label {
	display: block;
	margin-bottom: 12px;
	float: left;
}

label span {
	display: block;
	float: left;
	width: 68px;
	line-height: 23px;
}

label input, label select {
	width: 184px;
	height: 20px;
	padding: 3px 0 0 4px;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
}

div.form_right label input {
	width: 190px;
}

label input.small_1 {
	width: 134px;
	margin-right: 6px;
}

input.small_2 {
	width: 40px;
	height: 20px;
	padding: 3px 0 0 4px;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	float: left;
	margin: 0;
}

textarea {
	width: 255px;
	height: 122px;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding: 3px 4px 3px 4px;
}

input.button, input.k_button {
	height: 23px;
	line-height: 23px;
	background: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0 6px 0 4px;
	cursor: pointer;
	width: 100px;
	margin-top: 12px;
}
input.k_button {
	position: relative;
	top: 0;
	left: 68px;
}

input.button:hover, input.k_button:hover {
	background: #666666;
	cursor: pointer;
}

a.lupe {
	position: absolute;
	bottom: 1px;
	right: 1px;
	width: 18px;
	height: 18px;
	background: url(../images/lupe.png);
	z-index: 20;
}
a.lupe:hover {
	background: url(../images/lupe_hover.png);
}

/* ========== Scoller ========== */

#scroll_area {
	position: absolute;
	left: 912px;
	top: 32px;
	height: 265px;
	width: 13px;
	z-index: 10;
}

#scroller {
	position: relative;
	width: 13px;
	height: 30px;
	background-image: url(../images/scroller.png);
}

#awards {
	position: absolute;
	width: 240px;
	top: 500px;
	right: 70px;
}
