* {

margin: 0;
padding: 0;

}


html {

background: #D69409 url(grafik/Affe-tap.png) 
repeat-x;
color: #000;
font: 100%/1.4 Verdana, Helvetica, sans-serif;

}


h1, h2 {

font-size: 3.0em;
font-weight: normal;

}



h3 {

font-size: 2.0em;
font-weight: normal;

}


h1 {

background: url(grafik/Affe.png)
 top right no-repeat;
color: #FFF;
height: 300px;
line-height: 1.5;
padding: 10px;

}
html, h1 {
background-attachment: fixed
}



h2, h3, p, div {

margin-left: 235px;
width: 500px;

}


h2 {

line-height: 0.8;
padding-bottom: .5em;

}
h3 {

line-height: 0.8;
padding-bottom: .5em;

}


p:first-letter {

font-size: 2.0em;
line-height: 0.9;
padding-right: .1em;

}


div {

padding: 1em 0;

}


a {

color: #000FF;

}


a:visited {

color: #800080;
}


a:focus, a:hover {

color: #050505;

}
