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

* {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.25em;
}
body {
	background: url(../images/background_right.png) top center repeat-x #00263b;
	color: #bfc9ce;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 900px;
}
#main {
	left: 0;
	margin-left: -450px;
	padding-left: 50%;
	position: absolute;
	top: 0;
	width: 900px;
	background: url(../images/background.png) top repeat-x #00263b;
}


h1 { height: 229px; }
.clear { clear: both; }
.center { text-align: center; }
.hide { display: none; }
.space { margin-top: 10px; }
.morespace { margin-top: 17px; }
.muchspace { margin-top: 50px !important; }
a:link {
	color: #79a2b1;
	text-decoration: none;
}
a:visited {
	color: #79a2b1;
	text-decoration: none;
}
a:hover {
	color: #bfc9ce;
}
#ZoomCaption a:link, #ZoomCaption a:visited { color: #000; }
#ZoomCaption a:hover { color: #444; }


#referenzen {
	background: url(../images/ref_bg.png) top center no-repeat;
	height: 152px;
	padding: 18px 110px 27px 110px;
}
#referenzen h2 {
	text-align: center;
	margin-bottom: 11px;
}
a#arrow_left {
	background: url(../images/arrow_left.png) top center no-repeat;
	display: block;
	float: left;
	height: 34px;
	width: 21px;
	margin: 46px 3px 0 0;
}
a#arrow_left:hover { background-position: bottom; }
a#arrow_right {
	background: url(../images/arrow_right.png) top center no-repeat;
	display: block;
	float: right;
	height: 34px;
	width: 21px;
	margin-top: 46px;
}
a#arrow_right:hover { background-position: bottom; }
#referenzen li {
	list-style-type: none;
	float: left;
	margin: 0 10px;
}
#referenzen li a {
	display: block;
	height: 120px;
	width: 185px;
	border: 3px solid #fff;
}
#referenzen li a:hover { border-color: #1cbeeb; }


#kompetenzen {
	margin-left: 125px;
	list-style: none;
	background: url(../images/seperator.png) right 15px no-repeat;
	float: left;
	width: 210px;
}
#kompetenzen li {
	display: block;
	padding: 2px 0 2px 30px;
	background: url(../images/haken.png) left center no-repeat;
}
#kompetenzen li.first {
	background: none;
	padding: 15px 0;
}
#kompetenzen li.space { margin-top: 8px; }


#preise {
	list-style: none;
	background: url(../images/seperator.png) right 15px no-repeat;
	float: left;
	width: 195px;
	padding: 0 20px;
}
#preise li {
	display: block;
	padding: 0.55em 0;
	width: 145px;
	white-space: nowrap;
}
#preise li.first {
	background: none;
	padding: 15px 0 0 0;
}
#preise li.small {
	font-size: 0.7em;
	padding: 0;
	line-height: 1em;
}
#preise li.price {
	float: right;
	clear: both;
	width: 50px;
	text-align: right;
	color: #ccd482;
}
#preise li p { margin-bottom: 0.5em; }


#kontakt {
	float: left;
	width: 200px;
	margin: 0 20px;
}
#kontakt h2 { padding: 15px 0; }
#kontakt ul {
	padding: 15px 0;
	list-style: none;
}
#kontakt li.first { color: #ccd482; }
#kontakt p img { padding-top: 5px; }

#kontaktformular {
	margin: 0 120px;
	width: 660px;
	clear: both;
}
label {
	margin: 0 15px;
}
input.text {
	width: 294px;
	padding: 2px;
	margin: 0 15px;
	border: 1px solid #BFC9CE;
	background: #001a28;
	color: #fff;
}
textarea {
	width: 628px;
	height: 150px;
	margin: 0 15px;
	border: 1px solid #BFC9CE;
	background: #001a28;
	color: #fff;
}
form div {
	margin-bottom: 5px;
}
#form_name {
	float: left;
	width: 330px;
}
.submit {
	height: 40px;
	width: 181px;
	background: url(../images/submit.png) no-repeat;
	border: 0;
	margin: 5px 0;
	cursor: pointer;
}

#impressum {
	margin: 0 120px;
	width: 660px;
	clear: both;
}
#impressum p, #impressum address { margin: 0.8em 0; }
#impressum h3 { margin-top: 1.5em; }
#impressum .name {
	width: 6em;
	float: left;
}
#disclaimer {
	font-size: 0.8em;
	width: 350px;
	float: right;
	margin-left: 20px;
	color: #74858F;
}

#footer {
	clear: both;
	list-style: none;
	background: url(../images/footer.png) bottom center no-repeat;
	height: 145px;
	padding: 15px 150px 0 30px;
	color: #79a2b1;
}
#footer li {
	display: inline;
	margin-left: 150px;
}
#footer li.right {
	float: right;
	font-size: 0.7em;
}
#footer li.hide { display: none; }

.meldung {
	display: none;
	position: absolute;
	top: 550px;
	margin-left: 270px;
}
#noscript {
	display: block; position: fixed; top: 0; left: 0; width: 100%; background: black; height: 50px; text-align: center; color: red; padding-top: 50px; font-weight: bold;
}
