body {
background: gray;             /*url(../img/blue.gif) ;*/
font-family: "Century Gothic", Verdana, sans-serif;
margin: 0;
font-size: 100%;
}

div#header {
background-color: #ccc;
height: 100px;
border-bottom: 10px solid white;
text-align: center;
}

div#content {
width: 800px;
border-left: 1px solid white;
border-right: 1px solid white;
border-top: 1px solid white;
border-bottom: 1px solid white;
margin:  50px auto 0 auto;
background-color:#ccc;
}

div#linkeseite {
width:200px;
float: left;
text-align: center;
Background-color:#ccc;
}

div#rechteseite {
width: 200px;
float: right;
text-align: center;
Background-color:#ccc;
}

div#mitte {
width: 380px;
float: left;
margin: 0px;
background-color: #eee;
padding: 20px 10px 10px 10px;

}

/* gilt nur für die Folgeseiten */
div#grossespalte {
width: 560px;
min-height: 440px;                                      /*--Höhe--*/
float: left;
padding-top: 10px;
padding-left: 20px;
padding-right: 20px;
margin: 0;
background-color: #eee;
}

div#footer {
display: block;
clear: both;
background-color:#999999;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
border-top: 10px solid white;
font-size: x-small;
color:#6B6B6B;
}

div.textlinks {
text-align: left;
}

div.adresse {
text-align: left;
font-size: small;
float: left;
}

a {
color:#6B6B6B;
text-decoration: none;
}

a:hover {
color: black;
}

a.aktiv {
text-decoration: underline;
}


ul {
list-style-type: none; 
margin: 20px 0 20px 5px;
padding-left: 20px;
text-align: left;
font-size: 12px;
}

ul.subnavi {
list-style-type: none; 
margin: 0 0 0 10px;
padding: 0;
}

ul.ausstellungen {
list-style-type: none; 
margin: 0 0 0 20px;
padding: 0;
}

p.wichtig {
font-weight: bold;
font-size: larger;
}

p.vita {
font-weight: normal;
font-size: small;
text-align: center;
}
.coloriert {
background: blue;
}

h1 {
font-size: medium;
}

h1.ausstellungen {
margin-left: 30px;
}

h2 {
clear: both;
display: block;
margin: 5px;
font-size: smaller;
font-weight: normal;
text-align:left;
padding-left: 20px;
}

a img {
border: none;
}

img.foto {
background-color: #ccc;
border: 2px solid white;
margin-top:15px;
}

img.bildvorschau {
height: 80px;
background: #fff;
padding: 5px;
margin: 5px;
border: 1px solid #999;
float: left;
}

img.bildvorschau2 {
height: 80px;
background: #fff;
padding: 5px;
margin: 5px 15px 5px 15px ;
/*margin-top: 5px;*/
/*margin-right:15px;*/
/*margin-bottom:5px;*/
/*margin-left:15px;*/
border: 1px solid #999;
float: left;
}

img.bildvorschau:hover {
border: 1px solid #000;
}

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

span {
color: #FF1500;
}

#footer span {
color: black;
font-size: 10px;
}


/* Lightbox */

#overlay {
background: #E7EFF7;
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}

#lightbox{
background-color: #FFFFFF;
padding: 10px;
border: 1px solid #4A4A4A;
}

#lightbox img{ 
border: 1px solid #E7EFF7; 
clear: both;
} 

#lightboxCaption { 
font: normal 80%/130% Verdana, sans-serif;
margin-top: 15px;
text-align: left;
}

table {
margin-left:30px;
}

table.ausstellungen {
border:1; 
cellpadding:0; 
cellspacing:0;
}

table td {
font-size: 70%;
line-height: 200%;
margin: 0 0 1px 0;
}

td.zahl {
width: 100px;
}

th {
text-align: left;
}