@charset "utf-8";
/* global text-align: left;*/
body  {
	
	font-size: 12px;
	font-family: Arial;
	width: 960px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #CACACA;
	list-style-position: inside;
}
a:link {
	border: 0px;
	color: #666;
	text-decoration: none;
}
a:visited {
	border: 0px;
	text-decoration: none;
	color: #666;
}
a:hover {
	border: 0px;
	text-decoration: none;
	color: #999;
}
a:active {
	border: 0px;
	text-decoration: none;
	color: #666;
}
a {
	border: 0px;
}
img {border: 0px;}
.bt {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #666;
	font-size: 10px;
	margin-bottom: 10px;
}
p {padding: 2px 0 10px;}
li {
	padding-top: 5px;
	}
* {
	padding:0px;
	margin:0px;
	}

/* Verschiedene wieder verwertbare Klassen */
.fltrt {
	margin-left: 8px;
	float: right;
	}
.fltlft {
	float: left;
	margin-right: 8px;
	}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
.clearer {
	clear: both; font-size: 0;
	}
.clear {
	clear: both;
	} 
.left {
	float: left;
	font-size: 10px;
	}
.right {
	float: right;
	}
.user {
	margin-bottom: 4px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(../images/layout/tr_black_20.png);
	font-size: 14px;
	font-style: italic;
	color: #333;
	text-align: left;
	float: right;
	width: 210px;
	}
	
/* config */	
.sub {
	width: auto;
	height: auto;
	clear: both;
	background-image: url(../images/layout/tr_white_20.png);
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.header {
	float: left;
	width: 960px;
	height: 343px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	}
.header #hh1 {
	float: left;
	height: 80px;
	width: auto;
	border: 0px;
	padding: 0px;
	margin: 0px;
	clear: both;
	}
.header #hh2 {
	float: left;
	height: 213px;
	width: 960px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	clear: both;
	}
.header #hh3 {
	float: left;
	height: 50px;
	width: auto;
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
.container {
	width: 960px;
	height: auto;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	} 
.inhalt {
	width: 810px;
	height: auto;
	clear: both;
	padding-top: 20px;
	float: left;
	background-image: url(../images/layout/bg1.jpg);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
	} 
.inhalt h1 {
	font-size: 1.7em;
	font-style: italic;
	color: #333;
	text-align: left;
	}
.bg {
	width: 850px;
	height: auto;
	background-image: url(../images/layout/bg2.png);
	background-repeat: repeat-y;
	float: left;
	margin-right: 55px;
	margin-left: 55px;
	padding: 0;
	}
	
/* hintergründe rechts+links */
.leftbg {
	width: 20%;
	background-image: url(../../images/layout/left001.jpg);
	background-repeat: no-repeat;
	border: 0;
	float: left;
	height: 200ex;
	background-position: top right;
	left: auto;
	}
.rightbg {
	width: 20%;
	background-image: url(../../images/layout/right001.jpg);
	border: 0;
	background-repeat: no-repeat;
	float: left;
	height: 200ex;
	background-position: top left;
	}

/*news links*/
.newsleft {
	width: 550px;
	height: auto;
	float: left;
	}
.newsleft .willk {
	font-size: 14px;
	}
.newsleft .news {
	width: 550px;
	float: left;
	text-align: left;
	height: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	}
.newsleft .news .top {
	height: 20%;
	}
.newsleft .news .titel {
	margin-bottom: 4px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom: 1px;
	border-bottom-color: #333;
	border-bottom-style: dotted;
	background-image: url(../images/layout/tr_black_20.png);
	font-size: 14px;
	font-style: italic;
	color: #333;
	}
