body {
	padding:0;
	margin: 0;
	background: #fff;
	font: normal normal normal 11px/15px "Lucida Grande", Tahoma, Verdana, sans-serif;
}
img {
	border:0;	
}
p {
	padding:0;
	margin:0 0 8px 0;
}
a {
	color:#777;
}
td {
	vertical-align:top;
}
.copy TD {
	vertical-align:bottom;
}
hr {
	background-color:#389ACD;
	border-style:solid;
	border-width:0pt;
	color:#389ACD;
	height:1px;
	margin:0px;
}


#wrapper {
	width:1000px;
	height:700px;
	position:relative;
}
#wrapperlong {
	width:1000px;
}
#logo {
	float:left;
	margin-left: 52px;
}

#topnaviwrapper {
	float:left;
	margin:55px 0 0 0px;
	font-family:Arial;
}
#schriftzug {
	margin: 0 0 20px 17px;
}
#topnavigation {
	margin-left:17px;
}
#topnavigation ul,
#topnavigation li {
	padding:0;
	margin:0;
	float:left;
	list-style-type:none;
}
#topnavigation ul li {
	float:left;
	display:block;
	padding-right:30px;
	text-align:center;
}
#topnavigation ul li a {
	color:#777;
	font-size:14px;
	text-decoration:none;
}
#topnavigation ul li a:hover,
#topnavigation ul li.active a {
	color:#000;
}


#kopf {
	height: 139px;
	width:1000px;
}

#kopf a {
	border: 0;
}


#copy {
	position: absolute;
	left: 62px;
	bottom: 8px;
	color: #777;
}
a:focus {outline:0; -moz-outline:0; }

#copy a {
	color: #555;
	text-decoration: none;
}

#inhalt {
	background: #fff;
	margin: 0 0 0 52px;
}

#address {
	position:absolute;
	z-index:100;
	top: 200px;
	left: 700px;
	font-family:Verdana;
	font-size:12px;
	line-height:20px;
	color:#777777;
	text-align:justify;
}

#phil {
	position:absolute;
	z-index:100;
	top: 160px;
	right: 0;
	padding-left: 12px;
	width: 302px;
	font-family:Verdana;
	font-size:12px;
	line-height:20px;
	color:#777777;
	text-align:justify;
}
#contenttext {
	position:absolute;
	z-index:100;
	top: 170px;
	left: 155px;
	width:800px;
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
	color:#777777;
	text-align:justify;
}
#wrapperlong #contenttext {
	position:relative;
	top:32px;
}

#conf {
	position:absolute;
	z-index:1;
	top: 160px;
	right: 0;
	padding-left: 12px;
	width: 302px;
}
#conf .title {
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	color:#000;
	line-height:22px;
}

#button-to, #button-submit {
	position:absolute;
	z-index:100;
	bottom: 18px;
	right: 0;
}
#button-back {
	position:absolute;
	z-index:100;
	bottom: 18px;
	left: 36px;
}


.conflist {
	margin-bottom: 15px;
}
#col {
	float:left;
	width: 84px;
	height:102px;
}
#size {
	height:102px;
	border-left:0;
}
#col2  {
	float:left;
	width: 92px;
	height:58px;
}
#col2  {
	float:left;
	width: 110px;
}
#fenders  {
	height:58px;
	border-left:0;
}


#shape img {
	padding-left: 6px;
}
#col2 img {
	margin-left: 10px;
}

.acclist {
	vertical-align: top;
	padding: 0;
	height: 46px;
	margin-bottom: 15px;
	border: 1px solid #222;
}

.acclist img {
	vertical-align: top;
	height: 46px;
	border:0;
	padding:0;
	margin-right: 5px;
}

.acclist input {
	vertical-align: top;
	padding:0;
	line-height: 0px;
	margin-right:7px;
}
.acclist label {
	vertical-align: top;
}
.acclist span {
	margin-left: 8px;
}
/* startseite: erstes bild wird eingeblendet */


.blend img {
opacity: 0;
-moz-opacity: 0;
-khtml-opacity:0;
filter: alpha(opacity=0);
}

/* explainseite: tooltips */

.tt{
    position:absolute;
    z-index:240;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
	width:24px;
	height: 24px;
}

.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
.tt:hover{ z-index:250; color: #aaaaff; background:;}

.tt:hover span.tooltip,
.tt span.tooltip.over {
    display:block;
    position:absolute;
	z-index: 10000;
    top:0px; 
	left:10px;
	padding: 15px 0 0 0px;
	width:240px;
    text-align: left;
	filter: alpha(opacity:97);
	KHTMLOpacity: 0.97;
	MozOpacity: 0.97;
	opacity: 0.97;
}

.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
}
.tt:hover span.middle {/* different middle bg for stretch */
	display: block;
	padding: 0 12px;
}
.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
}

