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

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

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

p {
    text-align: center;
}

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

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

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

/* overview table cell with image */
.overview td.image {
    text-align: center;
    vertical-align: bottom;
    padding: 10px;

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

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

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

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

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

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


