html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}  
nav ul {
    text-align: center;
    /* weitere Angaben */
	
}
 
nav li {
    display: inline-block;
    /* weitere Angaben */
}
 
nav a, nav span {
    display: block;
    width: 7em;
	color: black;
    /* weitere Angaben */
}
nav a:link {
	color: black;
	text-decoration: none;
	font-weight: bold;
	background: #EFEFEF;
}
h1 {
	font-family: "Felix Titling";
	font-size: 20pt;
	text-align: center;
	padding-bottom: 0px;
	border-bottom: 0px;
	margin-bottom: 5px;
}
p   {
	font-family: Tahoma, Arial;
	font-size: 11pt;
	text-align: center;
	padding-top: 0px;
	border-top: 0px;
	margin-top: 0px;
}
body {
		background-color: white;
		background-size: 100%;
	}
	
h2 {
	text-align: center;
}

#links {
	width: 280px;
	border-width: 3px;
	border-color: gray;
	border-style: solid;
	margin-top: 30px;
	background-color: #C3B3B3;
	height: 420px;
}

#links p {
	font-family: "Time New Roman";
}

#rechts {
	width: 570px;
	background-color: #FF8C00;
	margin-left: 550px; margin-top: -426px;
	border-width: 3px;
	border-color: gray;
	border-style: solid;
	height: 420px;
}

#text {
	color: black;
}

#text p {
	font-family: Times New Roman;
	font-size: 20px;
}

h6, h5, h4 {
	text-align: center;
}

#gallerie {
	margin-left: 550px; 
	margin-top: -426px; 
	margin-right: 0px;
}

body {
	background-color: #6e3316;
}
#alles {
	margin-left: 15%; 
	margin-right: 15%; 
	background-color: white;
}
#textkontakt p {
	text-align: left;
}
hr {
    display: block;
    height: 25px;
    border: 0;
    border-top: 25px solid #6e3316;
    margin: 1em 0;
    padding: 0; 
}
#bildJede {
	overflow:hidden;
}
#inv {
	font-size:0.001px;
	color:white;
	text-align:center;
}