/*********************************************/
/*        css styles for abt automobile      */
/*           written and composed by         */
/*               markus erdmann              */
/*             © 2009 esense gmbh            */
/*                                           */
/*********************************************/

/**********************************************/

/*** main container ***/
body {
height:100%;
background-color:#fff;
}

#centerContainer {
position:relative;
width:1190px;
height:800px;
margin:0 auto 0 auto;
background-color:transparent;
}

/*** schmetterling und blŠtter ***/
#insect {
position:absolute;
left:-130px;
top:590px;
width:207px;
height:200px;
background:transparent url(../pics/schmetterling.png)  0 0 no-repeat;
}

#leaf {
position:absolute;
left:690px;
top:100px;
width:432px;
height:219px;
background:transparent url(../pics/blaetter.png)  0 0 no-repeat;
z-index:10;
}

/*** content ***/
/*** content container ***/
.contentContainer {
position:relative;
top:0;
left:83px;
width:1017px;
float:left;
z-index:1;
}

/*** content header ***/
#headerContainer {
position:relative;
width:1017px;
height:180px;
float:right;
background-color:transparent;
z-index:250;
}

/*** header content ***/
#logoTaxi {
position:absolute;
top:111px;
left:804px;
z-index:200;
}

#logoHonda {
position:absolute;
top:9px;
left:877px;
z-index:100;
}

.telefon {
position:relative;
top:11px;
left:16px;
float:left;
}

.telefon img {
display:block;
}

/*** two column ***/
.twoColumnContainer {
position:relative;
width:977px;
left:0;
margin:0;
float:left;
padding:0px 20px 20px 20px;
background-color:transparent;
color:#465057;
}

.leftContent {
position:relative;
width:470px;
float:left;
background-color:transparent;
}

.rightContent {
position:relative;
width:470px;
float:right;
}

.externalContent {
position:relative;
width:100%;
clear:both;
float:left;
}

/*** text and link ***/
.twoColumnContainer a,
.twoColumnContainer p a {
text-decoration:underline;
color: #333;
}

.twoColumnContainer a:hover,
.twoColumnContainer p a:hover {
	color: #000;
text-decoration:none;
}

/*** list ***/
.twoColumnContainer ul li {
list-style-position:inside;
list-style-type:decimal;
}

.twoColumnContainer ol li {
list-style-type:disc;
list-style-position:inside;
}

.imprint{
font-size: 8px;
color: #aaa;
margin:0 0 0 -37px;
position: relative;
top:0;
left:0;
}
.imprint a{
font-size: 8px;
text-decoration:none;
color: #aaa;
font-weight:bold;
}
a.esense {
font-size:11px;
font-weight:normal;
}
/*** end of css ***/