
* {
    margin:0;
    padding:0;
}

html {
    width:100%;
    height:100%;
}

body {
    margin:0px;
    padding:0;
    width:100%;
    font: normal 11px Arial, Verdana, Helvetica, sans-serif;
}

a img {
    border:none;
}

a {
    text-decoration:none;
    color:#88817c;
}

h1 {
    font-size:1.2em;
    color:#2d1d11;
    margin-bottom:15px;
}



#wrapper {
    background:url('../pics/bg.jpg') left top no-repeat;
    min-height:848px;
    width:1306px;
    padding-bottom:50px;
}



/* HEAD START */


#head {
    height:355px;
}

#headLeft{
    width:247px;    
    height:355px;
    float:left;
}

#logo{
    margin-left:102px;
    margin-top:159px;
}

#headMid{
    width:844px;
    height:355px;
    float:left;
}

#headRight{
    float:left;
    height:355px;
}

#impressum{
    margin:333px 0 0 16px;    
}

#indexMid00{
    width:149px;
    height:700px;
    float:left;
    margin-left:97px;
}

#indexMid01{
    width:222px;
    height:700px;
    float:left;
}

#indexMid01:hover{
    background:url('../pics/index_kitchenA.jpg') 0 0 no-repeat;
}

#indexMid02{
    width:185px;
    height:700px;
    float:left;
}

#indexMid02:hover{
    background:url('../pics/index_cafeA.jpg') 0 0 no-repeat;
}

#indexMid03{
    width:246px;
    height:700px;
    float:left;
}

#indexMid03:hover{
    background:url('../pics/index_interiorA.jpg') 0 0 no-repeat;
}

#indexMid04{
    width:193px;
    height:700px;
    float:left;
}

#indexMid04:hover{
    background:url('../pics/index_eventA.jpg') 0 0 no-repeat;
}


#indexMid00 p,#indexMid01 p,#indexMid02 p,#indexMid03 p,#indexMid04 p{
    margin:20px;
    margin-top:378px;
    color:#1f1308;
}
 
#slideShow {
    height:354px;
    overflow:hidden;
}

#slideLeft,#slideMid,#slideRight {
    float:left;
    height:354px;
    overflow:hidden;
}

#slideLeft {
    width:33px;
    background:url('../pics/slideLinks.jpg') 0 0 no-repeat;
}

#slideRight {
    width:34px;
    background:url('../pics/slideRechts.jpg') 0 0 no-repeat;
}

#slideMid {
    width:777px;
}

#slidePfeilLinks, #slidePfeilRechts {
    cursor:pointer;
    display:none; /* FALLS JS DEAKTIVIERT, KEIN SLIDEN DER BILDER */
}
 
/* HEAD END */


/* BOTTOM START */

#bottom {

}

#bottomLeft {
    float:left;
    text-align:right;
    width:247px;
}

#mainNavi{
    list-style:none;
    margin-right:17px;
    margin-top:15px;
}

#mainNavi li{
    height:30px;
}

#bottomRight {
    float:left;
    width:735px;
    margin-top:25px;
    margin-left:26px;
    color:#2d1d11;
}
    

/* BOTTOM END */


