@charset "UTF-8";
p {
	color: #7e7e7e;
	text-decoration: none;
	font: 80%/150% "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 5px;
	margin-bottom: 10px;
}

h1 {
	color: #333;
	font: normal normal 150%/125% "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;


}
h2 {
	color: #555;
	font: normal normal 100%/135% "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 0px;
	margin-top: 20px;
}

h3 {
	color: #333;
	font: normal normal 85%/100% "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;

}

a {
	color: #734f34;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
}

a:hover {
	color: #333;
}

a:visited {
	color: #734f34;
}

a.footer {
	color: #eaebe5;
}

.zitat {
	color: #734f34;
	font-weight: normal;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 15px;
}

ul {
	margin: 0;
	padding: 0;
	font: 80%/150% "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
}

li {
	color: #734f34;
	text-decoration: none;
	text-indent: 0px;
	list-style-position: inside;
	list-style-image: url(../img/bullet.png);
}

.darkbrown {
	color: #734f34;
}

.bildunterschrift{
	font: italic 75%/125% "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
}

.bildueberschrift {
	font: normal 75%/125% "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	color: #eaebe5;
}

img {
	border-style: none;
}



