@charset "utf-8";

/* Grundschrift */

.bodytext {
	color: #636a51;
}

/* HYPERLINKS */

a {
	color: #f5a000;
	text-decoration: none;
}

a:hover {
	color: #b0b99e;
	text-decoration: underline;
}

/* Überschrift 1 - Titel in Inhaltselementen */

h1 {
	color: #b0b99e;
	font-size: 25px;
	letter-spacing: 1px;
	line-height: 29px;
	padding-top: 18px;
	padding-bottom: 6px;
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	font-weight: normal;
}

/* Überschrift 2 - Untertitel */

h2 {
	font-size: 16px;
	line-height: 25px;
	margin-top: 20px;
}

/* Überschrift 3 - Zitat Autor */

h3 {
	font-size: 10px;
	line-height: 15px;
	padding-top: 5px;
}


/* AUFZÄHLUNGEN */

ul {
	margin-left: 16px;	
	margin-top: 8px;
}

li {
	list-style-image: url(bilder/aufzaehlung.jpg);
}

p {
	margin-top: 8px;
}

