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





#container {
background-image : url('bilder/bgrainb.gif'); 
background-repeat : repeat;
background-color : #DFE1DE; 
margin: 40px auto;
width: 800px;
height: auto;
border-width:5px; 
border-style:ridge; 
border-color:#A3ABAE;
}



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



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

}

h2{
font-family :  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: #090E33;
padding:0 0 5px 0;
}

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

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

.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: #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: #2F265D; 
text-decoration:none; 
} 






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

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

