body {
font-family:arial,helvetica,sans-serif;
margin:0;
background-image:url(bilder/LJO7.jpeg);
background-repeat:no-repeat;
background-position: center;
background-attachment:fixed;
}

div.container 
{
background-color:rgba(255,255,223,0.75);
width:850px;
margin-left:auto;
margin-right:auto;
margin-bottom:400px;
box-shadow: 5px 5px 10px;
}

/* Hier schreib ich einen Kommentar*/

header {
/*background-color:rgba(255,255,223,0.8);*/
text-align:center;
background-position:bottom;
}

h1 
{
color:Teal; 
margin-bottom:0;
padding-top:15px;
padding-bottom:15px;
font-variant:normal;
letter-spacing:3px;
font-size:35px;
}



nav {background-color:black;}
nav a 
{
color:white;
display:inline-block;
text-decoration:none;
padding:10px;
}
nav a:hover {background-color:rgb(60,60,60)}
nav li {list-style-type:none;display:inline;}
nav ul {margin:0;padding:0;}

div.main 
{
margin-left:50px;
margin-right:50px;
margin:center;
padding:15px;
}

div.main1
{
margin-left:50px;
margin-right:50px;
/*text-align:center;*/
padding:15px;    
    
}



h1,h2,h3,h4,h5,h6 
{font-family:georgia,times,"times new roman",serif;}

h2 {font-size:30px; text-align:center;}

h3 {text-align:center;}
h4 {text-align:left;color:teal;font-size:20px;}

}
p {
-ms-hyphens:auto;
-webkit-hyphens:auto;
-moz-hyphens:auto;
hyphens:auto;}



.verein
{
text-transform:uppercase;
color:Teal;
}
.verein2 {color:Teal;}

.verein3 {text-align: center;}
.verein4 {color:#CC9900;font-size:x-large; }


footer 
{
background-color:rgba(200,200,200,0.6);
text-align:center;
padding:20px;
clear:both;
}

footer a {text-decoration:none;}

