/* $Id: style.css,v 1.16 2010/10/28 15:45:37 wytze Exp $ */

BODY {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13pt;
    background:  #948572;
    color:       #000000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

BODY.start {
    background: #69625a;
}

DIV.start {
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
}

DIV.intro {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

DIV.info {
    margin-left: 20px;
    margin-right: 20px;
}

DIV.impressum {
    margin-left: 80px;
    margin-right: 80px;
}

DIV.samples {
    width: 100%;
}

H1 {
    font-family: Garamond, serif;
    font-size: 0.55in;
    font-weight: bold;
    font-style: italic;
    color: #c89774;
}
H1.title {
    font-family: Georgia, serif;
    font-size: 0.52in;
    font-weight: normal;
    font-style: normal;
    color: #a52a2a;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-right: 10px;
    text-indent: 70px;
}
H1.city {
    font-family: Georgia, serif;
    font-size: 0.52in;
    font-weight: normal;
    font-style: normal;
    color: #a52a2a;
    margin-top: 0px;
    margin-bottom: 0px;
    text-indent: 0px;
}
H1.info {
    font-size: 0.50in;
    font-style: normal;
    text-align: center;
    color: #948572;
}
H1.infobottom {
    margin-top: 60px;
    text-align: center;
    font-size: 0.30in;
    font-style: normal;
    color: #948572;
}
H2 {
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 20pt;
    font-weight: bold;
    color: #948572;
}
H2.impressum {
    font-size: 18pt;
    color: #c89774;
}
H2.title {
    font-family: Georgia, serif;
    font-size: 22pt;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 10px;
    text-indent: 150px;
    color: #a52a2a;
}

IMG.intro {
    border-style: none;
}

IMG.sample {
    border-style: none;
}

P.main {
    text-align: left;
    text-decoration: none;
    font-weight: normal;
}

P.info {
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    font-size: 12pt;
}
P.infosp {
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    font-size: 12pt;
    margin-top: -12px;
}

P.impressum {
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    font-size: 14pt;
}

P.copyright {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: small;
}

A {
    text-decoration: none;
    font-weight: bold;
    font-size: medium;
}
A:link, A:visited, A:active {
    color: #aaaaaa;
}

A.small {
    font-size: small;
}

A.large {
    font-size: 16pt;
}
A.largecolor:link, A.largecolor:visited, A.largecolor:active {
    font-size: 16pt;
    color: #a52a2a;
}
A.infocolor:link, A.infocolor:visited, A.infocolor:active {
    font-size: 13pt;
    color: #a52a2a;
}

A.info, A.impressum {
    font-size: 14pt;
}
A.info:link, A.info:visited, A.info:active {
    color: #bf9874;
}

A:link:hover, A:visited:hover, A:active:hover {
    color: #000000;
/*    opacity:0.4; filter:alpha(opacity=40); */
}

A IMG {
    border-style: none;
}
