body {
background-image : url('bilder/bg_gruen3.jpg'); 
background-repeat : repeat;
margin: 0 auto;
text-align: center;
}



#container1 {
background-image : url('bilder/22.jpg'); 
background-repeat : no-repeat;
width: 800px;
height: 600px;
margin: 60px auto;
border-width:5px; 
border-style: ridge;
border-color:#003300;
} 


#content {
background-image : url('bilder/logo1.gif'); 
background-repeat : no-repeat;
background-position: right 30px;
background-color : transparent;
padding: 20px 60px;
} 



#gif {
background-image : url('bilder/engel_g1.gif'); 
background-repeat : no-repeat;
background-position: right 30px;
background-color : transparent; 
padding: 30px 70px;

} 

#engel1 {
background-image : url('bilder/angelku_klein.gif'); 
background-repeat : no-repeat;
background-position: 40px 150px;
background-color : transparent;
}

h1{
font-family : "comic sans ms",Arial,Helvetica;
font-size: 1.4em;
color: #0A1B2F;

}



h1, h2, h3 {
padding:0 10px 5px 0;

}

p {
font-family : Arial,Helvetica, sans-serif;
font-size:0.9em;
font-weight:normal;
text-decoration:none;
line-height: 145%;
color: #0A1B2F;
padding:0 0 5px 0;
}

.p_klein {
font-family : Arial,Helvetica, sans-serif;
font-size:0.75em;
text-decoration:none;
line-height: 145%;
color: #0A1B2F;
padding:0 0 5px 0;
} 

a:link, a:visited  { 
color : #172510; 
text-decoration : underline; 
} 

a:hover, a:active { 
color : #890800; 
text-decoration : none; 
} 

.text  {
font-family :  Arial, Helvetica, sans-serif;
font-size: 0.9em;
font-weight:normal;
text-decoration:none;
color: #fff;
text-align: left;
}

.text_klein {
font-family: arial,helvetica;
font-size: 0.8em;
color: #FFF;
line-height: 145%;
}
.text_klein a:link, .text_klein a:visited {
cursor: pointer; 
color: #FFF; 
text-decoration:none; 
} 
.text_klein a:hover, .text_klein a:active {
cursor : pointer; 
color: #003300; 
text-decoration:none; 
} 