/* Content Navigation module for overview pages */


.contentNav li
{
    display: block;
    height: 19px;
    margin-bottom: 13px;
}

.contentNav li a
{
    padding-left: 16px;
    background: #fff url(images/arrow-gray.gif) no-repeat 2px 4px;
    font-size: 12px;
    text-decoration: none;
}

.contentNav li a:hover
{
    background-image: url(images/arrow-red.gif);
}
/* Content Navigation module for overview pages with an extra image and a link right of it */

.contentNavImage
{
	border-collapse: collapse;
    position: relative;
    top: 2px;
    /* border: 1px solid #ccc; */
}

.contentNavImage li
{
	border-collapse: collapse;
    display: block;
    padding-top: 0px;
    height: 55px;
    margin-bottom: 17px;
    vertical-align: top;
    /* border: 1px solid #ccc;*/
   
}


.contentNavImage li img {
	vertical-align: top;
	float: left;
	
 
}

.contentNavImage li a
{
    display: block;
    margin-left: 98px;
    margin-top: 0px;
    min-height: 40px;
    text-decoration: none;
    padding-left: 14px;
    padding-top: 5px;
    
    font-size: 10px;
    background-image: url(images/arrow-gray.gif);
    background-repeat: no-repeat;
    background-position: 0px 8px;
	
}


.contentNavImage li a:hover
{
    background-image: url(images/arrow-red.gif);
}


/* VCard for personal contact information plus photo */

.vcard
{
    position: relative;
    margin-bottom: 22px;
}

.vcard img
{
    border: 1px solid #ccc;
}

.vcard div
{
    position: absolute;
    left: 128px;
    top: -2px; /* vcard div 1 pixel down */
}

.vcard p
{
    font-size: 10px;
}


/* News navigation module */

.newsNav
{
    position: relative;
    margin-bottom: 22px;
    width: 397px;
    height: 53px;
    border: 1px solid #ccc;
}

.newsNav li
{
    display: block;
    position: absolute;
    font-size: 10px;
}

.newsNav li a
{
    padding-left: 14px;
    background: #fff url(images/arrow-gray.gif) no-repeat left 3px;
    text-decoration: none;
}

.newsNav li a:hover
{
    background-image: url(images/arrow-red.gif);
}

.newsNav .item1
{
    left: 17px;
    top: 12px;
}

.newsNav .item2
{
    left: 169px;
    top: 12px;
}

.newsNav .item3
{
    left: 17px;
    top: 28px;
}

.newsNav .item4
{
    left: 169px;
    top: 28px;
}


/* Homepage module */
.innerhome
{
	background:#000000;	
    width: 300px;
    z-index: 2000;
    left: 0;
    top: 0;
}
.homeNavigation
{
    position: absolute;
    height: 20px;
    width: 300px;
    z-index: 2000;
    top: 75;
}

.home h2
{
    display: none;
}


.navshade,
.navshadeSimple
{
    display: none;
    position: absolute;
    left: 302px;
    top: 1px;
    width: 151px;
    height: 373px;    
}

.nav\shade
{
    background-image: url(images/white-20.png) !important;
    background-color: transparent !important;

    filter: alpha(opacity=20);
    background-color: white;
    background-image: none;
}

*+html .nav\shade
{
    filter: none;
}


.navshadeSimple
{
    background-image: url(images/chessboard.gif);
    background-repeat: repeat;
}

#navshade1, #navshadeSimple1 { left: 304px; }
#navshade2, #navshadeSimple2 { left: 376px; }

#navshade3,
#navshadeSimple3
{
    display: none;
    position: absolute;
    top: 1px;
    left: 528px;
    width: 430px;
    height: 375px;
}

#nav\shade3
{
    background-image: url(images/white-45.png) !important;
    background-color: transparent !important;

    filter: alpha(opacity=45);
    background-color: white;
}

*+html #nav\shade3
{
    filter: none;
}

#navshadeSimple3
{
    background-image: url(images/chessboard.gif);
    background-repeat: repeat;
}

.navshadeTopnav
{
    position: absolute;
    left: 0;
    display: block;
    z-index: 0;
    height: 23px;
    width: 223px;
    background-image: url(images/chessboard-light.gif);
    background-repeat: repeat;    
}

.navshadeTop\nav
{
    background-image: url(images/white-13.png) !important;
    background-color: transparent !important;

    filter: alpha(opacity=13);
    background-image: none;
    background-color: #fff;
}

*+html .navshadeTop\nav
{
    background-image: url(images/white-13.png) !important;
    background-color: transparent !important;
    filter: none;    
}

div.subnav
{
    display: none;
    position: absolute;
    width: 151px;
    height: 23px;
    font-size: 10px;
    padding-left: 15px;
    padding-top: 5px;
    background-color: white;
    color: black;
    font-size: 10px;
    text-decoration: none;
    background-image: url(images/arrow-gray.gif);
    background-repeat: no-repeat;
    background-position: 138px 8px;
    filter: alpha(opacity=86);
    -moz-opacity: .86;
    cursor: pointer;
}


.subnav1 { left: 304px; }
.subnav2 { left: 376px; }

