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



#container {
background-image : url('bilder/18.png'); 
background-repeat : repeat;
background-color : transparent; 
width:800px;
height:600px;
margin:40px 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: 700px;
height: 600px;
border-width:5px; 
border-style:ridge; 
border-color:#0001CD;
} 


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

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

}

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

}

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: 145%;
color: #1B1B55;
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 50px 0 0;
border: none;
}

.rightimg {
float: right;
margin: 0 0 0 20px;
}