/* Hintergrung*/

/*is die alte farbe vom kopf background-color: #3054BF*/



body, html,#navigation,#inhalt,#container,#titel{ margin:0; padding:0;}

body {font-family: 100.01% sans-serif;
font-size:1.0em; 
background-image: url(hintergrund/ht.jpg); 
text-algin: center;
list-style-type: none;
}

#container{
width:40em;
text-algin:left ;
margin:0 auto;
}

#titel{
background-color: #5C73B8;
background-image: url(hintergrund/ht7.png);
border:2 1.5px solid #604420;
border-buttom: 1px solid #604420;
Color: #FFF;
text-align: center;
}


#navigation{
background-color: #FFBF00;
color: #3054BF;
border: 1.5px solid #604420;
border-top: 1px solid #604420;
border-buttom: 1px solid #E6B873;
list-style-type: none;
padding-top: 3px 15px;
text-algin: center;
}



#inhalt {
background-color:#FFF;
color: blue;
border: 1.0px solid #604420;
text-align: center;
}




/* allgemeine Formatierungen*/

a:link {text-decoration:none; font-weight:none; color:black;}
a:visited { text-decoration:none; font-weight:none; color:black; }
a:hover{text-decoration:none; font-weight:none; color:red;}
a:active{text-decoration:none; font-weight:none; color:black;}

p{margin:25px 25px 0 25px;font-size:1.0em;}
h1{margin:0 25px;padding: 10px 0;font-size:1.3em,font-color="blue";}

/* table{ border-collapse: collapse;}  /*
td { border:1px solid black;}
table.sep{ border-collapse:seperate;}

img {float:left; padding-right:20px}

