/******************************************************************************
CSS Styles für Mischapage Web Gallery
(C) Copyright 2005 Michael Hoser
*******************************************************************************/

body {
    font-family: helvetica, tahoma, arial;
    color: #eee; 
    background-color: black;
}

a {
    color: #eee;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* header */

.header {
    vertical-align: middle;
    border-bottom: 1px solid orange;
    padding-bottom: 5px;
}

.header .title{
    font-weight: bold;
}

/* footer */

.footer {
    font-size: smaller;
    color: #666;
    border-top: 1px solid orange;    
    padding-top: 5px;
    text-align: center;
}

.footer, .footer a {
    color: #666;
}

/* image overview */

.overview {
    padding: 10px;
}

.overview table {
    border-spacing: 2px;
  }

.overview .item {
    padding: 5px;
    background-color: #333;
    text-align: center;
    vertical-align: bottom;
}
  
.overview .item .title a {
    color: #999;
    padding-top: 5px;
    display: block;
}

.overview .item .title a:hover {
    text-decoration: none;
}

.overview .none {
    background-color: #333;  
}

/* image detail */

.detail {
    text-align: center;
    padding: 10px;
}

.detail .image img {
    border: 15px solid #333;
}

.detail .title {
    font-weight: bold;
    padding-top: 5px;
}

.detail .descr {
    padding-bottom: 5px;
}

.detail .info {
    color: #666;
}


