header,main,nav,footer{
	display:block;
}

* {
  margin: 0;
  padding: 0;
  }
  

#clear, .clear {
	clear:both;
}

.versteckt{
	display:none;	
}

.vollansicht{
	width:100%;
}

.iframe{
	width:800px;
	height:1000px;
}

label{
	vertical-align: top;
    display: block;
}

h1, h2, h3, h4 {
	color: #000000;
	padding-top:10px;
	padding-bottom:10px;
}

h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.6em;

	color:#000000;	
}
h3 {
	font-size: 1.45em;
	color:#000000;
}

h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.15em;
}

p {
	padding-top:10px;
	padding-bottom:10px;
}

p .datenschutz{
	line-height:100%;
	font-size:14px;
	color:red;
	padding:0px;
	margin-top:10px;
}

input{
	margin-right:10px;
}

input[type=text], textarea{
	width:90%;
}

button{
	background-color:#CEAD6D;
	color:#000000;
	font-size:1.2em;
	padding:5px;
}

button:hover{
	background-color:lightgrey;
	color:#000000;
}

input[type=submit] {
	background-color:#5b5b5b;
	color:#ffffff;
	font-size:1.2em;
	padding:5px;
}

input[type=submit]:hover{
	background-color:#CEAD6D;
	color:#000000;
}

#search input[type=text]{
	width:50%;
}

ul li {
	margin-left:20px;
}


body {
  font-size:1em;
  font-family: Arial,'Lucida Grande',Verdana,sans-serif;
  background-color:#ffffff; 

}

#container{
  width:100%; 
  line-height: 180%; 
  background-color:#ffffff; 
}

#header{
	width:100%; 
	height:95px;
	position:fixed;
	z-index:10;
	border-bottom:2px solid #ffffff;
	background-color:#ffffff;
	color:#000000;
}

#header_links{
	height:85px;
	width:100%;
}

#header_links_text{
	font-weight:bold;
	font-size:1.5em;
	text-align:center;
	color:#000000;
	width:60%;
	position:absolute;
	top:25px;
	left:100px;
	z-index:100;
	
}

#header_links_text1{
	font-weight:bold;
	padding:1px;
	text-align:left;
	padding-left:10px;
}

#logo{
	margin-top:5px; 
	position:absolute;
	left:0%;
}

#content{
	width:100%;
	position:relative;
	top:95px;
}

#menue{
	padding-top:5px;
	padding-bottom:5px;
	height:65%;
	font-size: 1em;
	float:left;
	width:20%;
	position:fixed;
	overflow:scroll;
}

#menue_einblenden{
	position:fixed;
	top:30px;
	right:10px;
}


#menue ul{
	list-style:none;
}

#menue ul li{
	padding-left: 20px;
	background-color:#5b5b5b;
	display:block;
	border-bottom: 1px solid #ffffff;
	margin-left:0px;
}

#menue ul a{
	color:#ffffff;
	text-decoration: none;
}

#menue ul a:visited{
	color:#ffffff;
}

#menue ul a:hover{
	color:#ffffff;
	text-decoration: underline;
}

#menue ul li ul li{
	display:none;
	padding-left: 21px;
	border-top: 1px solid #ffffff;
	border-bottom: 0px solid #ffffff;
}

#inhalt{
	padding-top:5px;
	height:auto;
	float:right;
	width:80%;
	margin-bottom:180px;
}

#inhalt1{
	padding-top:5px;
	width:100%;
}

#inhalt_text{
	padding-left:10px;
	scroll-behavior: smooth;
}

#footer{
	background-color:#5b5b5b;
	width:100%;
	height:auto;
	color:#ffffff;
	text-align:center;
	position:fixed;
	bottom:0px;
	padding-top:10px;
	padding-bottom:10px;
}

#footer p{
	text-align:center;
}

#footer a{
	color:#ffffff;
	margin-left:20px;
}

#cookiedingsbums{
	position:fixed;
	top:0px;
	left:0px;
	width:96%;
	height:95%;
	z-index:200;
	background-color:lightgrey;
	color:#000000;
	text-align:left;
	padding-left:10px;
	overflow: auto;
	border-radius:20px;
	display:none;
}	

#cookiedingsbums a{
	color:#5b5b5b;	
}
	
#cookiedingsbums p{
	color:#000000;	
	margin-left:20px;
	text-align:left;
}

#search{
	color: #ffffff;
	background-color:#5b5b5b;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
}


#sitemap ul{
	list-style:disc;
	margin-left:20px;
}

#sitemap ul li{
	margin-left:10px;
}

#sitemap ul a, ul li ul a, ul li ul li u a{
	color:black;
}

.guestbook {
	border: 3px solid #d2b48c;
	background-color: lightgrey;
}

.eintrag {
	border-top: 3px solid #d2b48c;
	border-left: 3px solid #d2b48c;
	border-right: 3px solid #d2b48c;
	padding:5px;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
}

.eintragtext {
	border-bottom: 3px solid #d2b48c;
	border-left: 3px solid #d2b48c;
	border-right: 3px solid #d2b48c;
	padding:5px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
}

#LinkBild, #LinkErgebnisse, #LinkSpielpan, #LinkPokal {
	width:150px;
	float:left;
	margin-right:2px;
	text-align:center;
}

#LinkBild a, #LinkErgebnisse a ,#LinkSpielpan  a,#LinkPokal  a{
	font-weight:bold;
	color:#000000;
}

#top
{
	position:fixed;
	bottom:10px;
	right:10px;
}

SELECT, INPUT[type='text'], INPUT[type='password'], INPUT[type='submit'],TEXTAREA {
	  width: 90%;
	  max-width:800px;
      height: 35px;
      padding: 4px;
      border-radius:4px;
      box-shadow: 2px 2px 8px #999;
      background: #eee;
      border: none;
      outline: none;
      display: inline-block;
	  font-size:1rem;
	  box-sizing: border-box;
	  }
	  
INPUT[type='submit'] {
	background-color:gray;
	color:#ffffff;
}	

TEXTAREA
{
	height: 175px;
}
