@charset "UTF-8";

body {
  	margin: 0px;
	font-size: normal;
  	font-family: Calibri;
	width: 1100px;
	bottom: 0px;	
   	margin-left: auto;
    	margin-right: auto;
	border-left: 5px black outset;
	border-right:	5px black inset;
}	

menu {
margin: 0;
margin-left: -40px;
}

#menu li {
  display: inline;
  list-style-type: none;
}

#menu {
  background-color: #FFFF66;    
  padding: 4px 0;                      
  border-bottom: 3px solid #668BCC; 
  margin: 0;                        
}
#menu a {
  color: black;                 
  text-decoration: none;       
  padding: 4px 8px;             
}
#menu a:hover {
  	background-color: #FFE500;
	border-radius: 1em 1em 0px 0px;
}
#menu a:hover, 
#home #menu01 a,    
#Termine #menu02 a,
#Bilder #menu03 a,   
#Kontakt #menu04 a,
#Impressum #menu05 a, 
#Gaestebuch #menu06 a,
#Datenschutz #menu07 a {

background-color: #FFE500;
border-radius: 1em 1em 0px 0px;
}

#index a {
  color: red;
  text-decoration: none;
  	
}

#minigalerie {
  display: table;
  border-spacing: 10px;
}
 
#minigalerie a {
  display: table-cell;
  vertical-align: middle;
}

#minigalerie img {
  background-color: #ffffff;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 7px rgba(100, 100, 100, 1);
  -moz-box-shadow: 0 0 7px rgba(100, 100, 100, 1);
  -webkit-box-shadow: 0 0 7px rgba(100, 100, 100, 1);
}

#Bilder li {
  list-style-type: none;
}

#Abstand {
	margin-top:30px;
	margin-bottom: 20px;
	width: 300px;
	height: 225px;
	border: 3px solid black;
	border-radius: 10px;
	float: right;
	}

#versteckt a {
	color: #FFFFFF;
}

input {
	margin-right: 10%;
    	width: 10em;
    	display: block;
    	float: right;
	
}

input:hover{
	border: solid 1px black;
}
#kontaktfeld {
margin: 25px;
background-color: #FFFF66;
padding:50px;
width:25em;
bottom: 0px;
}


#kontakte {
margin: 75px;

}
#footer {
width: 100%;
background-color: #CCCCCC;
clear: both;
text-align:center;
padding: 10px 0 10px 0;
bottom: 0px;}

footer a {
	
	text-decoration: none;	
	
color: black;
}
footer a:hover {
	text-decoration: underline;
}

#Textblock {
	width: 1000px;
	margin:auto;
	
	padding: 50px;
	
	text-align: justify;
}
#Wandergruppe {
	padding:20px;
}
td {
	padding: 10px;
	border: solid black 4px;
}
#Gbname {
	background-color: #FFFF44;
	width:200px;
	border: solid black 4px;
	
}
#Gbeintrag {
	width:900px;
	border: solid black 4px;
	background-color: #FFFF99;
}

#buttonlink {
	padding:10px;
	border: solid black 2px;
	border-radius:4px;
	text-decoration: none;	
	
color: black;
	background-color: #FFFF99;
}

#buttonlink:hover {
	background-color: #FFFF44;
}
table {
border-collapse:collapse;
}

#Gbtabelle {
	padding: 0px;
	border: solid black 5px;
	border-radius: 10px;
}
