/* CSS Document */

/*Allgemeine Formatierungen*/
body {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	overflow:hidden;
}
/*-----------------------------------------------------------------*/

/*Links*/
a img {
	border:none;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #cccccc;
	text-decoration: none;
}
a:active {
	color: #cccccc;
	text-decoration: none;
}
/*-----------------------------------------------------------------*/


/*Ueberschriften*/
h1 {
	font-size: 14px;
	font-weight: bold;
}
h1+h2 {
	margin-top:20px;
}
h1+table {
	margin-top:15px;
}
h2 {
	font-size:13px;
	font-weight:bold;
}
h2+p {
	margin-top:-5px;
}
p+h2 {
	margin-top:25px;
}
table+h2 {
	margin-top:20px;
}
h3 {
	font-size:12px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:-10px;
}
th h2 {
	margin-top:10px !important;
}
td h2 {
	margin-top:0px;
}
/*-----------------------------------------------------------------*/


/*Sonstige Formatierungen und Klassen*/
ul {
	list-style-type: disc;
}
.kursiv {
	font-style: oblique;
}
.small {
	font-size:10px;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.dunkelgrau {/*inaktive "next"- bzw. "back"-Buttons*/
	color:#666666;
}
.alufelgen {/*Überschrift "Alufelgen" unter Tuning*/
	margin-bottom:-10px;
}
/*-----------------------------------------------------------------*/


/*für Seite Tuning*/
.tuning {
	margin-top:15px;
	margin-bottom:10px;
	width:250px;
}
.tuning td {
	padding:0px;
	margin:0px;
	line-height:18px;
}
.toptun {
	font-size:10px;
	margin-top:-10px;
}
/*-----------------------------------------------------------------*/


/*für Tabellen von Referenzseiten*/
.ref_bilder {
	margin-left:18px;
	border-collapse:collapse;
	border:none;
	border-spacing:0px;
	padding:0px;
}
.ref_bilder tr {
	margin:0px;
	padding:0px;
}
.ref_bilder td {
	padding:1px 3px 1px 3px!important;
	margin:0px;
	border-spacing:0px;
	border-collapse:collapse;
	border:none;
}

.ref_text td{
	vertical-align:top;
	padding:0px 10px 10px 0px;
	font-size:12px;
	line-height: 18px;
}
.td1 {/*1. Spalte*/
	width:100px;
}
/*-----------------------------------------------------------------*/


/*Übersicht Referenzen*/
#ref_uebersicht td, th {
	width:250px;
	height:250px;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}
/*-----------------------------------------------------------------*/

/*Grundgerüst Website*/
#top {
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-400px;
	width:800px;
	height:195px;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}
#main {
	position:absolute;
	left:50%;
	margin-left:-400px;
	top:195px;
	width:800px;
	bottom:40px;
	z-index:2;
	background-color: #000000;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	overflow:auto;
}
#down {
	background-image:url(bilder/balken_unten.png);
	position:absolute;
	left:50%;
	bottom:0px;
	margin-left:-400px;
	width:800px;
	height:40px;
	z-index:1;
	overflow:hidden;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}
#text {
	position:absolute;
	left:240px;
	top:0px;
	height:100%;
	bottom:0px;
	width:540px;
	z-index:8;
}
#ref_uebersicht {
	position:absolute;
	left:20px;
	top:0px;
	height:100%;
	bottom:0px;
	width:760px;
	z-index:8;
}
#ref_text {
	position:absolute;
	left:440px;
	top:0px;
	height:100%;
	bottom:0px;
	width:340px;
	z-index:8;
}
#fotos {
	position:absolute;
	left:20px;
	top:0px;
	width:200px;
	height:100%;
	bottom:0px;
	z-index:7;
}
#fotos script {
	margin-bottom:10px;
}
/*-----------------------------------------------------------------*/


/*#fotos_ref2 {
	position:absolute;
	left:20px;
	top:0px;
	width:400px;
	height:100%;
	z-index:7;
	overflow:hidden;
}
#fotos_ref2 td {
	width:200px;
	text-align:center;
	vertical-align:middle;
	height:133px;
	margin:0px;
	border:none;
}
#fotos_ref2 img {
	padding:0px;
}*/
/*-----------------------------------------------------------------*/


/*Kontaktformular*/
form {
	line-height:35px;
}
fieldset {
	border:none;
	margin:0px;
	padding:0px;
}
label {/*Text:...*/
	width: 100px;
	float:left;
	text-align:left;
}
input {/*Formularfelder Text*/
	border:1px #fff solid;
	background-color:#000;
	float:left;
	width:150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	margin:5px;
	padding:2px;
	vertical-align:middle;
}
select {/*Auswahllisten*/
	border:1px #fff solid;
	background-color:#000;
	float:left;
	width:80px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	margin:5px;
	padding:2px;
	vertical-align:middle;
}
textarea {/*mehrzeilige Textfelder*/
	width:300px;
	height:100px;
	border:1px #fff solid;
	background-color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	margin:5px;
	padding:4px;
	vertical-align:bottom;
}
#nachname {
	width:130px;
}
#vorname {
	width:130px;
}
#nr {
	width:40px;
}
#plz {
	width:50px;
}
#ort {
	width:140px;
}
#tel {
	width:200px;
}
#mail {
	width:200px;
}
.meldung {
	margin-top:-5px;
	margin-left:105px;
	font-size:10px;
}
/*-----------------------------------------------------------------*/


/*Fotogalerie*/
#galerie {
	position:absolute;
	left:0px;
	top:0px;
	width:588px;
	height:420px;
}
#galerie p {
	color:#999999;
	margin:0px;
	margin-top:2px;
}
/*-----------------------------------------------------------------*/


/*Intro*/
#intro {
	position:absolute;
	left:50%;
	top:50%;
	width:800px;
	height:400px;
	z-index:1;
	margin-top:-200px;
	margin-left:-400px;
	border:1px solid #fff;
}
#skip {
	position:absolute;
	left:0px;
	top:405px;
	width:800px;
	height:20px;
	z-index:2;
	text-align:center;
}
/*-----------------------------------------------------------------*/


/*Flashs links*/
.marginbottom20 {
	margin-bottom:20px;
}
