/*
CSS design by b83.at

Spaltensatz
Textfarbe #4E4E4E
Linkfarbe #C49F24
HG Verlauf
*/

body {
    background: #fff url(../images/project/hg.jpg) repeat-x;
    font: 13px Arial, sans-serif;
    color: #626262;
}

h1, h2, h3, h4, h5 {

}

h1 {
    font-size: 1.8em;
    color: #999;
    text-transform: uppercase;
}

h2 {
    font-size: 1.5em;
    font-weight: normal;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
}

h4 {
    font-size: 1em;
}

a {
    color: #333;
}

a:hover {
    text-decoration: none;
}

hr {
    border-color: #333;
}

p {
    margin-bottom: .6em;
}

#marvin {
    width: 1024px;
    margin: 0 auto;
}

header {
    padding-top: 10px;
    padding-bottom: 30px;
}

header #logo {
    width: 1024px;
    height: 110px;
}


nav#nav1 {
    height: 60px;
}

nav#menu {
    clear: both;
    margin: 0;
    padding: 0;
    height: 60px;
}

nav#menu ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav#menu ol li {
    float: left;
}

nav#menu ol li a {
    margin-right: 16px;
    color: #999;
    text-decoration: none;
    text-transform: uppercase;
}

nav#menu ul li a:hover, nav#menu ol li a.this_page {
    color: #333;
}


section {
    clear: both;
    min-height: 400px;
    padding: 0 30px 0 35px;
}

aside {

}


footer {
    clear: both;
    color: #999;
    font-size: .9em;
    text-align: left;
    margin: 0 30px 0 35px;
    white-space: pre;
    height: 60px
}

footer address {
    padding: .3em 0;
    font-style: normal;
}

footer address a {
    text-decoration: none;
}

footer address a:hover {
    color: #666;
}

#b83 {
    position: fixed;
    right: 5px;
    bottom: 5px;
    text-align: right;
    font-size: .8em;
}

#b83 a {
    text-decoration: none;
    color: #C7C7C7;
    letter-spacing: 1px;
}

#b83 a:hover {
    color: #999;
}

div.imgGallery {
    clear: both;
    margin: 2em 0;
}

div.imgGallery img {
    margin: 0 4px 4px 0;
    border: 1px solid #ccc;
}

.bild_rahmen {
    border: 1px solid #ccc;
}

.minitext {
    font-size: .8em;
}

.googlemap {
    border: 1px solid #666;
    width: 500px;
    background: #f8f8f8;
}



.hg_schwarz { background: #333; color: white; padding: 0 3px }
.liste_ohne {
    margin: 0 0 1em; padding: 0; list-style-type: none;
    line-height: 1.2em;
}

.auszeichnungen td {
    padding: 2px 10px 2px 0;
    vertical-align: top;
}

.auszeichnungen ul {
    list-style-type: circle;
}





/* Startseite */

#slideshow {
    position:relative;
    height: 540px;
    width: 960px;
    margin: 1em 0 0 35px;
    border: 1px solid white;
}

#slideshow img {
    position:absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

#slideshow img.active {
    z-index: 10;
}

#slideshow img.last-active {
    z-index: 9;
}