.newsleft .news .date {
	margin-bottom: 5px;
	font-style: italic;
	padding-left: 10px;
	padding-right: 10px;
	color: #666;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
.newsleft .news .text {
	width: auto;
	height: 80%;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	}
.newsleft a:link {
	color: #999;
	text-decoration: underline;
	font-style: italic;
	}
.newsleft a:hover {
	color: #666;
	font-style: italic;
	}
.newsleft a:active {
	color: #999;
	text-decoration: underline;
	font-style: italic;
	}
.newsleft a:visited {
	color: #999;
	text-decoration: underline;
	font-style: italic;
	}

/*news rechts*/
.newsright {
	width: 230px;
	height: auto;
	float: right;
	}
.newsright .news {
	width: 100%;
	float: right;
	text-align: left;
	height: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	background-image: url(../images/layout/tr_black_10.png);
	}
.newsright .news .titel {
	margin-bottom: 4px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom: 1px;
	border-bottom-color: #333;
	border-bottom-style: dotted;
	background-image: url(../images/layout/tr_black_10.png);
	font-size: 14px;
	font-style: italic;
	color: #333;
	}
.newsright .news .text {
	width: auto;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	height: auto;
	}
.newsright .news .um {
	width: auto;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	height: auto;
	font-size: 11px;
	}
.newsright .news .online {
	width: auto;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	height: auto;
	font-size: 12px;
	}
.newsright .news .link {
	font-size: 90%;
	text-align: right;
	width: auto;
	padding-right: 5px;
	padding-bottom: 10px;
	}
.newsright a:link {
	color: #666;
	text-decoration: underline;
	font-style: italic;
	}
.newsright a:hover {
	color: #000;
	font-style: italic;
	}
.newsright a:active {
	color: #666;
	text-decoration: underline;
	font-style: italic;
	}
.newsright a:visited {
	color: #666;
	text-decoration: underline;
	font-style: italic;
	}


/* foot anfang */
.foot {
	width: 830px;
	height: auto;
	padding: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #333;
	float: left;
	clear: both;
	background-image: url(../images/layout/tr_black_20.png);
	border-top: solid #666 2px;
	margin: 0px;
	margin-top: 0px;
	}
.foot .einleitung {
	align: left;
	width: auto;
	height: 19px;
	/*clear: both;
	float: none;
	position: fixed;
	top: inherit;*/
	}
	
/* termine anfang */
.foot .termin {
	width: 236px;
	height: auto;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	}
.foot .datum {
	font-size: 11px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #666;
	}
.foot .titel {
	font-size: 14px;
	border-bottom: 1px;
	border-bottom-color: #333;
	border-bottom-style: dotted;
	font-style: italic;
	margin-bottom: 5px;
	}
.foot .text {
	font-size: 11px;
	}

/* copyright footer anfang */
.footer {
	float: left;
	color: #999;
	padding: 5px;
	border: 0;
	width: 840px;
	height: 14px;
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.footer a:link {
	color: #999;
	text-decoration: none;
	}
.footer a:visited {
	color: #999;
	text-decoration: none;
	}
.footer a:active {
	color: #999;
	text-decoration: none;
	}
.footer a:hover {
	color: #FFF;
	}
.footerleft {
	float: left;
	}
.footerright {
	text-align: right;
	float: right;
	}


/*mail formular*/
.kontaktformular  {
	width:  600px;
	padding: 10px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	border: 1px solid #666;
	clear: both;
	background-image: url(../images/layout/tr_black_10.png);
	height: auto;
	margin-right: auto;
	margin-left: auto;
     }

.kontaktformular fieldset {margin: 10px 0;}
.kontaktformular a {
	color: #666;
	text-decoration: none;
}
.kontaktformular a:hover {
	color: #999;
}
  
.kontaktformular legend {
	color: #fff;
	padding: 3px 5px;
	border: 1px solid #ddd;
	text-transform: uppercase;
	background-color: #666;
	float: none;
	clear: both;
	 }

.kontaktformular label {
	width: 150px;
	float: left;
	clear: both;
	padding: 3px 10px;
	margin: 3px 0;
     }
.kontaktformular input:active, .kontaktformular input:focus, .kontaktformular input:hover { background: #ffff88;}
.kontaktformular textarea:active, .kontaktformular textarea:focus, .kontaktformular textarea:hover { background: #ffff88;}

.kontaktdaten table, .anfrage table, .captcha table {
	border-spacing:0px;
	border:0px solid;
}
.label {
	width: 100px;
	padding: 0px;
	text-align: right;
	}
.field {
	width:260px;
	padding:0px;
}
.error { width:200px; padding:0px 0px 0px 5px;}
.captchareload { padding-left:10px;}
input.errordesignfields, textarea.errordesignfields { background-color:#cc3333;}

.kontaktformular input, .kontaktformular textarea {
     border-right: 1px solid #ddd; 
     border-bottom: 1px solid #ddd;
     border-left: 1px solid #666666; 
     border-top: 1px solid #666666;
     background: #ddc;
     padding: 0px 3px;
     margin: 3px 0;
	 width: 250px;
}
.buttons { text-align: center;}
.buttons input { width:80px;}
.buttons input, .captchareload img { background: #555555; color: #fff; border-top:2px solid #fff; border-left:2px solid #fff; border-bottom:2px solid #666666; border-right:2px solid #666666;}
.buttons input:hover, .captchareload img:hover { background: #555555; color: #fff; border-top:2px solid #ddd; border-left:2px solid #ddd; border-bottom:2px solid #fff; border-right:2px solid #fff;}

.pflichtfeld {
	 color: #800000;
}

.mitglied {
	width: 810px;
	height: 135px;
	clear: both;
	background-image: url(../images/layout/tr_black_20.png);
	margin-bottom: 20px;
	margin-top: 10px;
	float: left;
}
.member {
	width: 790px;
	height: auto;
	clear: both;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	background-image: url(../images/layout/tr_black_20.png);
	}
.member .vorstellung {
	width: 550px;
	height: auto;
	float: right;
}

.fahrzeug {
	width: 790px;
	height: auto;
	clear: both;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	background-image: url(../images/layout/tr_black_20.png);
	}
.fahrzeug .daten {
	float: left;
	height: auto;
	width: 260px;
}
.fahrzeug .datenpic {
	width: 520px;
	height: 135px;
	float: right;
}
.umbau {
	width: 810px;
	height: auto;
	float: left;
	font-size: 11px;
}
.btop {
	align: right;
	float: left;
	width: 810px;
	height: auto;
	text-align: right;
	}
.kategorien {
	width: 810px;
	height: auto;
	float: left;
	margin-bottom: 10px;
	}
.kategorien .uspalte1 {
	width: 256px;
	float: left;
	margin: 0px;
	padding: 0px;
	}.kategorien .uspalte2 {
	width: 256px;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 21px;
	margin-right: 21px;
	}.kategorien .uspalte3 {
	width: 256px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
.kategorien .umotorbg {
	width: 256px;
	float: left;
	background-image: url(../images/layout/tr_black_20.png);
	margin: 0px;
	padding: 0px;
	}
.kategorien .umotor {
	width: 256px;
	height: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/layout/motor.png);
	background-repeat: no-repeat;
	background-position: top right;
	}
.kategorien .umotor #utitel{
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	margin-top: 10px;
	margin-left: 10px;
	height: 60px;
	}
.kategorien .umotor #uinhalt {
	float: left;
	width: 236px;
	height: auto;
	padding: 10px;
	}
.kategorien .usoundbg {
	width: 256px;
	float: left;
	background-image: url(../images/layout/tr_black_20.png);
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	}
.kategorien .usound {
	width: 256px;
	height: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(../images/layout/sound.png);
	}
.kategorien .usound #utitel{
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	margin-top: 10px;
	margin-left: 10px;
	height: 60px;
	}
.kategorien .usound #uinhalt {
	float: left;
	width: 236px;
	height: auto;
	padding: 10px;
	}
	
.kategorien .uinterbg {
	width: 256px;
	float: left;
	background-image: url(../images/layout/tr_black_20.png);
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	}
.kategorien .uinter {
	width: 256px;
	height: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(../images/layout/innen.png);
	}
.kategorien .uinter #utitel{
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	margin-top: 10px;
	margin-left: 10px;
	height: 30px;
	}
.kategorien .uinter #uinhalt {
	float: left;
	width: 236px;
	height: auto;
	padding: 10px;
	min-height: 45px;
	}	
	
.kategorien .ukarossebg {
	width: 256px;
	float: left;
	background-image: url(../images/layout/tr_black_20.png);
	margin: 0px;
	padding: 0px;
	}
.kategorien .ukarosse {
	width: 256px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/layout/karosserie.png);
	background-repeat: no-repeat;
	background-position: top right;
	}
