* {
	margin: 0;
	padding: 0;
	background-color: #fffffa;
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 0.8em;
	color: #444;
	line-height: 1.5em;
	width: 100%;	
}

h1, h2 {
	font-family: "Satisfy", cursive;
}

h1 {
	font-size: 1.5em;
	line-height: 1.5em;
}

#header h1 {
	font-size: 2.5em;
}

#header h2 {
	color: #888;
}

p {
	line-height: 1.7em;	
}

p.unterschrift {
	font-family: "Satisfy", cursive;
	font-size: 1.3em;
	color: #888;
}

#footer p {
	clear: both;
	font-size: 0.7em;
}

#navigation li {
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	padding: 5px;
	list-style-type: none;
	text-align: center;
}

a, a:visited {
	color: #444;
	text-decoration: none;
}

a:hover, a:active, a.active {
	color: #888;
}

ul.liste {
	list-style-position: outside;
	list-style-type: circle;
	padding-left: 1em;
}

ul.galerie li {
	border-radius: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
}

ul.galerie img {
	border-radius: 6px;
}

img.logo {
	float: right;
}

p.zitat {
	float: left;
	color: #888;
	font-style: italic;
}

p.zitat span {
	float: right;
}