/* Weitere Styles, die Sie belegen können sind: p1, p2, p3,... p11 */
/* In diesem mitgelieferten Stylesheet sind diese nicht belegt     */
a  {
        color : #2E9E8E;
        text-decoration : none;
        font-weight : normal;
        font-style: normal;
        font-size: 11px;
}
a:hover  {
        color : #CC0000;
        font-size: 11px;
        text-decoration: none;
}
a.white  {
        color : #ffffff;
        text-decoration : none;
        font-weight : bold;
        font-style: normal;
}
a.white:hover  {
        color : #ffffff;
        text-decoration : underline;
}
a.whitemenu  {
        color : #ffffff;
        text-decoration : none;
        font-weight : normal;
        font-style: normal;
}
a.whitemenu:hover  {
        color : #ffffff;
        text-decoration : underline;
}
a.nobold  {
        text-decoration : none;
        font-weight : normal;
        font-style: normal;
}
a.nobold:hover  {
        text-decoration : underline;
}


body {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 11px;
        line-height: 12px;
        background-color: #DDDCDC;
        margin: 0;
        padding: 0;

}
h1 {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 18px;
        font-weight : bold;
        line-height : 18px;
        color : #c00;
}
h2 {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 16px;
        font-weight : bold;
        line-height : 16px;
        color : #c00;
}
h3 {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 15px;
        font-weight : bold;
        line-height : 15px;
        color : #c00;
}
h4 {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 14px;
        font-weight : bold;
        line-height : 14px;
        color : #c00;
}
h5 {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 13px;
        font-weight : bold;
        line-height : 13px;
        color : #c00;
}
h6 {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 12px;
        font-weight : bold;
        line-height : 12px;
        color : #c00;
}
.small {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px;

}
.topwhite {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        color : #ffffff;
        font-size : 10px;
}
td  {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 11px;
        color : #333333;
        line-height: 14px;
}
td.header  {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px;
        color : #ffffff;
        background-color : #292963;
}
input {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px;
        color : #292963;
        }
select {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px;
        color : #292963;
        }
textarea {
        color : #666666;
        }
.formtext {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
}
.formelements {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        border: 1px solid #999999;
}
.tsmall {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        line-height: normal;
}
.tmiddle {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
}
.tbig {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
}
.weiss {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #FFFFFF;
}

/* ----- GALERIE ----- */
.cpgclear {clear:left;}

#cpg {font-size:9px;}

#cpg span {
 float:left;
 width:155px; /* Breite des grössten (breitesten) Vorschaubildes */
 height:130px; /* Höhe des grössten (höchstens) Vorschaubildes + noch etwas Platz für Text unter dem Bild */
 margin:1em 5px 1em 0;
}
html>body #cpg span {width:auto; max-width:155px; height:auto; min-height:130px;} /* für alle Browser, die's verstehen... */

#cpg img {border:1px solid #000;}

/* Links */
#cpg a:link, #cpg a:visited, #cpg a:hover, #cpg a:active, #cpg a:focus {
 text-decoration:none;
 background-color:transparent;
 border:none;
 padding:0;
 margin:0;
}