/*.toppos1 { top: 151px; }
.toppos2 { top: 175px; }
.toppos3 { top: 199px; }
.toppos4 { top: 223px; }
.topposs1 { top: 247px; }
.topposs2 { top: 271px; }
.topposs3 { top: 295px; }
.topposs4 { top: 319px; }
.topposs5 { top: 343px; }
.topposs6 { top: 367px; }

.topposc1 { top: 180px; }
.topposc2 { top: 204px; }
.topposc3 { top: 228px; }
.topposc4 { top: 252px; }
.topposc5 { top: 276px; }
.topposc6 { top: 300px; }
.topposc7 { top: 324px; }
.topposc8 { top: 348px; }

.topposd1 { top: 209px; }
.topposd2 { top: 233px; }
.topposd3 { top: 257px; }
.topposd4 { top: 281px; }
.topposd5 { top: 305px; }
.topposd6 { top: 329px; }*/



div.final,
div.final:hover,
div.final:active
{
    background-image: none;
}

.info
{
    display: none;
    position: absolute;
    left: 536px;
    top: 9px;
    width: 295px;
    height: 423px;
    padding: 16px;
    background-color: #fff;
    overflow: hidden;
    font-size: 10px;
}

.i\nfo
{
    width: 263px;
    height: 391px;
}

.info p
{
    position: relative;
    top: -3px !important;
    top: -4px;
    line-height: 16px;
    margin: 0;
    padding: 0;
}

.infoImage,
.infoImage img
{
    position: absolute;
    left: 8px;
    top: 8px;
    width: 263px;
    height: 103px;
    z-index: 2;
}

