/* CSS design by webdesign-salzburg.at */
@charset "utf-8";

body, p, h1, h2, h3, h4, h5, h6, form { margin: 0; padding: 0 }

html {
    overflow-y: scroll;
}


body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5D4015;
}

input, textarea, select, option {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}


p, h1, h2, h3, h4, h5, h6, #main li {
    margin-bottom: .6em
}

p, #main li {
    line-height: 1.4em;
}


img {
    border: none;
}

img.bild_rahmen {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
}

img.bild_links {
    float: left;
    margin: 0 10px 5px 0;
}

img.bild_rechts {
    float: right;
    margin: 0 0 5px 10px;
}



h1 {
    font-size: 2em;
    font-weight: normal;
    font-family: Georgia, serif;
}

h2 {
    font-size: 1.5em;
    font-weight: normal;
    font-family: Georgia, serif;
}

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

h4 {
    font-size: 1em;
}

h6 {
    font-size: .8em;
}

a {
    color: #5D4015;
}

hr {
    height: 1px;
    border: none;
    border-bottom: 1px solid #5D4015;
}

button a {
    text-decoration: none; color: black; font-family: Verdana; font-size: .9em
}

input {
    padding: 1px;
}


a:hover {
    text-decoration: none;
}


#marvin {
    width: 922px;
    margin: 10px auto 0;
    background: url('../images/hg_marvin.png');
}

#header {
    height: 201px;
    background-repeat: no-repeat;
    background-position: 15px -20px;
}


#header h1 {
    margin: 0; padding: 0;
}

#nav {
    height: 50px;
    background: url('../images/hg_nav.png') no-repeat;
}


#toc {
    width: 10px;
}


#main {
    float: left;
    width: 820px;
    padding: 0 40px;
}

#info{
    float: right;
    width: 10px;
    height: 300px;
}

#wrap {
    clear: both;
}


#footer {
    clear: both;;
    text-align: center;
    padding: 5px 0 10px 0;
    margin-bottom: 5px;
    font-size: .9em;
    background: url('../images/hg_footer.png') bottom no-repeat;
    height: 123px;
}

#footer p {
    padding: 0 24px 5px 0; margin: 0; text-align: right;
}


#footer address {
    text-align: center;
    font-style: normal;
    font-size: .9em;
    font-weight: bold;
    color: white;
}

#footer a {
    text-decoration: none;
    color: #fff;
}

#footer a:hover {
    text-decoration: underline;
}

p#wd {
    text-align: center;
    margin-top: 15px;
    font-size: .8em;
    color: #999;
    letter-spacing: 1px;
}

#wd a {
    text-decoration: none;
    color: #999;
}

#wd a:hover {
    text-decoration: underline;
}



/* Kontaktformular */

#contact label {
    margin: 0 0 3px 0;
    font-weight: bold;
    font-size: .9em;
    display: block;
}

#contact #vn, #contact #nn, #contact #email, #contact #telvw, #contact #tel,
#contact #kommentar, #contact #firma {
    border: 1px solid #666;
    width: 326px;
}

#contact #auswahl {
    border: 1px solid #666;
    width: 330px;
    color: #333;
    padding: 1px;
}


#contact #vn, #contact #telvw {
    width: 120px;
}

#contact #nn, #contact #tel {
    width: 200px;
}

#contact #kommentar {
    height: 80px;
}


#googlemap {
    border: 1px solid #666;
}



img.minithumb, .myGallery img {
    margin: 0 3px 2px 0;
    border: 1px solid #666;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}




/* Docicons */

a.pdf, a[href$='.pdf'] {
    display: block;
    background-image: url(../images/docicons/pdf.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 3px 0 3px 20px;
    text-decoration: none;
}

a.doc, a[href$='.doc'] {
    display: block;
    background-image: url(../images/docicons/doc.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 3px 0 3px 20px;
    text-decoration: none;
}

a.xls, a[href$='.xls'] {
    display: block;
    background-image: url(../images/docicons/xls.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 3px 0 3px 20px;
    text-decoration: none;
}

a.ppt, a[href$='.ppt'] {
    display: block;
    background-image: url(../images/docicons/ppt.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 3px 0 3px 20px;
    text-decoration: none;
}

a.psd, a[href$='.psd'] {
    display: block;
    background-image: url(../images/docicons/psd.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 3px 0 3px 20px;
    text-decoration: none;
}

a.zip, a[href$='.zip'] {
    display: block;
    background-image: url(../images/docicons/zip.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 3px 0 3px 20px;
    text-decoration: none;
}

a.picture {
    display: block;
    background-image: url(../images/docicons/picture.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 3px 0 3px 20px;
    text-decoration: none;
}

