body{
	font: 15px/1.4 Arial, Helvetica, sans-serif;
	padding:15px;
	max-width: 768px;
	margin-left: auto;
	margin-right: auto; 
	background-color:#666633;
}

/*general*/
.container{
	width:80%;
	margin:auto;
	overflow:hidden;
}

ul{
	margin:0;
	padding:0;
}

/*header*/
header{
	background:#0A2A0A;
	color:#ffffff;
	text-align:center;
	padding-top:30px;
	border-bottom:#666633 5px solid;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

header #title h1{
	margin:0;
	color:#99CC00;
}

header #title p{
	font-weight:bold;
}

/*navi*/
nav{
	background:#0A2A0A;
	text-align:center;
}

nav a{
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:16px;
}

nav a:visited{
	color:#ffffff;
}

nav li{
	float:none;
	display:inline-block;
	padding:20px 20px 20px 0px;
}

nav .current a{
	color:#99CC00;
	font-weight:bold;
}

nav a:hover{
	color:#99CC00;
}

/*main*/
	/*DOKS;HOME;VEREIN;*/
#doks{
	background:#0A2A0A;
	margin-bottom:5px;
	margin-top:5px;
	background:;
	background-position:center center;
	background-size:cover;
	min-height:400px;
	text-align:center;
	color:#ffffff;
}
	
a.doks:link, a.doks:visited {
  background-color: #666633;
  color: white;
  min-width: 250px;
  padding: 14px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a.doks:hover, a.doks:active {
  background-color: #99CC00;
}	
		
#main{
	background:#0A2A0A;
	margin-bottom:5px;
	margin-top:5px;
	background:url(../img/main.jpeg);
	background-position:center center;
	background-size:cover;
	min-height:400px;
	text-align:center;
	color:#ffffff;
}

#verein{
	background:#0A2A0A;
	margin-bottom:5px;
	margin-top:5px;
	background:;
	background-position:center center;
	background-size:cover;
	min-height:400px;
	text-align:center;
	color:#ffffff;
}

#ds{
	background:#0A2A0A;
	margin-bottom:5px;
	margin-top:5px;
	background:;
	background-position:center center;
	background-size:cover;
	min-height:400px;
	text-align:justify;
	color:#ffffff;
}

/*infoboxen*/
#boxes{
	background:#0A2A0A;
}

.box{
	background:#0A2A0A;
	min-height:280px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
	float:left;
	text-align:center;
	width:48%;
	color:#ffffff;
}

/*footer*/
footer{
	padding:20px;
	color:#ffffff;
	background-color:#0A2A0A;
	text-align:center;
	border-top:#666633 5px solid;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}

footer a:link, a:visited{
  color:#ffffff;
  text-decoration:none;
}

footer a:hover{
	color:#99CC00;
}


/*Media queries*/
@media(max-width: 768px){
	header #title,
	nav,
	nav ul,
	nav li,
	.fzg,
	#boxes .box{
		float:none;
		text-align:center;
		width:100%;
	}
	
	#boxes .box{
		padding-top:5px;
		min-height:100%;
	}
}

