.infoHeadline,
.infoSubHeadline, 
.infoSubHeadline_pcna,
.infoType, 
.infoType_pcna,
.infoPerformance, 
.infoPerformance_pcna,
.infoPrice, 
.infoPrice_pcna
{
    font-size: 13px;
    position: absolute;
    width: 263px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.infoHeadline img,
.infoSubHeadline img,
.infoType img,
.infoType_pcna img,
.infoPerformance img,
.infoPerformance_pcna img,
.infoPrice img,
.infoPrice_pcna img
{
    font-size: 11px;
    font-weight: bold;
    color: rgb(132,132,132);
    display: block;
}

.infoHeadline img
{
    font-size: 13px;
}

.infoHeadline
{
    left: 16px;
    top: 124px;
    width: 269px;
    height: 23px;
    z-index: 1;
}

.infoSubHeadline
{
    left: 16px;
    top: 141px;
    width: 261px;
    color: #000;
    height: 16px;
    z-index: 3;
}


.infoType
{
    left: 16px;
    top: 173px;
    height: 57px;
    padding-bottom: 1px;
    border-bottom: 1px dashed rgb(204,204,204);
}


.infoPerformance
{
    left: 16px;
    top: 245px;
    height: 73px;
    padding-bottom: 1px;
    border-bottom: 1px dashed rgb(204,204,204);
}


.infoPrice
{
    left: 16px;
    top: 333px;
}

.info div.infoLink
{
  position: absolute;
  left: 16px;
	bottom: 16px;
  width: 263px;
}

.info div.infoLink a
{
  display: block;
  width: 245px;
	height: 15px;
  border-bottom: 1px dashed rgb(204,204,204);
  background-image: url(images/arrow-red.gif);
  background-repeat: no-repeat;
  background-position: 1px 8px;
  color: rgb(204,0,0);
  padding: 4px;
  padding-left: 14px;
  font-size: 10px;
  text-decoration: none;
}

.info div.infoLink a:hover
{
  background-image: url(images/arrow-gray.gif);
  color: rgb(102,102,102);
}

.info div.infoLink a.first
{
	height: 16px;
  border-top: 1px dashed rgb(204,204,204);
}

/* PCNA */
.infoType_pcna
{
    left: 16px;
    top: 180px;
    height: 50px;
    padding-bottom: 1px;
}

.infoPerformance_pcna
{
    left: 16px;
    top: 236px;
    height: 66px;
    padding-bottom: 1px;
}


.infoPerformance_pcna img, 
.infoPrice_pcna img,
.infoType_pcna img
{
	padding-bottom: 1px;
}

.infoPrice_pcna
{
    left: 16px;
    top: 308px;
}


.infoMoreTwoLines_pcna
{
    position: absolute;
    left: 16px;
    top: 371px;
    height: 20px;
    width: 386px;
}

.infoMoreTwoLines_pcna a
{
	padding-right:0;
	padding-left:0;
    text-decoration: none;
    margin-right: 12px;
}

.infoMoreTwoLines_pcna img
{
    margin-right: 0;
    margin-bottom: 1px;
}




.infoSeparator
{
    width: 261px;
    border-top: 1px dashed rgb(204,204,204);
    height: 1px;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 6px;
}




.infoMore
{
    position: absolute;
    left: 16px;
    top: 391px;
    height: 20px;
    width: 380px;
}

.infoMore a
{
    text-decoration: none;
    margin-right: 1px;
}

.infoMoreTwoLines
{
    position: absolute;
    left: 16px;
    top: 371px;
    height: 20px;
    width: 380px;
}

.infoMoreTwoLines a
{
    text-decoration: none;
    margin-right: 1px;
}

.infoMoreTwoLines img
{
    margin-right: 0;
    margin-bottom: 1px;
}





.navshade,
.navshadeSimple,
.navshadeTopnav
{
    z-index: 2;
}

.subnav,
.info
{
    z-index: 150;
}



body.home div.introImage
{
    position: absolute;
    left: 24px;
    top: 0;
    width: 839px;
    height: 380px;
    z-index: 0;
}

body.home a.navigationChapter,
body.home span.subNavigation
{
    display: none;
}

body.home .search
{
    position: absolute;
    top: 2px;
    left: 0;
}

body.home .search p
{
    position: absolute;
    left: 48px;    
    top: 451px;
    height: 17px;
    margin: 0;
    padding: 0;
}

body.home .sea\rch p
{
        top: 452px;        
}

.search p.lastChild
{
    display: none;
}

body.home .search p.lastChild
{
    display: block;
    position: absolute;
    left: 48px;    
    top: 484px !important;
    top: 483px;
}

body.home .sea\rch p.lastChild
{
    top: 484px;
}

body.home .search .searchbutton
{
    top: 0 !important;
    top: 0px;
}

body.home .sea\rch .searchbutton
{
    top: 1px;
}

*+html body.home .sea\rch .searchbutton
{
	top: 1px !important;	
}

a.homeHead,
a.homeHead:link,
a.homeHead:visited,
a.homeHead:hover,
a.homeHead:active
{
    position: absolute;
    font-weight: bold;
    color: white;
    font-size: 18px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    width: 400px;
    letter-spacing: -1px;
}

.home div.content
{
    min-height: 545px;
    height: auto !important;
    height: 545px;
}

.home .related, .home .related_hidden
{
    display: none;
}

.home .innerContent
{
    width: 399px;
    background-color: #fff;
    margin-top: 0;
    padding-top: 375px;
    padding-bottom: 0;
}

.middleheads
{
    width: 399px;
    background-color: #000000;
    margin-top: 0;
    padding-top: 300px;
	padding-left:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}


/* Country Selector module */

a.countriesHead,
a.countriesHead:link,
a.countriesHead:visited,
a.countriesHead:hover,
a.countriesHead:active
{
    position: absolute;
    font-weight: bold;
    color: white;
    font-size: 18px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    width: 300px;
    letter-spacing: -1px;
}

body.countries div.introImage
{
    position: absolute;
    left: 24px;
    top: 128px;
    width: 839px;
    height: 440px;
    z-index: 0;
}

.countries div.content
{
    min-height: 470px;
    height: auto !important;
    height: 470px;
}

.countries .innerContent
{
    width: 399px;
    background-color: #fff;
    margin-top: 0;
    padding-top: 460px;
    padding-bottom: 0;
}

.countries #selector
{
    position: absolute;
    left: 40px;
    top: 150px;
    z-index: 1001;
}

#selector select,
#selector option
{
    font-style: normal;
    background-color: #fff;
}

#selector optgroup
{
    font-weight: bold;
    font-style: normal;
    color: #666;
    padding-left: 2px;
    margin-top: 8px;
    margin-bottom: 8px;
}

#selector optgroup option
{
    font-weight: normal;
    color: #000;
}

#countryBackground
{
    position: absolute;
    left: 0;
    top: 130px;
    width: 847px;
    height: 278px;
    border: 0;
}

#selector div
{
    margin-bottom: 15px !important;
    margin-bottom: 17px;
}

#selector form select,
#selector form option,
#selector form optgroup
{
    font-size: 10px;
}

.selectTitle
{
    font-weight: bold;
}

#selector optgroup option.otherCountries,
.otherCountries
{
    margin-top: 4px;
    color: #666;
}

.welcome
{
    position: absolute;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    left: 320px;
    top: 369px;
    width: 615px;
    text-align: center;
}

.countrySubmit
{
    position: absolute;
    left: 4px;
    top: 280px;
    font-size: 10px;
    color: #999;
}

.countrySubmit input
{
    border: 1px solid #999;
    background-color: #fff;
    font-size: 10px;
    width: 40px;
}

#selectorShade
{
    position: absolute;
    left: 0;
    top: 100px;
    width: 223px;
    height: 306px;
    z-index: 1000;
}

#selectorS\hade
{
    background-image: url(images/white-13.png) !important;
    background-color: transparent !important;

    filter: alpha(opacity=13);
    background-color: #fff;
    background-image: none;
}

*+html #selectorShade
{
    background-color: #fff !important;
    background-image: none !important;
}


/* Module Motorschaubild */

.engineDiagram
{
    position: relative;
    height: 300px;
}

.engineDiagram .engineDiagramImage
{
display: block;
position: absolute;
left: 0;
top: 0;
width: 369px;
height: 405px;
z-index: 1;
}

.engineDiagram .engineDiagramDetails
{
position: absolute;
left: -153px;
top: -139px;
z-index: 2;
}

.engineDiagram .engineDiagramDetails div
{
position: absolute;
display: none;
}

.engineDiagram ol
{
position: absolute;
left: 380px;
top: 0;
width: 210px;
height: 420px;
padding: 10px;
padding-left: 0;
/*border: 1px solid #ccc;*/
margin: 0;
list-style-type: none;
z-index: 3;
overflow: hidden;
}

.engineDia\gram ol
{
width: 200px;
height: 410px;
padding: 10px;
height: 420px;
}

.engineDiagram  ol
{
    display: none;
}

.engineDiagram #engineDiagramPage1
{
    display: block;
}

.engineDiagram li
{
margin: 1px;
padding: 0;
margin-bottom: 5px;
}

.engineDia\gram li
{
margin-top: 1px;
margin-bottom: 1px;
}

.engineDiagram li a
{
display: block;
height: 22px;
padding-top: 4px;
padding-left: 30px;
font-size: 10px;
text-decoration: none;
cursor: default;
background-color: white;
background-repeat: no-repeat;
background-position: top left;
}

.engineDia\gram li a
{
padding-left: 30px;
}

.engineDiagram li a:hover
{
color: rgb(102,102,102);
}

.engineDiagram #engineDiagramControl
{
    position: absolute;
    top: 440px;
    left: 380px;
    width: 220px;
    font-size: 10px;
    color: #666;
    text-align: right;
}

.engineDiagram #engineDiagramControl a
{
    text-decoration: none;
}

.engineDiagram ol #engineDiagramItem1 a {
background-image: url(images/enginediagram/l1_off.gif);
}

