h1{color:#000099;
text-align: center;
font-family:'Times New Roman',Times,serif;
font-size:200%;
font-variant:small-caps;
}

h2{color:#ffffff;
text-align: center;
font-family:'Times New Roman',Times,serif;
font-size:160%;
font-variant:small-caps;
}

h3{color:#ffffff;
text-align: center;
font-family:'Times New Roman',Times,serif;
font-size:140%;
}

h4{color:#ffffff;
text-align: center;
font-family:'Times New Roman',Times,serif;
font-size:130%;
font-variant:small-caps;
}

h5{color:#ffffff;
text-align: center;
font-family:'Times New Roman',Times,serif;
font-size:120%;
}

h6{color:#ffff00;
text-align: center;
font-family:'Times New Roman',Times,serif;
font-size:120%;
}

p{
font-family: "Times New Roman", serif, non-serif;
text-align: center;
color:#000033;
}

div.p2 {
font-family: "Times New Roman", serif, non-serif;
text-align: center;
color:#ffff00;
}

div.p3 {
font-family: "Times New Roman", serif, non-serif;
text-align: left;
font-family:'Times New Roman',Times,serif;
font-size:140%;
font-variant:small-caps;
color:#ffffff;
}

div.text {
position: relative;
top: 0;
left: 20%;
width: 60%;
font-family: "Times New Roman", serif, non-serif;
text-align: center;
color: #000033;
}


a:link {color:#000033;}
a:visited {color:#000033;}
a:hover {color:#ff0000;}
a:active {color:#000033;}

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%;
max-height: 100%;
background-image: url(OldMacDonaldBack.jpg);
background-repeat:repeat-x;
background-color:#7BC17B;
font-family: "Times New Roman", serif, non-serif;
text-align: left;
color:#000033;
z-index: 1;
}


#framecontentTop, #framecontentBottom{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
border-bottom: 2px solid #ffffff;
font-family: "Times New Roman", serif, non-serif;
color:#000033;
z-index: 2;
}


#framecontentBottom{
top: auto;
bottom: 0;
height: 30px; /*Height of bottom frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color:#666600;
font-family: "Times New Roman", serif, non-serif;
z-index: 3;
}

#maincontent
{
position: fixed;
top: 100px; /*Set top value to HeightOfTopFrameDiv*/
left: 0;
width: 100%;
bottom: 30px; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: auto;
background-color:#0000066;
z-index: 1;
color:#000033;

}



#pictureheader {
position:absolute; top: 20px; left: 20px;
height: 80px;
width: 180px;
z-index: 2;
 }


#picturefooter {
position: absolute;
right: 15px;
bottom: 0px;
z-index: 3;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

.innertubebig{
margin: 50px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

div.bg {
background-image: url(nurseryrhyme_com.jpg);
position:absolute; top: 0px; left: 0px;
height: 100px;
width: 100%;
background-color:#0140cb;}




                }

* html body{ /*IE6 hack*/
padding: 100px 0 30px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%;
width: 100%;
}




* html #menu
                {
                         position:absolute;
                         overflow:auto;
                        margin:0;
                        width:9em;    /* Der IE soll das Element breiter darstellen, da margin und padding hier von der Breite abgezogen wird! */
                }