/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body#cms {
	background-color: #fff;
}

body, td, ht, p, li {
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

p,ul,ol,table {
	margin-top: 13px;
}

li {
	margin-left: 36px;
}

ol li {
	margin-left: 24px;
}

ul {
	list-style-type:square;
}

ul li {
	color:#999;
}

.errorheadline {
	margin: 10px 3px 0px;
	padding: 3px 5px;
	color: #fff;
	background-color: #900;
	font-weight: bold;
	font-size: 13px;
}

.errormessage {
	padding: 3px 5px;
	margin: 0px 3px 10px;
	border: 1px solid #900;
	color: #900;
	background-color: #eee;
	font-size: 12px;
}

.cleaner, .clear {
	clear: both;
	border: 0px none;
	margin: 0;
	padding: 0;
	display: block;
	background: transparent;
	font-size: 1px;
	height: 1px;
}

.required {
	color: #900;
	font-weight: bold;
}


/* main, head, content, etc. */

#main {
	width: 880px;
	background-color: #FFFFFF;
	position: relative;
	padding-top: 150px;
	margin-left: 7px;

}

#head {
	width: 880px;
	height: 120px;
	position: absolute;
	left: 3px;
	top: 1px;
}

#topleft {
	position:absolute;
	top:0px;
	left:297px;
}
#topright {
	position:absolute;
	top:0px;
	left:642px;
	width: 297px;
}

#head img {
	margin-left: 0px;
}

#nav {
	width: 880px;
	height: 50px;
	padding-left: 22px;
	padding-top: 8px;
	background-image: url(../img/ly/bg-nav.gif);
	background-repeat: repeat-x;
	position: static;
}

#picnav {
	float: left;
}

#picnav img {
	padding-right: 0px;
	border: 0;
}

#txtnav {
	float: center;
	padding-right: 20px;
	color: #fff;
	font-size: 13px;
}

#txtnav a {
	color: #333333;
	text-decoration: none;
	margin-left:18px;
	font-weight: bolder;
}

#txtnav a:hover {
	color: #0000FF;
}

#txtnav a.act {
	color: #FF0000;
}

#leftcol {
	float: left;
	width: 220px;
	padding-left: 20px;
	padding-bottom: 50px;
	padding-top: 0px;
}

#rightcol {
	float: left;
	width: 550px;
	padding-bottom: 50px;
	padding-top: 1px;
}

#catnav {
	width: 160px;
	padding-bottom: 12px;
	border-right-color: #999999;
	border-right-style: dotted;
	border-right-width: thin;
}

#koop {
	border: 1px solid #ABACAD;
	width:130px;
	padding-bottom: 5px;
	color: #ABACAD;
	font-size: 10px;
	text-align: center;
}

#breadcrumb {
	color: #8F9092;
	font-size: 10px;
}

#breadcrumb a {
	color: #8F9092;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #006AB3;
}

h1 {
	font-size:25px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:16px;
}


h1,h2,h3 {
	color:#006ab3;
	font-weight:normal;
	margin:0px 0px 16px 0px;
	line-height:normal;
}

h2,h3 {
	margin: 8px 0px;
}

#content {
	padding-top: 20px;
	width: 600px;
}

#content a {
	color:#006ab3;	
	text-decoration:none;
	border-bottom:1px dotted #ccc;
}

#content a:hover {
	text-decoration:underline;
	border-bottom:none;
	
}

#footer {
	width: 880px;
	height: 38px;
	padding-top: 7px;
	background-image: url(../img/ly/bg-footer.gif);
	background-repeat: no-repeat;
	color: #C1C2C4;
	font-size: 10px;
	text-align: right;
	bottom: auto;
	top: auto;
}


/* 1. Navigationsebene */

#catnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}

#catnav ul li {
	margin: 0px;
	padding: 0px;
}

#catnav ul a {
	padding: 1px 0px 1px 5px;
	border-bottom: 1px solid #8F9092;
	display: block;
	background-color: #fff;
	color: #333333;
	font-weight: bolder;
	font-size: 12px;
	text-decoration: none;
	line-height: 15px;
	text-transform: uppercase;
	background-image: url(file:///C|/ABTuning/bg-nav.gif);
}

#catnav ul a:hover {
	border-bottom: 1px solid #8F9092;
	color: #006699;

	background-image: url(file:///C|/TUNING_06_03/img/he_1.gif);
}

#catnav ul a.act {
	color: #FF0000;
}

#catnav ul a.act:hover {
	color: #FF0000;
	background-color: #fff;
}

/* ie bugfix start */
#catnav a,#catnav li {
	height: 1em;
}
html>body #catnav a,html>body #catnav li {
	height: auto;
}
/* ie bugfix ende */

/* 2. Navigationsebene */

#catnav ul ul {
	margin: 0px;
	padding: 10px 20px 5px 20px;
	list-style-type: none;
}

