*
{
	margin: 0;
}

body
{
	color: #00c000;
	background-color: #000000;
	font-family: Segoe UI, Century Gothic, sans-serif;
	font-size: 20px;
	margin: 10px;
}

a
{
	text-decoration: none;
	color: #00a000;
}

div.container
{
	width: 100%;
	background-color: black;
	height: 100%;
}

div.impressumlink
{
	font-size: small;
	position: absolute;
	bottom:10px;
	color: #707070;
	text-align: center;
}

div.impressumlink a
{
	color: #707070;
}

div.impressum
{
	font-size: small;
	color: #008000;
}


div.content h1
{
	color: #a06f5c;
	font-size: 1.4em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
div.content h2
{
	color: #a06f5c;
	font-size: 1.1em;
	margin-top: 1.1em;
	margin-bottom: 0.3em;
}
div.content h3
{
	color: #a06f5c;
	font-size: 0.9em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
div.content p 
{
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	hyphens: auto;
}
div.content p.success
{
	color: #008000;
	margin-bottom: 1em;
}

div.content p.failure
{
	color: #800000;
	margin-bottom: 1em;
}

div.content ul
{
	padding-left: 1em;
	list-style-image: url('Bullet.png');
}

blockquote p::before 
{
	content: "\201E";
}
blockquote p
{
	font-style: italic;
/* 	font-size: smaller; */
}
blockquote p::after
{
	content: "\201D";
} 

blockquote footer::before
{
	content: "\2014\00a0";
}
blockquote footer
{
	text-align: right;
	margin-bottom: 2em;
}
div.footer a
{
	text-decoration: none;
	color: #6C4B38;	
	margin-right: 16px;
}
