/* format.css */

body	{
		font-size:	14pt;
		color:		#393838;
		background-color:	#CCC9C9;
		font-family:		Arial;
		text-align:			center;
		padding: 8em 0 3em;
		}
		
h1,h2, h3		{
		color:		#01233f;
		font-family: MV Boli;
		}
		
a:link	{
		color:	black;
		text-decoration: none;
		}
a:visited	{
		color:	black;
		}
a:hover	{
		color:	#01233f;
		text-decoration: underline;
		}
a:active{
		color:	white;
		}
		
.groesser {
		font-size:	200%
		}

.kleiner {
		font-size: 80%;
		}
		
.links	{
		text-align: left;
		}
		
.rot	{
		color:	#B40404;
		}
		
.ramen	{
		border:	solid;
		color:	#01233f;
		}
		
.unterstrichen {
		text-decoration: underline;
		}
		
footer {
		position:fixed;
		padding: 5px;
		bottom:0;
		left: 0;
		right:0;
		background: #01233e;
		border-color: white;
		text-align: left;
		color: #7e7e7e;
		}

footer br {
		float:right;
		margin: 0;
		text-align:right;
		}		

header {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	padding: 10px;
	background: white;
	border-bottom: 1px solid #d5d5d5;
}

header img {
	width: 13em;
	margin-right: 30px;
	float: left;
}

body,
.wrapper {
	margin: 10px auto;
	max-width: 60em;
}




		