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

/**********************************************/
.showPopupButton a {
position:relative;
top:10px;
width:76px;
float:right;
background-color:#487008;
padding:0;
margin:0 10px 0 0;
text-align:center;
color:#eee;
border-left:1px solid #adc97b;
border-top:1px solid #adc97b;
border-bottom:1px solid #396101;
border-right:1px solid #396101;
font-size:11px;
}

.showPopupButton a:hover {color:#eee;}
/*** popup on start-page ***/
.popupShow {
position:absolute;
left:-240px;
margin:200px 0 0 100%;
padding:10px;
width:180px;
height:auto;
background-color:#3e494b;
border:1px solid #626971;
z-index:1;
}

.popupShow table tr td {
position:relative;
z-index:1000 !important;
}

.popupHide {
width:0px;
height:0px;
visibility: hidden;
position:absolute;
left:-1000px;
}

.popupClose a {
position:absolute;
top:0;
left:180px;
width:20px;
height:20px;
float:right;
background:transparent url(../pics/close.gif) 0 0 no-repeat;
}

.popupContentContainer {
position:relative;
top:0;
left:0;
margin:0;
padding:4px 0 3px 0;
float:left;
width:180px;
border-top:1px solid #626971;
}

.popupText {
padding:0 0 0 32px;
display:block;
font-size:0.8em;
}

.popupLine {
position:relative;
width:180px;
height:1px;
float:left;
background-color:#626971;
line-height:0px;
font-size:0px;
}

/*** action buttons popup ***/
.buttonNewsPop {
position:relative;
top:0px;
left:0px;
width:29px;
height:28px;
background:transparent url(../pics/news-pop.jpg) 0 0 no-repeat;
float:left;
}

.buttonEventPop {
position:relative;
top:0px;
left:0px;
width:29px;
height:28px;
background:transparent url(../pics/event-pop.jpg) 0 0 no-repeat;
float:left;
}

.buttonActionPop {
position:relative;
top:0px;
left:0px;
width:29px;
height:28px;
background:transparent url(../pics/aktion-pop.jpg) 0 0 no-repeat;
float:left;
}

.buttonAbtPop {
position:relative;
top:0px;
left:0px;
width:29px;
height:28px;
background:transparent url(../pics/abt-pop.jpg) 0 0 no-repeat;
float:left;
}

/*** end of css ***/