@charset "utf-8";
/* CSS Document */
/* Fanfaren-Trompeter Erftstadt  */

body {background-color:#a7c2dd;
	color:#333;
	font-family:georgia, cambria, freeserif, freesans;
	margin:0px;}
	
header {background-image: 0;
    font-size: 14px;
    font-weight: bold;
    font-weight:bolder;
	padding: 6px;
	text-align:center;}
	
h1 {font-size: 0px;
    }	

h2 {font-size: 29px;
	color:#000066;
    font-weight: bold;
    text-align:center;
    margin-bottom: 0px;
	margin-top: 5px;
    }	


h3 {font-size: 24px;
	font-weight: bold;	
	margin-top: 35px;
    margin-bottom: 10px; 
    text-align:center;
    color: #444;
    }

p: {text-align:center;
    max-width:700px;}
   	
article {border: 0px solid grey;
    border-radius:2px;
	margin-left:-35px;
	background-color:#a7c2dd;
    padding-bottom:5px;	
	font-size: 20px; }
    
img {max-width:100%; height:auto; }

figure {text-align:center;}

ul {margin-left: auto;
    margin-right: auto;
    width: 270px;
    list-style-type:none;    
	}

ul li a {text-decoration:none;
    color:#f9ff05; 
    padding:8px 9px;
    margin-bottom:8px;
    background-color:#05539e;
    display:block;
    border-radius:18px;
    position: relative;
    text-align:center;
}

ul li a:hover, 
ul li .current {color:#222;
    background-color:lightslategray;
   }

ul li a:visited {
   color:#000; 
   }

footer {background-color: #a7c2dd;
	color:#424490;
	font-size:12px;
	font-weight:bolder;
	padding-bottom:15px;
	padding-top:10px;
	text-align:center;
	width: 100%;}




