/* LAYOUT-Definition für LocationVoiture-PasChere.fr
*/

@charset "utf-8";

body{
    text-align:center;
    background-image: url('../images/hintergrund.png');
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

img{
    border: none;
}

a{
    text-decoration:none;
    color: #000000;
    font-weight: bold;
}

a:hover{
    color:#0066CC;
}

#goingupimage{
    display: none;
}

/* DIV BLAUE TRENNLINIE als CLASS */
.textlinie{
    position: absolute;
    left:0;
    width:424px;
    height:14px;
    border: none;
    background-image: url('../images/hr_trennlinie.png');
    background-repeat: no-repeat;
}

/* Definition der DIV-Elemente */
#content{
    position: absolute;
    top:10px;
    width:650px;
    margin-left:-325px;
    left:50%;
}

#header{
    position: absolute;
    top:0;
    left:-30px;
    width:684px;
    height:144px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
}

#navigation{
    position: absolute;
    top:140px;
    left:0;
    width:650px;
    height:36px;
    background-image: url('../images/navigationsleiste.png');
    background-repeat:no-repeat;
    text-align:left;
}

/* NEW DEFINITIONS FOR TYPOLIGHT 2.7.0 */

#breadcrumbnav{
    position: absolute;
    top:176px;
    left:0;
    width:600px;
    height:20px;
    text-align: left;
    margin-left:10px;
    font-size:10px;
}

.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 */

/* MAIN - CONTAINER für LINKS und RECHTS */
#main{
    position: absolute;
    top:192px;
    right:-5px;
    width:650px;
    height:765px;
    background-image: url('../images/inhalt_hintergrund.png');
    background-repeat: no-repeat;
    /* border:1px solid red; */
}

#box1{
    position: absolute;
    top:10px;
    right:16px;
    width:410px;
    height:202px;
    background-image: url('../images/box1.png');
    background-repeat:no-repeat;
}

#box2{
    position: absolute;
    top:218px;
    right:16px;
    width:410px;
    height:348px;
    background-image: url('../images/box2.png');
    background-repeat:no-repeat;
}

#box3{
    position: absolute;
    top:570px;
    right:16px;
    width:410px;
    height:170px;
    background-image: url('../images/box3.png');
    background-repeat:no-repeat;
}

#box3 a{
    color:#0066CC;
}

#box4{
    position: absolute;
    top:10px;
    right:16px;
    width:410px;
    height:348px;
    background-image: url('../images/box4.png');
    background-repeat:no-repeat;
}

#box5{
    position: absolute;
    top:368px;
    right:16px;
    width:410px;
    height:370px;
    background-image: url('../images/box5.png');
    background-repeat:no-repeat;
}

#box6{
    position: absolute;
    top:218px;
    right:16px;
    width:410px;
    height:526px;
    background-image: url('../images/box6.png');
    background-repeat:no-repeat;
}

#box7{
    position: absolute;
    top:10px;
    right:16px;
    width:410px;
    height:736px;
    background-image: url('../images/box7.png');
    background-repeat:no-repeat;
}

#box8{
    position: absolute;
    top:368px;
    left:0;
    width: 210px;
    height: 370px;
    background-image: url('../images/box8.png');
    background-repeat:no-repeat;
}

#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('../images/bookingengine.png');
    background-repeat:no-repeat;
}

#presentation{
    position: absolute;
    top:33px;
    left:2px;
    width:406px;
    height:312px;
    background-image: url('../images/presentation.png');
    background-repeat: no-repeat;
}

#bgcontactlist{
    position: absolute;
    bottom:12px;
    left:8px;
    width:192px;
    height:130px;
    background-image: url('../images/bg_contactlist.png');
    background-repeat: no-repeat;
}

#box9{
    position: absolute;
    width:207px;
    height: 347px;
    top:10px;
    left:0;
    background-image: url('../images/box9.png');
}

#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{
    position: absolute;
    top:770px;
    left:0;
    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;
}