.kategorien .ukarosse #utitel{
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	margin-top: 10px;
	margin-left: 10px;
	height: 60px;
	}
.kategorien .ukarosse #inhalt {
	float: left;
	width: 236px;
	height: auto;
	padding: 10px;
	}
.kategorien .ufahrwerkbg {
	width: 256px;
	float: left;
	background-image: url(../images/layout/tr_black_20.png);
	margin: 0px;
	padding: 0px;
	}
.kategorien .ufahrwerk {
	width: 256px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/layout/fahrwerk.png);
	background-repeat: no-repeat;
	background-position: top right;
	}
.kategorien .ufahrwerk #utitel{
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	margin-top: 10px;
	margin-left: 10px;
	height: auto;
	}
.kategorien .ufahrwerk #inhalt {
	float: left;
	width: 236px;
	height: auto;
	padding: 10px;
	}
.kategorien .usonstbg {
	width: 256px;
	float: left;
	background-image: url(../images/layout/tr_black_20.png);
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	}
.kategorien .usonst {
	width: 256px;
	height: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(../images/layout/sonst.png);
	}
.kategorien .usonst #utitel{
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	margin-top: 10px;
	margin-left: 10px;
	height: 30px;
	}
.kategorien .usonst #uinhalt {
	float: left;
	width: 236px;
	height: auto;
	padding: 10px;
	min-height: 45px;
	}	
.uplanungbg {
	width: 810px;
	float: left;
	background-image: url(../images/layout/tr_black_20.png);
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	height: auto;
	}
.planung {
	width: 790px;
	height: auto;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	float: left;
	padding-bottom: 10px;
	background-image: url(../images/layout/gears.png);
	background-repeat: no-repeat;
	background-position: top right;
	}
.fzgalerie {
	width: 810px;
	float: left;
	margin-bottom: 10px;
	height: auto;
	}

.impl{
	border: 0px;
	width: 380px;
	height: auto;
	font-size: 14px;
	float: none;
	margin: auto;
	margin-top: 10px;
	text-align: center;
	clear: both;
}
.impr{
	font-size: 14px;
	border: 0px;
	width: 380px;
	height: auto;
	float: none;
	margin: auto;
	margin-top: 30px;
	text-align: center;
	clear: both;
	margin-bottom: 50px;
}
.recent {
	float: left;
	width: auto;
	height: auto;
	clear: both;
	}
.ssphome {
	width: 810px;
	float: left;
	height: auto;
	margin: 0px;
	padding: 0px;
	}
.ssphome .text {
	width: 810px;
	height: auto;
	float: left;
	font-size: 11px;
	margin-bottom: 10px;
	padding: 0px;
	border-top: 1px;
	border-top-color: #333;
	border-top-style: dotted;
	padding-top: 5px;
