/*
Theme Name: volksLesen.tv
Theme URI: http://volkslesen.tv/
Description: volksLesen
Version: 1.0
Author: Ellen Lindner, Hans Siersleben
Tags: widgets


*/



/* 
global reset
-------------------------------------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-weight: normal;
    color: black;
}


/* 
body und Strukturelemente
-------------------------------------------------------------------------- */

body.startSeite {
    font-size: 62.5%;
    margin: 0 auto 0 auto;
    background: url(buecher-index.jpg) 0 132px;
}

#header {
    position: absolute;
    width: 100%;
    height: 132px;
    background: black url(buecherObenIndex.jpg) repeat-x top left;
    z-index: 0;
    }
    
#wrapper {
    margin: 0 auto;
    width: 995px;
    font-family: "Courier New", Courier, monotype;
    background: url(buecherLogoIndex.jpg) no-repeat top left;
    position: relative;
    z-index: 1;
}

#wrapper a img {
    border: none;
}


#linkContainer a {
    width: 995px;
    height: 600px; 
    display: block;
}