.engineDiagram ol #engineDiagramItem1 a:hover {
background-image: url(images/enginediagram/l1_on.gif);

}

.engineDiagram ol #engineDiagramItem2 a {
background-image: url(images/enginediagram/l2_off.gif);
}

.engineDiagram ol #engineDiagramItem2 a:hover {
background-image: url(images/enginediagram/l2_on.gif);
background-repeat: no-repeat;
}

.engineDiagram ol #engineDiagramItem3 a {
background-image: url(images/enginediagram/l3_off.gif);
}

.engineDiagram ol #engineDiagramItem3 a:hover {
background-image: url(images/enginediagram/l3_on.gif);
background-repeat: no-repeat;
}

.engineDiagram ol #engineDiagramItem4 a {
background-image: url(images/enginediagram/l4_off.gif);
}

.engineDiagram ol #engineDiagramItem4 a:hover {
background-image: url(images/enginediagram/l4_on.gif);
background-repeat: no-repeat;
}

.engineDiagram ol #engineDiagramItem5 a {
background-image: url(images/enginediagram/l5_off.gif);
}

.engineDiagram ol #engineDiagramItem5 a:hover {
background-image: url(images/enginediagram/l5_on.gif);
background-repeat: no-repeat;
}

.engineDiagram ol #engineDiagramItem6 a {
background-image: url(images/enginediagram/l6_off.gif);
}

.engineDiagram ol #engineDiagramItem6 a:hover {
background-image: url(images/enginediagram/l6_on.gif);
background-repeat: no-repeat;
}

.engineDiagram ol #engineDiagramItem7 a {
background-image: url(images/enginediagram/l7_off.gif);
}

.engineDiagram ol #engineDiagramItem7 a:hover {
background-image: url(images/enginediagram/l7_on.gif);
background-repeat: no-repeat;
}

.engineDiagram ol #engineDiagramItem8 a {
background-image: url(images/enginediagram/l8_off.gif);
}

.engineDiagram ol #engineDiagramItem8 a:hover {
background-image: url(images/enginediagram/l8_on.gif);
background-repeat: no-repeat;
}

.engineDiagram ol #engineDiagramItem9 a {
background-image: url(images/enginediagram/l9_off.gif);
}

.engineDiagram ol #engineDiagramItem9 a:hover {
background-image: url(images/enginediagram/l9_on.gif);
background-repeat: no-repeat;
}

.engineDiagram ol #engineDiagramItem10 a {
background-image: url(images/enginediagram/l10_off.gif);
}

.engineDiagram ol #engineDiagramItem10 a:hover {
background-image: url(images/enginediagram/l10_on.gif);
background-repeat: no-repeat;
}

.engineDiagram ol #engineDiagramItem11 a {
background-image: url(images/enginediagram/l11_off.gif);
}

.engineDiagram ol #engineDiagramItem11 a:hover {
background-image: url(images/enginediagram/l11_on.gif);
background-repeat: no-repeat;
}

.engineDiagram ol #engineDiagramItem12 a {
background-image: url(images/enginediagram/l12_off.gif);
}

.engineDiagram ol #engineDiagramItem12 a:hover {
background-image: url(images/enginediagram/l12_on.gif);
background-repeat: no-repeat;
}

.engineDiagram ol #engineDiagramItem13 a {
background-image: url(images/enginediagram/l13_off.gif);
}

.engineDiagram ol #engineDiagramItem13 a:hover {
background-image: url(images/enginediagram/l13_on.gif);
background-repeat: no-repeat;
}

.engineDiagram ol #engineDiagramItem14 a {
background-image: url(images/enginediagram/l14_off.gif);
}

.engineDiagram ol #engineDiagramItem14 a:hover {
background-image: url(images/enginediagram/l14_on.gif);
background-repeat: no-repeat;
}

.engineDiagram ol #engineDiagramItem15 a {
background-image: url(images/enginediagram/l15_off.gif);
}

.engineDiagram ol #engineDiagramItem15 a:hover {
background-image: url(images/enginediagram/l15_on.gif);
background-repeat: no-repeat;
}

.engineDiagram ol #engineDiagramItem16 a {
background-image: url(images/enginediagram/l16_off.gif);
}

.engineDiagram ol #engineDiagramItem16 a:hover {
background-image: url(images/enginediagram/l16_on.gif);
background-repeat: no-repeat;
}

