/*---START-CSS---Parkcafe-Pillnitz---*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
}

body {
    background: #ecf0f4;
    font-family: Arial, sans-serif;
    font-size: 100%;
}

.clear {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
}

h1 {
    font-size: 1.2em;
    color: #fff;
}

h1#kontakt {
    font-size: 1em;
    font-weight: normal;
}

a.moreLink {
    background: url(../assets/layout/morelink.gif) no-repeat 100% 3px;
    padding-right: 12px;
    color: #005874;
}

a.moreLink:hover {
    text-decoration: underline;
}

/*---LAYOUT---*/


#container {
    width: 900px;
    background: url(../assets/layout/bg_content.gif);
    margin: 0 auto;
    padding: 0 4px;
}

#left, #image  {
     float: left;
}

#bottom  {
    background: url(../assets/layout/bg_content_bottom.gif) no-repeat;
    width: 908px;
    height: 5px;
    margin: 0 auto;
}

#header  {
    width: 500px;
    height: 179px;
    margin-bottom: 1px;
    display: block;
}

#header a {
    height: 179px;
    display: block;
}

#content {
    width: 500px;
}

#navi {
    list-style: none;
    display: block;
}
#navi li {
    float: left;
    width: 250px;
}

#navi li a {
    height: 149px;
    display: block;
    width:249px;
    text-align: right;
    background-color: #005874;
    margin: 0 1px 1px 0;
}

#navi li a:hover {
    background-color: #e68400;
}

#navi li a span {
    display:block;
    padding: 128px 5px 0 0;
    color: #fff;
    font-weight: bold;
}

.restaurant {background: url(../assets/layout/bt_restaurant.png) no-repeat 0 5px; }
.reiseveranstalter {background: url(../assets/layout/bt_reiseveranstalter.png) no-repeat 0 5px; }
.heiraten {background: url(../assets/layout/bt_heiraten.png) no-repeat 0 5px;}
.reisetipps {background: url(../assets/layout/bt_reisetipps.png) no-repeat 0 5px; }

#hr  {
    background: #528da0;
    height: 19px;
    width: 499px;
    margin-bottom: 1px;
}

#jiggys {
    border-top: 5px solid #005874;
    width: 499px;
}

.jiggy  {
    width: 220px;
    height: 148px;
    background: #448094;
    float: left;
    padding: 20px 15px 0;
}

.jiggy.aktuel  {
    background: #6ba7b9;
    width: 219px;
}

.jiggy p {
    font-size: 0.8em;
    color: #fff;
}

#image  {
    background: url(../assets/layout/image_start.png);
    height: 673px;
    width: 400px;
}

#footer  {
    width: 900px;
    height: 28px;
    background: #448094;
}

#footer p {
    line-height: 28px;
    width: 484px;
    border-right: 1px solid #d1dde4;
    background: #e68400;
    color: #fff;
    font-size: 0.7em;
    padding-left: 15px;
}
