h1{color:#ffff00;
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:#c0c0c0
}

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: #c0c0c0;
}

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

div.printOnly {
        display: none;
    }



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

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%;
max-height: 100%;
background-image: url(back.jpg);
background-repeat:repeat-x;
background-color:#0140cb;
font-family: "Times New Roman", serif, non-serif;
text-align: left;
color:#c0c0c0;
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*/
background-color:#0140cb;
border-bottom: 2px solid #ffffff;
font-family: "Times New Roman", serif, non-serif;
color:#ffffff;
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:#0140cb;
z-index: 1;
color:#c0c0c0;

}


#menu
                {        position:fixed;
                        top:110px;
                        left:0px;
                        overflow: auto;
                        width:9em;
                        border: none;
        }

#rightcolumn
                {
                        position: fixed;
top: 100px; /*Set top value to HeightOfTopFrameDiv*/
left: 12em;
right: 0px;
width: auto;
bottom: 30px; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: auto;
background-color:#0140cb;
z-index: 1;
color:#c0c0c0;
                }

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

#pictureheader_right {
position: absolute;
right: 15px;
top: 10px;
height: 40px;
width: 85px;
z-index: 3;
 }

#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)*/
}

.innertubebig2{
margin: 250px; /*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;}



        #menu li
                {
                        list-style: none;
                        margin:0;
                        padding:0.3em;
                }
                #menu li#active
                {
                        padding:0.3em;
                        font-weight:bold;
                        color:#ffff00;
                }
                #menu a:link, #menu a:visited
                {
                        display:block;
                        background:#9999FF;
                        color:#000033;
                        text-decoration:none;
                        font-weight:bold;
                        margin:0;
                        padding:0.3em;;
                }
                #menu a:hover
                {
                        background:#ffffff url(note.gif) 90% 6px no-repeat;
                        color:#000033;
                        font-weight:bold;
                }

* 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 #rightcolumn{ /*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! */
                }