.engineDiagram ol #engineDiagramItem17 a {
background-image: url(images/enginediagram/l17_off.gif);
}

.engineDiagram ol #engineDiagramItem17 a:hover {
background-image: url(images/enginediagram/l17_on.gif);
background-repeat: no-repeat;
}

.engineDiagram ol #engineDiagramItem18 a {
background-image: url(images/enginediagram/l18_off.gif);
}

.engineDiagram ol #engineDiagramItem18 a:hover {
background-image: url(images/enginediagram/l18_on.gif);
background-repeat: no-repeat;
}

.engineDiagram ol #engineDiagramItem19 a {
background-image: url(images/enginediagram/l19_off.gif);
}

.engineDiagram ol #engineDiagramItem19 a:hover {
background-image: url(images/enginediagram/l19_on.gif);
background-repeat: no-repeat;
}

.engineDiagram ol #engineDiagramItem20 a {
background-image: url(images/enginediagram/l20_off.gif);
}

.engineDiagram ol #engineDiagramItem20 a:hover {
background-image: url(images/enginediagram/l20_on.gif);
background-repeat: no-repeat;
}

.engineDiagram ol #engineDiagramItem21 a {
background-image: url(images/enginediagram/l21_off.gif);
}

.engineDiagram ol #engineDiagramItem21 a:hover {
background-image: url(images/enginediagram/l21_on.gif);
background-repeat: no-repeat;
}

.engineDiagram ol #engineDiagramItem22 a {
background-image: url(images/enginediagram/l22_off.gif);
}

.engineDiagram ol #engineDiagramItem22 a:hover {
background-image: url(images/enginediagram/l22_on.gif);
background-repeat: no-repeat;
}

.engineDiagram ol #engineDiagramItem23 a {
background-image: url(images/enginediagram/l23_off.gif);
}

.engineDiagram ol #engineDiagramItem23 a:hover {
background-image: url(images/enginediagram/l23_on.gif);
background-repeat: no-repeat;
}

.engineDiagram ol #engineDiagramItem24 a {
background-image: url(images/enginediagram/l24_off.gif);
}

.engineDiagram ol #engineDiagramItem24 a:hover {
background-image: url(images/enginediagram/l24_on.gif);
background-repeat: no-repeat;
}

.engineDiagram ol #engineDiagramItem25 a {
background-image: url(images/enginediagram/l25_off.gif);
}

.engineDiagram ol #engineDiagramItem25 a:hover {
background-image: url(images/enginediagram/l25_on.gif);
background-repeat: no-repeat;
}

.engineDiagram ol #engineDiagramItem26 a {
background-image: url(images/enginediagram/l26_off.gif);
}

.engineDiagram ol #engineDiagramItem26 a:hover {
background-image: url(images/enginediagram/l26_on.gif);
background-repeat: no-repeat;
}

.engineDiagram ol #engineDiagramItem27 a {
background-image: url(images/enginediagram/l27_off.gif);
}

.engineDiagram ol #engineDiagramItem27 a:hover {
background-image: url(images/enginediagram/l27_on.gif);
background-repeat: no-repeat;
}

.engineDiagram ol #engineDiagramItem28 a {
background-image: url(images/enginediagram/l28_off.gif);
}

.engineDiagram ol #engineDiagramItem28 a:hover {
background-image: url(images/enginediagram/l28_on.gif);
background-repeat: no-repeat;
}

.engineDiagram ol #engineDiagramItem29 a {
background-image: url(images/enginediagram/l29_off.gif);
}

.engineDiagram ol #engineDiagramItem29 a:hover {
background-image: url(images/enginediagram/l29_on.gif);
background-repeat: no-repeat;
}

.engineDiagram ol #engineDiagramItem30 a {
background-image: url(images/enginediagram/l30_off.gif);
}

.engineDiagram ol #engineDiagramItem30 a:hover {
background-image: url(images/enginediagram/l30_on.gif);
background-repeat: no-repeat;
}

.engineDiagram ol #engineDiagramItem31 a {
background-image: url(images/enginediagram/l31_off.gif);
}

.engineDiagram ol #engineDiagramItem31 a:hover {
background-image: url(images/enginediagram/l31_on.gif);
background-repeat: no-repeat;
}

/* ImageSwitch Module (XHTML!) */

.imageSwitch
{
    position: relative;
    top: 0;
    left: 397px !important;
    left: 357px;
    padding: 4px;
    margin-top: 8px;
    width: 202px;
    height: 180px;
    list-style-type: none;
    font-size: 10px;
    border: 1px solid #ccc;
    display: block;
}

.image\Switch
{
    width: 194px;
    height: 170px;
}