#catnav ul ul a {
	padding: 2px;
	border: none;
	display: block;
	font-size: 12px;
	line-height: 10px;
}

#catnav ul ul a:hover {
	border: none;
	color: #0066FF;
	background-color: #fff;
}

#catnav ul ul a.act,#catnav ul ul a.act:hover {
	border: none;
	color: #FF0000;
	background-color: #fff;
}


/* sonstiges */

/* =========================================== */

#debug {
	color: #000;
	position: absolute;
	left: 1100px;
	top: 0px;
}

.errorheadline {
	margin: 10px 3px 0px;
	padding: 3px 5px;
	color: #FFF;
	background-color: #900;
	font-weight: bold;
	font-size: 13px;
}

.errormessage {
	padding: 3px 5px;
	margin: 0px 3px 10px;
	border: 1px solid #900;
	color: #900;
	background-color: #eee;
	font-size: 12px;
}




/***** gbook *****/

#gbook #gbookaddlink a {
	margin-bottom:24px;
	display:block;
	text-decoration:none;
	border:none;
}

#gbook .gbookfrom {
	background-color:#f6f6f6;
	display:block;
	font-weight:bold;
	padding:2px 5px;
}

#gbook .gbookmsg {
	border-bottom:1px dotted #999;
	margin-bottom:22px;
	display:block;
	padding:2px 5px;
}

#gbook #gbookpageslider a{
	padding: 2px;
	border:1px solid #999;
	background-color:#80b5d9;
	
	margin:2px;
	text-decoration:none;
}
#gbook #gbookpageslider a:hover {
	background-color:#006ab3;
	color:#fff;
	text-decoration:underline;
}

#gbook #gbookpageslider a#act {
	background-color:#006ab3;
	color:#fff;
}


/***** tuningmodelle *****/

#tuningmodelle {
	width:574px;
}

#tuningmodelle .h1 {
	display:block;
	height:60px;
	margin-bottom:10px;
}

#tuningmodelle .item {
	display:block;
	padding:5px 10px 5px 24px;
	font-weight:bold;
	background-color:#eee;
	border:1px solid #999;
	margin:0px 0px 5px 0px;
	cursor:pointer;
	background-image:url(../img/ly/btn_select.gif);
	background-repeat:no-repeat;
}

#tuningmodelle .ov .item {
	background-color:#eee;
	border:1px solid #666;
	background-image:url(../img/ly/btn_select_ov.gif);
	
	
}

#tuningmodelle .item a,
#tuningmodelle .item a:hover {
	border:none;
	text-decoration:none;
}


/***** tuningdetail *****/

#tuningdetail {
	width:574px;
}

#tuningdetail table {
	width:100%;
}

#tuningdetail .h1 {
	display:block;
	height:90px;
	margin-bottom:10px;
	color:#fff;
}
#tuningdetail .h1nopkw {
	display:block;
	height:60px;
	margin-bottom:10px;
	color:#fff;
}

#tuningdetail .h1 div {
	float:left;
	margin:60px 10px 0px 10px;
	line-height:normal;
	font-size:11px;
}

#tuningdetail .item {
	display:block;
	padding:5px 10px;
	font-weight:bold;
	background-color:#eee;
	border:1px solid #999;
	margin:0px 0px 5px 0px;
	cursor:pointer;
}

#tuningdetail .ov .item {
	background-color:#eee;
	border:1px solid #666;
	
}

#tuningdetail .item a,
#tuningdetail .item a:hover {
	border:none;
	text-decoration:none;
}


#tuningdetail table.border {
	border-width: 1px;
	border-style: solid;
	border-color: #D4D5D7;
	background-color: #fff;
	border-collapse: collapse;
}

#tuningdetail table.border .h2 td {
	border-width: 1px;
	padding: 6px;
	border-style: solid;
	border-color: #D4D5D7;
	background-color: #fff;
	color: #A6A6A6;
	font-weight: bold;
}

#tuningdetail table.border td {
	border-width: 1px;
	padding: 6px;
	border-style: solid;
	border-color: #D4D5D7;
	background-color: #fff;
}

#tuningdetail .right {
	padding-right: 20px;
	margin-right: 20px;
	text-align: right;
}

#tuningdetail .center {
	text-align: center;
}

#tuningdetail table.twocol {
	border-collapse: collapse;
}

#tuningdetail table.twocol .h2 td {
	padding: 0px;
	color: #A6A6A6;
	font-weight: bold;
}

#tuningdetail table.twocol td {
	padding: 0;
}

#tuningdetail .left {
	text-align: left;
}

#tuningdetail .col {
	color: #A6A6A6;
	font-weight: bold;
}

#tuningdetail .red {
	color: #FF0000;
	font-weight: bold;
}

.smalltext {
 font-size:10px;
 margin:10px 0px;
}

#contactcomment {
 margin:16px 0px;
}

#adrprint {
display:none;
}

