* {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    line-height: 150%;
}

body {
    background: black url(../img/bg_2010.jpg) no-repeat center center;
    color: white;
    text-align: center;
    width: 1060px;
    margin: auto;
}

h1,h2,h3,h4,p,ul,ol,table {
    margin-bottom: 1em;
}

p,ul {
    color: #999;
}

a {
    color: white;
}

a:hover {
    color: red;
}

a img {
    border: none;
}

#impressum {
    color: #999;
    font-size: smaller;
    margin-top: 5em;
}


/***** zooming images *****/
#zoom-images {
    position: relative;
    top: 0;
    width: 1060px;
    margin: 0 auto;
    z-index: 100;
}

img.zoom {
    width: 120px;
    display: block;
    position: absolute;
    opacity: .5;
}

img.left  { left:  0; }
img.right { right: 0; }
img.row1 { top: 120px; }
img.row2 { top: 240px; }
img.row3 { top: 360px; }

div.fade {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 120px;
    text-align: center;
    display: none;
}

div.fade img {
    border: 1px solid white;
    box-shadow: 0 0 5em white;
    -moz-box-shadow: 0 0 5em white;
}


