@charset "UTF-8";
/* CSS Document */
html, h1, h2, a{padding: 0; margin: 0; border: 0;}
p {}
h1{ font-weight: bolder; font-size: 50px; font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif'; text-align: center; margin: 0;}
h2{font-weight:lighter; font-size: 36px; color:black; font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif'; text-align: center; background-color: antiquewhite;}
/*header{background-image:url("Hintergrundbild.jpg"); background-size: contain; background-repeat: no-repeat;    background-color: #CCC; }*/
header{background-color: #C0E9E8}
main{background-color: beige; padding: 10px;}
footer{background-color: #6679A0; color:antiquewhite; height: 150px;}
.rot{color: brown;}
.blau{color:blue;}
#container{width: 75%; margin:auto; border: 2px solid black;}
li{display: inline; margin-right: 25px;}
a, a:link, a:visited{text-decoration: none; color: #CCDAF5; background-color:#6679A0; padding: 15px; font-size: 20px;}
a:hover{background-color:#AD8319; color: white;position: relative; top:5px; }
a:active{background-color: red; color: white; }
nav{background-color: #6679A0; height: 30px;}
