/******************************************************************************
CSS Styles für Mischapage Web Gallery
(C) Copyright 2004 Michael Hoser
*******************************************************************************/

body {
    font-family: helvetica, tahoma, arial;
    color: #000000; 

 scrollbar-base-color:#FEED89;
  scrollbar-3dlight-color:#FFFFB7;
  scrollbar-arrow-color:#FFFFB7;
  scrollbar-darkshadow-color:#FFFFB7;
  scrollbar-face-color:#FEED89;
  scrollbar-highlight-color:#FFFFB7;
  scrollbar-shadow-color:#FFFFB7;
  scrollbar-track-color:#FFFFB7;   }
}

hr {
    height: 1px;
    color: #ff0000; 
}

p {
    text-align: center;
}

c {
    align: center;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
  
p.footer, p.footer a {
    font-size: 8pt;
    color: #ff9900;
}

p.info {
    font-size: 10pt;
    color: #ff9900;
}

/* overview table cell with image */
.overview td.image {
   
   
    padding: 10px;

    background-color: #FEED89;
    border-top:    1px solid #333333;
    border-left:   1px solid #333333;
    border-right:  1px solid #333333;
    border-bottom: 1px solid #333333;
}

.overview td.image a.imagelabel {
    padding: 10px;
    width: 100%;
    background-color: #999999;
    border-top:    1px solid #333333;
    border-left:   1px solid #333333;
    border-right:  1px solid #333333;
    border-bottom: 1px solid #333333;
}

.overview td.image a.imagelabel:hover {
    text-decoration: none;
    color: black;
}

.overview img {
    margin-bottom: 10px;
}

.detail img {
    border: 1px solid #FFFFFF; 
}

/* overview table cell without image */
.overview td.empty {
}


