/*-----------------------
	Allgemein
-----------------------*/
*{
	font-family: 'Poor Story', cursive;
}
body {background-color: white;}
/*-----------------------
	Überschriften
-----------------------*/
h1 {
	color: black;
	padding: 1%;
	
}
/*-----------------------
	Page
-----------------------*/
#page {
	background-color: lightblue;
	border-radius: 10px;
}
/*-----------------------
	Kopfbereich
-----------------------*/
#head {
	background-color: lightblue;
	border-radius: 10px 10px 0px 0px;
}
.h1imhead {
	padding-top: 3%;
	text-align: center;
	text-decoration: underline;
}
/*-----------------------
	Navigation
-----------------------*/
#navi {
	background-color: lightblue;

	display: inline;
	list-style-type: none;
	margin: 0;
}

/* Links */
#nini {
	float: right;
	border: 1px solid black;
	border-radius: 0px 0px 5px 5px;
    padding: 0.4% 0.9%;
	margin-right: 1%;
	background-color: lightblue;
	
	text-decoration: none;
	color: black;
}
#nini:hover, #nini.nau{
	text-decoration: underline;
	border-top-color: lightblue;
}

/*-----------------------
	Low
-----------------------*/
#low {
	border: 1px solid orange;
	border-top-color: black;
	background-color: orange;
	border-radius: 0px 0px 10px 10px;
}
/*-----------------------
	Schriftart confis
-----------------------*/
p, a, li {
	font-size: 20px;
}
/*-----------------------
	Texe [p]
-----------------------*/
p {
	margin-left: 2%;
}

/*-----------------------
	Liste
-----------------------*/
li {
	display: inline;
	list-style-type: none;
	margin: 0;
}
/*-----------------------
	Link
-----------------------*/

/*-----------------------
	Button
-----------------------*/
button {
	color: black;
	background-color: orange;
	 border-radius: 5px;
	 border: solid black 2px;
}
button:hover {
	background-color: black;
	color: orange;
}

/*-----------------------
	Bilder
-----------------------*/
img {
    border-radius: 10px;
	margin: 1%;
	border: 2px solid black;
}
#bd{
	border: 2px solid black;
	border-radius: 10px;
}
 