.imageSwitch li
{
    display: block;
    height: 16px;
    padding-left: 0;
    margin: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.imageSwitch a
{
    text-decoration: none;
    cursor: default;
    margin: 0;
    padding-left: 14px;
    background: white url(images/arrow-gray.gif) no-repeat left 3px;
    width: 174px;
}

.imageSwitch a.selectedImage img
{    
    display: block;
}

.imageSwitch a.selectedImage
{    
    color: rgb(204,0,0);
    background: white url(images/arrow-red.gif) no-repeat left 3px;
}

.imageSwitch img
{
    padding: 0;
    margin: 0;
    position: absolute;
    top: -1px;
    right: 202px;
    display: none;
}

img.imageSwitchDefault
{
    position: absolute;
    left: 1px;
    top: 28px;
}

.image\Switch img
{
    right: 204px;
}

.imageSwitch .selected
{
    color: rgb(204,0,0);
    background: white url(images/arrow-red.gif) no-repeat left 3px;
}

/*IE7*/
*+html ul.imageSwitch, * html ul.imageSwitch
{
	margin-left: 0;
}

.search
{
    position: absolute;
    bottom: 0;
    height: 200px;
    width: 200px;
}


/* Who module */

.who
{
    font-size: 18px;
    font-family: "times new roman", sans-serif;
    margin-left: 0;
    padding-left: 0;
    padding-top: 15px;
    background-image: url(/images/thumbnail-bg.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    width: 397px;
    height: 184px;
}

.who li
{
    background-color: rgb(91,133,173);
    color: #fff;
    display: block;
    list-style-type: none;
    width: 376px;
    text-align: center;
    margin-bottom: 2px;
}


/* Sitemap module */

.sitemap
{
    clear: both;
    height: 950px;
    position: relative;
    top: -14px;
    width: 420px;
}

.sitemap a
{
    text-decoration: none;
}

.tree1
{
    width: 200px;
    float: left;
    overflow: hidden;
}

.tree2
{
    width: 200px;
    float: right;
    overflow: hidden;
}

.sitemap h3
{
    height: 24px;
    font-size: 14px;
}

.sitemap h3 a
{
    display: block;
    padding-left: 11px;
    padding-top: 0;
    background-image: url(images/arrow-gray.gif);
    background-repeat: no-repeat;
    background-position: 0 6px;
}

.sitemap p
{
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 11px;
    margin-left: 12px;
}

.sitemap p a
{
    display: block;
    padding-left: 12px;
    background-image: url(images/arrow-gray.gif);
    background-repeat: no-repeat;
    background-position: 0 4px;
}

.sitemap p a:hover
{
    background-image: url(images/arrow-red.gif);
}


/* Press module */

img.pressimage
{
  border: 1px solid #cccccc;
}

body h3.presshead
{
    margin-top: 1px;
    color: #333333;
    font-size: 12px;
}

.subTitle
{
    border-top: 1px dashed rgb(204,204,204);
    border-bottom: 1px dashed rgb(204,204,204);
    color: rgb(0,0,0);
    font-size: 12px;
    font-weight: normal;
    margin-top: 26px;
    margin-bottom: 14px;
    padding-top: 13px;
    padding-bottom: 11px;
}

a.speciallink
{
    display: block;
    background-image: url(images/arrow-blue.gif);
    background-position: 1px 4px;
    background-repeat: no-repeat;
    color: rgb(91,133,173);
	padding-top: 0;
    padding-bottom: 0;
    padding-left: 14px;
    font-size: 10px;
    text-decoration: none;
}

a.speciallink:hover
{
    background-image: url(images/arrow-red.gif);
    color: rgb(204,0,0);
}


/* <TEQUIPMENT> */
/* Tequipment details page */


.teqImageFloat {
    color: rgb(102,102,102);    
    float: left;  
    width: 207px;

    display: inline;
     
    padding-top: 0px;
    padding-right: 24px;    
    padding-bottom: 11px;  
    padding-left: 0px;  
}

.teqImageFloat img {
         
}

.teqIntro {
  clear: both;
  font-size: 12px;
  padding-bottom: 11px;	
}


/* Tequipment details block */
.teqBlock
{
    margin: 0;    
    padding: 0;
    padding-bottom: 11px;
    display:block;
}

.teqBlock ul {
	list-style-type: none;
	font-size: 12px;	
	margin: 0;
	padding: 0;	
        display: block;
}

.teqBlock ul li
{
  margin: 0px;
  padding: 0px;
}

.teqBlock ul li.title {

	font-size: 12px;	
	font-weight: bold;	
 margin: 0px;
  padding: 0px;
	padding-bottom: 25px;
  display: block;
}

.teqBlock ul li.price table{
	
  clear: none;
  margin: 0px;
  padding: 0px;
  display: inline;
}

.teqBlock ul li.price tr td {
   font-size: 12px;
   padding-left: 0px;
   margin-left:0px;
}


.teqBlock ul li.price table tr TeqpriceTableFirst {
	padding:0;
	text-align: right;
}

/* neue Tequipment Tabellen CSS */
.teqTable
{
margin: 0px;
padding: 0px;
empty-cells: show;
border-collapse:collapse;
width: 399px;
border-bottom: 1px dashed rgb(204,204,204);
}

.teqTableTrDashed
{
  border-top: 1px dashed rgb(204,204,204);
}

.teqTable tr td
{
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  border-top: 1px dashed rgb(204,204,204);
  padding-top: 13px;
  padding-bottom: 11px; 
}

.teqTableImage
{
  margin: 0px;
  padding: 0px;  
}

.teqTableImage img
{
  margin: 0px;
  padding: 0px;
  padding-right: 26px;
}

.teqTableContent
{
   width: 100%;
}

.teqTableContent ul
{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.teqButton
{
   padding-top:22px;
}

.teqBlockBack
{
  margin: 0px;
  padding: 0px;
}

/* </TEQUIPMENT> */



/* Sportfahrschule Training Buttons (Buchen etc.)*/
img.sfsButtonBook 
{
	right: 23px;
	margin: 0;
	position:absolute; 
	padding: 0;
}

/* IE Hack */
html>body img.sfsButtonBook {
	right: 24px;
	margin-top: 4px;
}


/****************************************************************************/
/****************************************************************************/
/***********  Begin Training Selector Tool  Styles  *************************/
/****************************************************************************/
/****************************************************************************/

#SDSTrainingSelector .tabContainer ul
{
	margin: 0px;	
	padding: 0px;
    width: 567px;
}

#SDSTrainingSelector .tabContainer
{	
	margin-top: 33px;
    background-color: #fff;
}


#SDSTrainingSelector .tabContent
{
	width: 567px;
	position:relative;
	height: auto;
	margin: 0px 0px 1px 0px;
	padding: 0px;
	line-height: normal;
	text-align: left;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
  
}


/* Start dropdown block */
#SDSTrainingSelector #monthBlock 
{
	display: block;
	position:relative;	
	padding: 0;
	background-color: #F5F5F5;
	width: 567px;
	height: 23px;
}

#SDSTrainingSelector #monthText
{
	font-size: 10px;
	position:absolute;
	left: 5px;
	top: 4px;
	margin: 0px;
	padding: 0px;
}

#SDSTrainingSelector #monthDropDown 
{
	position: absolute;
	left: 83px;
	top: 1px;
	margin: 0px;
	padding: 0px;
}

#SDSTrainingSelector #monthDropDown select
{
	width: 200px;
	font-size: 11px;
}
/* End of Dropdown block */



/* background table */
#sdsBgTable 
{
	width: 567px;
	padding: 0px;
	margin: 0px;
	display: block;
	border-collapse: collapse;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

html>body #sdsBgTable 
{
	margin-left: 1px;
	width: 566px;
}


#sdsBgTable td {
	margin: 0;
	border-top: 0;
	text-align: left;
	vertical-align: top;
	height: 39px;
}

#sdsBgTable tr.titleRow td
{
	width: 98px;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	padding:0;
	font-size: 10px;
	background-color: #F5F5F5;
	color: #666666;
	height: 23px;
	line-height: normal;
}

html>body #sdsBgTable tr.titleRow td
{
	height: 24px;
}

#sdsBgTable tr.lastBeforeTitle td
{
	border-bottom-style: solid;	
}



/* background table first Column (Y-Values)*/
#sdsBgTable td.SDSColYAxisValues {
	width: 75px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	text-align: left;
	padding: 2px 5px 10px 4px;
	vertical-align: top;
	line-height: normal;
	color: #666666;
}


#sdsBgTable td.SDSColFirst, #sdsBgTable td.SDSColMid
{
	padding: 0;
	width: 98px;
	height: auto;
	border-bottom: 1px dashed #CCCCCC;
	
}

#sdsBgTable td.SDSColMid {
	border-left: 1px dashed #CCCCCC;
}
/* End of background table */



/* SDS Date links */
#sdsBgTable ul.SDSLink
{
	font-size: 10px;
	margin: 0;
	padding: 0;
	margin-left: 5px; 
	margin-top: -4px;
	margin-bottom: 4px;
}


html>body #sdsBgTable ul.SDSLink 
{
	margin-top: -5px;
	margin-bottom: 5px;
}

#sdsBgTable ul.SDSLink2
{
	font-size: 10px;
	margin: 0;
	padding: 0;
	margin-left: 5px; 
	margin-top: 0px;
	margin-bottom: 4px;
}


html>body #sdsBgTable ul.SDSLink2
{
	margin-top: 0px;
	margin-bottom: 5px;
}

#sdsBgTable ul.SDSLink li, #sdsBgTable ul.SDSLink2 li  
{
	list-style: none;
	text-align: left;
	/* line-height: 13px; */
	line-height: 12px;
	margin-top: 7px;
	margin-bottom: 0px;
	/* border: 1px solid red; */
}


#sdsBgTable a 
{
	color: #A9A9A9; /* Booked date color */
}

#sdsBgTable a.SDSCourseAvailable
{
	color: #5B85AD; /* available date color */
}

/* End SDS Date Links */


/* Status legend block */
#statLegendBlock 
{
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
}

#statLegendFree, #statLegendOccupied
{
	position:relative;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	width: 83px;
	height: 10px;
	float: left;
}

#statLegendFree { color: #5B85AD; }
#statLegendOccupied { color: #A9A9A9; }

#statLegendFree .statLegendBox { background-color: #5B85AD; }
#statLegendOccupied .statLegendBox { background-color: #A9A9A9; }


.statLegendBox
{
	font-size: 4pt;
	width: 7px;
	height: 7px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 3px;
	left: 0px;
}

.statLegendText
{
	margin: 0;
	padding: 0;
	line-height: normal;
	position: absolute;
	top: 0px;
	left: 12px;
}

/* End of Status legend */



/**************************************/
/*********** Popup Styles  ************/
/**************************************/

#SDSInfoBox
{
	display: block;
	position: relative;
	width: 615px;
	margin: 0px;
	padding: 0px;
}

#SDSBookingButton 
{
	position:absolute;
	top: 0px;
	right: 22px;
	margin: 0px;
	padding: 0px;
}

h5.SDSSectionTitle
{
	font-size: 9pt;
	padding-left: 3px;
	margin-bottom: 13px;
}

/* Info Table */
#SDSInfoTable 
{
	display: block;
	width: 399px;
	border-collapse: collapse;
	margin-bottom: 0px;
	padding-bottom: 0px;	
}


#SDSInfoTable tr.firstLine td
{
	padding-bottom: 13px; 
	line-height: normal;
}

#SDSInfoTable tr td.SDSTableSpacerRow
{
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}

#SDSInfoTable tr td
{
	text-align: left;
	vertical-align: top;
	padding-left: 3px;
	line-height: normal;
	padding-bottom: 16px;
}

#SDSInfoTable tr.SDSStatusRow td
{
	background-color: #F5F5F5;
	height: 23px;
	vertical-align: middle;	
	padding-bottom: 0px;
}

td.SDSTableCol1
{
	width: 160px;
}

td.SDSTableCol2
{
	width: 240px;
}

#SDSInfoBox p
{
	padding-left: 3px;	
}

a.SDSPackageBooking.firstpackage
{
  border-top: 1px dashed rgb(204,204,204);
}

a.SDSPackageBooking
{
	font-size: 13px;
  position: relative;
	width: 508px;
  clear: both;
  display: block;
  text-decoration: none;
  cursor: pointer;
  clear: both;
  border-bottom: 1px dashed rgb(204,204,204);
  padding: 7px;
}

a.SDSPackageBooking:hover
{
  background-image: url(illustrated-link-back.gif);
  background-repeat: repeat-y;
  background-position: 100% 0;
  background-color: rgb(245,245,245);
	font-size: 13px;
}

span.SDSPackageBookingTitle
{
	position: relative;
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin-bottom: 7px;
}

span.SDSPackageBookingTitle span.left
{
	float: left;
}

span.SDSPackageBookingTitle span.right
{
	float: right;
}

span.SDSPackageBookingContains,
span.SDSPackageBookingDescription
{
  clear: both;
	position: relative;
	display: block;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	margin-bottom: 7px;
}

span.SDSPackageBookingButton
{
	position: relative;
	display: block;
	width: 100%;
	line-height: 11px;
	text-align: right;
	margin-bottom: 0;
}

/**************************************/
/*********** End of Popup Styles  ******/
/**************************************/

/****************************************************************************/
/****************************************************************************/
/************ End of Training Selector Tool  Styles  ************************/
/****************************************************************************/
/****************************************************************************/


.simpleDropdown
{
	width: 385px;
	font-size: 11px;
	font-family: Arial, sans-serif;
}


/****************************************************************************/
/*************************** Begin Flash IFrame Navi  **************************/
/****************************************************************************/
#flashiframenavi
{
  background-color: #AAA;
  width: 600px;
  position:relative;
  top:-24px;
  left:-24px;
  padding-left: 15px;
  display: none;
}
#flashiframenavi a
{

  color: white;
  padding-top: 3px;
  padding-bottom: 0;
  padding-left: 18px;
  font-size: 10px;
  background-image: url(/images/arrow-white.gif);
  background-repeat: no-repeat;
  background-position: 4px 6px;
  text-decoration: none;
}

#historyspecial
{
	display: inline;
  width:615px;
  padding:-24px;
  margin:-24px;
}
/****************************************************************************/
/*************************** End of Flash IFrame Navi  *************************/
/****************************************************************************/
/********************************/
/******** Linkblock - Deeplink *****/
/********************************/

table.linkblock_deeplink
{
	width: 571px;		
	border-collapse: collapse;
	border: 0;		
	margin: 0;
	padding: 0;
}

table.linkblock_deeplink tr td 
{ 
	border-bottom:1px dashed #CCCCCC;
	height: 108px; 
	padding:0; 
	margin:0;	
}

*+html table.linkblock_deeplink tr td 
{
	height: 108px;
}

table.linkblock_deeplink a 	
{
	width: 380px;
	border: 0;
	margin: 0;
	padding: 0;
}

table.linkblock_deeplink a span	
{
	width: 210px;
	padding-top: 8px;
	height: 100px;
}	

*+html table.linkblock_deeplink a span	
{
	padding-top: 0;
}

table.linkblock_deeplink a span strong.modelInfo1 
{	
	position:none;	
}	

table.linkblock_deeplink span, 
table.linkblock_deeplink span strong 	
{
	width: auto; 
	padding-right:0;
	margin-right:0;
	padding-top:0;
	margin-top:0;
}	

table.linkblock_deeplink td.first		
{
	width: 380px;
}

table.linkblock_deeplink td.second		
{
	width: 178px;
	padding-left:9px;
}

table.linkblock_deeplink strong.deeplink
{
	font-size:10px;
	line-height:15px;
	color: #333;
	padding-left:0;
}

table.linkblock_deeplink strong.deeplink a
{
	text-decoration:none;
	background-image:url(/images/arrow-black.gif);
	background-position:4px 6px;
	background-repeat:no-repeat;
	padding-bottom:0pt;
	padding-left:18px;
	padding-top:3px;		
}

.related_hidden
{
	height:150px;
	z-index:-5;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
}
form {
	margin: 0px;
	padding: 0px;
}

