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



#container {
background-image : url('bilder/bg_hellblau.gif'); 
background-repeat : repeat;
background-color : #888AE2; 
margin: 40px auto;
width: 750px;
height: auto;
border-width:5px; 
border-style:ridge; 
border-color:#0001CD;
} 


#container_schmal {
background-image : url('bilder/bg_hellblau.gif'); 
background-repeat : repeat;
background-color : transparent; 
margin: 40px auto;
width: 600px;
height: 500px;
border-width:5px; 
border-style:ridge; 
border-color:#0001CD;
} 

#container_baum {
background-image : url('bilder/baum.gif'); 
background-repeat : repeat;
background-color : transparent; 
margin: 40px auto;
width: 600px;
height: auto;
border-width:5px; 
border-style:ridge; 
border-color:#0001CD;
} 

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

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

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

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

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

}

#engel {
background-image : url('bilder/angelku_klein.gif'); 
background-repeat : no-repeat;
background-position: 50px bottom;
background-color : transparent;
}

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

#engel2 {
background-image : url('bilder/angelku_klein.gif'); 
background-repeat : no-repeat;
background-position: left 400px;
background-color : transparent;
}
h1{
font-family : "comic sans ms",Arial,Helvetica;
font-size: 1.4em;
color: #0A0A24;

}

h2{
font-family : "comic sans ms", Arial,Helvetica, sans-serif;
font-size:1.0em;
color: #0A0A24;

}

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

}

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

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

a:hover, a:active { 
color : #20237F; 
text-decoration : none; 
} 
.lucida {
font-family : "Lucida sans", Arial, Helvetica, sans-serif;
font-size:0.9em;
font-weight:normal;
line-height:150%;
color: #1B1B55;

}

.lucida_quelle {
font-family: "Lucida sans", arial,helvetica;
font-size: 0.8em;
color: #1B1B55;
}
.text  {
font-family :  Arial, Helvetica, sans-serif;
font-size: 0.9em;
font-weight:normal;
text-decoration:none;
color: #1B1B55;
text-align: left;
}

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




.border {

border-width:5px; 
border-style:ridge; 
border-color:#81A4C8;
}

.leftimg {
float: left;
margin: 0 20px 5px 0;
border: none;
}