/* Reset */

img {
    display: block;
    border: none;
}

/* Schriften */

body, p, li, h1, h2, h3, h4 {
    font-family: "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
    font-size: 14px;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
    margin: 20px 0 10px 0;
}

p {
    margin: 0 0 5px 0;
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: underline;
}

/* Allgemeines */

.clear {
    clear: both;
}

iframe {
    border: none;
}

/* Struktur */

body {
    background: url("images/hintergrund.jpg") repeat;
}

#container {
    background-color: white;
    width: 640px;
    padding: 10px 30px;
    margin: 35px auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

#logo {
    margin-bottom: 10px;
}

#nav {
    list-style-type: none;
    height: 42px;
    margin: 0;
    padding: 0;
    background-color: #e00;
}
#nav li {
    color: white;
    font-size: 18px;
    float: left;
    padding: 10px 20px;
}
#nav li.selected {
    color: black;
    text-shadow: 0 0 10px white;
}

#nav li a {
    color: inherit;
    text-decoration: none;
}

#content {
    padding: 20px;
}

/* Galerie */

#fancybox-title {
    font-size: 14px;
}

ul.galerie {
    list-style-type: none;
    padding: 0;
}

ul.galerie li {
    width: 100px;
    height: 100px;
    float: left;
    margin: 15px 20px 15px 0;
}
ul.galerie.new li {
    width: 120px;
    height: 120px;
    margin: 15px 0;
}
ul.galerie.kaffee {
    margin-top: -50px;
}
ul.galerie.kaffee li {
    width: 133px;
    height: 146px;
    margin: 15px 13px 15px 0;
}


/* Ueber uns / Freunde */

ul.links {
    list-style-type: none;
    padding: 0;
    color: #666;
}
ul.links li {
    width: 200px;
    padding: 5px 0;
    float: left;
}
ul.links a {
    margin-left: 3px;
    color: #000;
}

ul#freunde {
    width: 360px;
    float: left;
    margin: 0;
}
ul#freunde li {
    width: 170px;
}

/* Haendler */

#haendler ul {
    list-style-type: none;
    padding: 0;
}
#haendler ul li {
    width: 280px;
    min-height: 70px;
    padding: 10px 20px 10px 0;
    float: left;
}
#haendler ul li strong {
    font-size: 16px;
}

/* Kontakt */

.oeffnungszeiten td {
    text-align: right;
}
