/* LAYOUT-Definition für LocationVoiture-PasChere.fr
*/
body
{
	background-image: url('/VOITUREPASCHERE/images/hintergrund2.png');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
}

img{
    border: none;
}

a{
    text-decoration:none;
    color: #000000;
    font-weight: bold;
}

a:hover{
    color:#0066CC;
}

/* DIV BLAUE TRENNLINIE als CLASS */
.textlinie{
    width:424px;
    height:14px;
    border: none;
    background-image: url('/VOITUREPASCHERE/images/hr_trennlinie.png');
    background-repeat: no-repeat;
}

/* Definition der DIV-Elemente */
#content
{
	position:relative;
    width:684px;
    margin-left:-325px;
    top:10px;
    left:50%;
}

#header
{
	width: 684px;
	height: 144px;
	background-image: url('/VOITUREPASCHERE/images/logo.png');
	background-repeat: no-repeat;
	margin: 0 auto;
	background-color: transparent;
}

#navigation{
    width:650px;
    height:36px;
    margin: 0 auto;
    background-image: url('/VOITUREPASCHERE/images/navigationsleiste.png');
    background-repeat:no-repeat;
    text-align:left;
    line-height:36px;
}

/* NEW DEFINITIONS FOR TYPOLIGHT 2.7.0 */

#breadcrumbnav{
    margin: 0 auto;
    width:650px;
    height:20px;
    text-align: left;
    font-size:10px;
    line-height:12px;
}

.mod_navigation ul{
    display: block;
    width:648px;
    height:36px;
    margin-top:88px;
    margin-left:0;
    list-style: none;
    text-align: left;
    background-repeat:no-repeat;
    text-indent:-22px;
}

.mod_navigation li{
    display:inline;
    font-size:13px;
    color: #FFFFFF;
    line-height:32px;
    margin-right:20px;
}

/* END OF NEW DEFINITIONS */

/* booking engine overrides */
#bookEngContainer {
	width: 650px;
	margin: 0 auto;
	padding-left:5px;
}


#bookEngCap
{
	height: 73px;
	background-image: url('/VOITUREPASCHERE/images/bookEng-cap.png');
	background-repeat: no-repeat;
	/*border:1px solid red;*/
}

#bookEngCap h2{
    font-size:14px;
    text-align: left;
    margin:0 0 20px 0;
    padding: 18px 0 0 20px;
    color: #FFFFFF;
    text-shadow:3px 3px 5px #000000;
}

#bookEngMain
{
	background-image: url('/VOITUREPASCHERE/images/bookEng-bkgd.png');
	background-repeat: repeat-y;
    padding: 10px 0 10px 20px;
	/*border:1px solid yellow;*/
}



#bookEngMainFooter
{
	width: 650px;
	height: 69px;
	background-image: url('/VOITUREPASCHERE/images/bookEng-footer.png');
	background-repeat: no-repeat;
	/* border:1px solid red; */
}

/* end booking engine overrides */


#AElogo{
    position: absolute;
    bottom: -64px;
    left:0;
    width: 205px;
    height: 177px;
}

#bookingengine{
    position: absolute;
    top:10px;
    right:16px;
    width:410px;
    height:202px;
    background-image: url('/VOITUREPASCHERE/images/bookingengine.png');
    background-repeat:no-repeat;
}

#presentation{
    position: absolute;
    top:33px;
    left:2px;
    width:406px;
    height:312px;
    background-image: url('/VOITUREPASCHERE/images/presentation.png');
    background-repeat: no-repeat;
}



#left{
    position: absolute;
    top:0;
    left:8px;
    width:207px;
    height:680px;
    /* border:1px solid blue; */
}

/* Definition der Elemente im RIGHT-DIV */
#specialderwoche{
    position: absolute;
    top: 362px;
    left:0;
    width: 207px;
    height: 202px;
}

#doppelbanner{
    position: absolute;
    top: 212px;
    left:0;
    width: 207px;
    height: 348px;
}

#buchbinder{
    position: absolute;
    top: 570px;
    left:0;
    width: 205px;
    height: 167px;
}

#footer{
	margin: 10px auto;
    width: 640px;
    height:60px;
}

#footer p{
    text-align: center;
}

/* *****************************
  
  CSS - Code for MooTools
  
  ******************************
 */

h3.section {
	margin-top: 1em;
}

#vertical_slide, #horizontal_slide {
	background: #D0C8C8;
	color: #8A7575;
	padding: 10px;
	border: 5px solid #F3F1F1;
	font-weight: bold;
}

div.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 10px;
}