span.tooltip {color:#f0f0f0;}

.tt:hover span.top {background: url(bilder/buehne/css-bubble-right.png) no-repeat top;}
.tt:hover span.middle{background: url(bilder/buehne/css-bubble-filler.png) repeat bottom;}
.tt:hover span.bottom{background: url(bilder/buehne/css-bubble-right.png) no-repeat bottom;}


/* extraseite: tooltips */


.ttconf {
	position:relative;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
	display: inline-block;
}

.ttconf span { display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
.ttconf:hover { z-index:25; color: #aaaaff; background:;}

.ttconf:hover span.tooltip{
    display:block;
    position:absolute;
    top:10px; 
	left:-260px;
	padding: 15px 0 0 0px;
	width:240px;
    text-align: left;
	filter: alpha(opacity:97);
	KHTMLOpacity: 0.97;
	MozOpacity: 0.97;
	opacity: 0.97;
}

.ttconf:hover span.top{
	display: block;
	padding: 30px 8px 0;
}
.ttconf:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 12px; 
}
.ttconf:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
}

span.tooltip {color:#f0f0f0;}

.ttconf:hover span.top {background: url(bilder/buehne/css-bubble-left.png) no-repeat top;}
.ttconf:hover span.middle{background: url(bilder/buehne/css-bubble-filler.png) repeat bottom;}
.ttconf:hover span.bottom{background: url(bilder/buehne/css-bubble-left.png) no-repeat bottom;}



/* konfigurator: tooltips */


.ttconf2 {
	position:relative;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
	display: inline-block;
}

.ttconf2 span { display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
.ttconf2:hover { z-index:25; color: #aaaaff; background:;}

.ttconf2:hover span.tooltip{
    display:block;
    position:absolute;
    top:45px; 
	left:-220px;
	padding: 0px 0 0 0px;
	width:240px;
    text-align: left;
	filter: alpha(opacity:97);
	KHTMLOpacity: 0.97;
	MozOpacity: 0.97;
	opacity: 0.97;
}

.ttconf2:hover span.top{
	display: block;
	padding: 30px 8px 0;
}
.ttconf2:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 12px; 
}
.ttconf2:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
}

span.tooltip {color:#f0f0f0;}

.ttconf2:hover span.top {background: url(bilder/buehne/css-bubble-left.png) no-repeat top;}
.ttconf2:hover span.middle{background: url(bilder/buehne/css-bubble-filler.png) repeat bottom;}
.ttconf2:hover span.bottom{background: url(bilder/buehne/css-bubble-left.png) no-repeat bottom;}


#fade {
  background: none;
}


.contact {
	width: 273px;
	height: 18px;
	margin-bottom: 5px;
	font: 11px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	border: none;
	background: #eee;
	padding: 3px 0 0 4px;
	border:1px solid #0088C4;
}
textarea.contact {
	height: auto;
}
.red {
	color:#FF0000;
}



#orderform,
#form {
	width:400px;
	border: 1px solid #222;
	padding: 10px;
}
#orderform {
	width:280px;
}
#orderform {
	width:280px;
}
#form label {
	float:left;
	padding-right:10px;
	width:120px;
}
#form input, #form textarea {
	float:left;
	width:200px;
	background:#EEEEEE none repeat scroll 0%;
	border:none;
	font-family:"Lucida Grande","Trebuchet MS",Verdana,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:20px;
	line-height:normal;
	margin-bottom:5px;
	padding:3px 0pt 0pt 4px;
	width:260px;
}
#form .contactbutton,
.contactbutton {
	width: 278px;
	height: 22px;
	margin-bottom: 5px;
	font: 11px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	background:#EEEEEE none repeat scroll 0%;
	border:1px solid #0088C4;
}
#form textarea {
	height:auto;
}
#form select {
	width:205px;
}
.imprint
{
	margin: 20px;
	width: 300px;
}

.zubehoeritem {
	width:700px;
}
.zubehoeritem .titel {
	font-weight:bold;
	margin-bottom:10px;
}
.zubehoeritem .preis {
	font-weight:bold;
	float:right;
}
.zubehoeritem .bild {
	float:left;
	width:120px;
	margin-right:10px;
}
.zubehoeritem .text {
	float:left;
	width:480px;
}

