@charset "UTF-8";
/* CSS Document */

a:link	  { 	color: maroon }
a:visited	  { 	color: maroon }
a:active	  { 	color: black }
body{ 	
color: black;
background-color: #fffae3;
}

.Headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.9em;
	color: #000;
	text-align: center;
	letter-spacing: 0.1em;
}

.copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #000;
	text-align: center;
	line-height: 1.3em;
}

#menu {
	width: 150px;
	float: left;
}
#menucontainer {
	position: relative;
	align: center;
	text-align: center;
	clear: both;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}
#pagecontent {
	float: none;
	text-align: center;
	clear: both;
	width: 524px;
	margin-left: auto;
	margin-right: auto;
}
#contentall {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.impressum {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.2em;
}
a {
	text-decoration: none;
}

.colora {
	color: #fffae3;
}
