body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 15px;
	/* background-color: #c4e3ff; -> hellblau */
	background-color: #ffe7f0;
	/* color: #a21c61; */
	color: #444444;
}

h1,h2 {
	font-size: 24px;
	margin:0px;
	margin-bottom:15px;
	margin-top:10px;
	color:#bd945e;
}

h2 {
	font-size: 20px;
}

p {
	margin-top:0px;
	margin-bottom:10px;	
}
p.citation {
	font-style:italic;
	color:#bd945e;
	font-size: 15px;
}
p.citationAuthor {
	font-style:italic;
	color:#bd945e;
	font-size: 10px;
	text-align: right;
}

img {
	border:0;
}

a {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:15px;
	color: #bd945e;
}
a:link, a:visited {
	text-decoration:none;
}
a:focus, a:hover, a:active {
	text-decoration:underline;
	color:white;
}


a.menu {
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
	color:white;
}
a.menu:link, a.menu:visited {
	text-decoration:none; /* needed for InternetExplorer */
}
a.menu:focus, a.menu:hover, a.menu:active {
	color: #bd945e;
}

table {
	border: 0;
	margin: 0;
	padding: 0;
	border-spacing: 0;
}
table td {
	border: 0;
	margin: 0;
	padding: 0;
	border-spacing: 0;
}