/* CSS Gallery,
Seite der Vorschaubilder */

#gallery {
width:98%;
margin:15px;
}

#gallery .gallery {
display:inline-block;
position:relative;
vertical-align:top;
margin:10px;
width:160px;
opacity:0.87;
outline:none;
}

#gallery .gallery a {margin:0;}

#gallery .gallery:hover, #gallery .gallery a:hover {
text-decoration:none; opacity:1;
}

#gallery .gallery img  {
display:block;
width:150px;
height:105px;
padding:6px;
border:1px solid #c2c2c2;
border-radius:4px 4px 4px 4px;
box-shadow:2px 2px 3px 3px #c2c2c2;
}

#gallery .gallery div {display:none}


/* Schriften */

body {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10pt;
font-style:normal;
text-align:left;
color:#808080;
}


/* Links allgemein */

a:link {
text-decoration:none;
color:#808080;
}

a:visited {
text-decoration:none;
color:#808080;
}

a:focus {
text-decoration:none;
color:#483d8b;
}

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

a:active {
text-decoration:none;
color:#483d8b;
}


/* Ueberschriften */

h1 {
margin:15px;
font-size:16pt;
font-style:normal;
font-weight:normal;
text-align:center;
color:#808080;
}

h2 {
margin:15px;
font-size:13pt;
font-style:normal;
font-weight:normal;
text-align:center;
color:#808080;
}

h3 {
margin:15px;
font-size:11pt;
font-style:normal;
font-weight:normal;
text-align:center;
color:#808080;
}


/* Absatzkontrolle */

p {
margin:15px;
}

p.pcenter {
margin:15px;
text-align:center;
}

hr {
margin:15px;
color:#c2c2c2;
}


/* Thumbnailfield Gallery-Index */

.thumbnailfield {
display:block;
width:98%;
padding:2px;
margin:20px;
border-bottom:1px solid #c2c2c2;
background-image:url(tumbnailbg.png);
background-repeat:repeat-y;
background-position:right;
}

img.thumbnail {
display:inline;
width:105px;
height:75px;
padding:6px;
border:1px solid #c2c2c2;
border-radius:4px 4px 4px 4px;
box-shadow:2px 2px 3px 3px #c2c2c2;
margin:0 0 5px 15px;
background-color:#ffffff;
}

span.thumbnail_text {
display:inline;
position:absolute;
width:120px;
padding:2px;
border:1px solid #c2c2c2;
margin-top:55px;
margin-left:-130px;
background-color:#ffffff;
font-size:7pt;
}


/* Schluss */