/* Screen für www.pisakids.de */

h1, h2, h3, h4, p, img, div, ul, li {
margin: 0;
border: 0;
padding: 0;
}
/* Die Bilder enthalten evtl. Ränder um CSS-Hacks zu umgehen */

.noprint {
display: none;
}



body {
font-family: verdana, geneva, arial, helvetica, sans-serif;
margin: 0;
padding: 0;
background-color: #fff;
}

/* Der Inhalt. */

#wrapper {
position: absolute;
padding-left: 2cm;
}

#titel {
position: relative;
margin: 0;
}

#inhalt {
width: 100%;
background-color: #fff;
}

#bild {
position: relative;
background-color: #fff;
}

#text {
position: relative;
background-color: #fff;
}

#navigation {
display: none;
}

/* Typografie */

h1, h2, h3, h4, h5, p, ul, li, a  {
text-align: left;
font-weight: normal;
font-family: Verdana, Helvetica, sans-serif;
background: transparent;
text-decoration: none;
color: #000;
}

h1, h2, h3, h4, h5 {
font-weight: bold;
}

#text h3 {
margin: 10px 10px 5px 10px;
font-size: 0.8em;
line-height: 1em;
}

p {
margin-bottom: 5px;
padding: 0 10px 0 10px;
font-size: 0.7em;
line-height: 1.3em;
}

a  {
text-decoration: none;
font-weight: bold;
color: #EF1860;
}

a:hover {
background-color: #FCD5E2;
}



