body
{
    font-family: Verdana,Helvetica,sans-serif;
    color: #000;
    background: #C0C0C0;
    font-size: 10pt;
    border: none;
    margin: 8px;
    padding: 0;
}

h1, h2, h3
{
    font-family: "Trebuchet MS", helvetica, "Helvetica Neue", arial, sans-serif;
    padding: 0 0 2px 0;
    border-bottom: 2px solid #bbb;
}

h1
{
    font-size: 18pt;
    margin: 0 0 0.75em 0;
}

h2
{
    font-size: 16pt;
    margin: 0.5em 0;
}

h3
{
    font-size: 14pt;
    margin: 0.25em 0;
}

#header
{
    padding: 0;
    margin: 2px 0 0 12px;
    text-shadow: 0.1em 0.1em #aaa;
    font-size: 20pt;
    border: none;
}

#header a
{
    color: black !important;
    text-decoration: none !important;
}

img
{
    border:none;
}

pre
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: italic;
}

hr
{
    margin: 2em 0;
    border: 1px solid #aaa;
}

p, #main li
{
    font-size: 11pt;
}

a:link, a:active, a:visited
{
    color: #000;
    text-decoration: underline;
}

a:hover
{
    color: #444;
    text-decoration: none;
}

#main, #menu
{
    border: 1px solid #ccc;
    color: #000;
    background: #d6d6d6;
    padding: 10px;
}

#main
{
    position: absolute;
    top: 60px;
    left: 200px;
    right: 0;
    margin: 0 10px;
    max-width: 1000px;
    text-align: justify;
}

#menu
{
    position: absolute;
    top: 60px;
    left: 10px;
    width: 170px;
    margin: 0;
    font-size: 10pt;
}

#language
{
    float: right;
    padding: 5px;
}

#language a:link img, #language a:visited img
{
    border:1px solid #ddd;
}

#language a:hover img
{
    border: 1px solid #fff;
}

#menu ul
{
    margin: 0;
    padding: 0;
}

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

#menu li a
{
    text-decoration: none !important;
    display: block;
    line-height: 22px;
    background: url(img/bullet.gif) no-repeat 2px 6px;
    margin: 0;
    padding: 0 0 0 18px;   
}

#menu li a:hover
{
    background-color: #ccc;
}

#active
{
    font-weight: bold;
}

/* Head for galleries */

#gallery-head
{
    margin: 1em 0 2em 0;
    padding: 0.3em;
    background: #ccc;
}

#gallery-head li
{
    list-style-type: none;
    /*float: left;*/
    padding: 0 0 0 2em;
    margin: 0 !important;
}

#main ul
{
    list-style-type:square;
}
#main li
{
    margin-bottom:5px;
}

/* textbeschreibung */
.abstract
{
    font-weight: bold;
    padding: 0.3em;
    background: #ccc;
}

/* rechts bild index */
#main-pic-right
{
    float:right;
    padding:0px 0px 20px 15px;
}

.icon
{
    vertical-align: middle;
}

.ctable th{font-weight:bold; font-size:10pt; text-align:right; vertical-align:middle;}

.gallerytable{width:100%;}
.gallerytable td{
    font-size:10pt;
    text-align:center;
    border-right:1px solid #bbb;
    padding-bottom:5px;
}
.gallerytable a:link{text-decoration:none; color:black; background-color:transparent;}
.gallerytable a:hover{text-decoration:none; color:#444; background-color:transparent;}
.gallerytable a:visited{text-decoration:none; color:#222; background-color:transparent;}

.gallerytable img{border:1px solid #c3c3c3;}

#footer
{
    margin-top: 5em;
    padding-top: 1em;
    border-top: 1px solid #cccccc;
    font-size: 75%;
}


/* Kleinere Überschrift */
.smallheader
{
    font-size: 75%;
    font-weight: normal;
}

/* Style sheet for printers */

@media print
{

* { background:#fff; color:#000; }
html { font: georgia, serif; }
#menu, #footer, #main h1 { display:none; }
#main { text-align:justify; position: relative; top: 0; left: 0; border: none; }

} /* end @media print { */

