	body {background:#fff5ef; word-wrap:break-word; font-family:Arial, sans-serif; }

	#page {
		margin:           auto; /* center table in body */
		min-width:600px;
		min-height:800px;
		background-color: #ffffff;
	}

	div { padding: 0; margin: 0;}

	#header {background:#DEFDFF;}
	#headerH1Div {background-color:#b0c4de; clear:both;}
	
	#menu {float:left; width:250px; padding:0px 10px 0px 10px; background:#D6EAFF; font-family:Arial, sans-serif;}
	#main {background:#fff5ef; margin: 0px 0px 10px 270px; padding: 10px; border-right-width:0px; border-left-width:2px; border-top-width:2px; border-bottom-width:0px; 
			border-bottom-style:none; border-right-style:none; border-top-style:solid; border-left-style:solid; border-bottom-color:transparent; border-right-color:transparent;
			border-left-color:#4C7890; border-top-color:#4C7890; font-size:120%; font-family:Arial, sans-serif;}
	
	#footer {clear:both; background:#4C7890; margin: 0px; font-size:16px; font-family:Arial, sans-serif; font-weight:bold;}
	#footer a {text-decoration: none; color:#F5F5DC;}
	#footer a:hover {text-decoration:underline; background-color:#FFFFFF; color:#F5F5DC; }
	
	span { font-size:100%;}
	
	#wrapper {overflow:hidden; background:#fff5ef; clear:both;  margin: 0px;}

	.headerH1{
			font-size:150%;
			font-family:Arial, sans-serif; 
			font-weight:bold;
	}
	
	.content {padding:10px;}
	
	.zugang{
			float:right;
			background:#DFDF5A;
			border: 1px solid #191970;
			padding: 2px;
			margin: 4px;
	}
	
	.zugangbutton{
			padding:2px;
			margin:0;
			font-size:18px;
			background-color: #0000B0;
			color:#FFFFFF;
			width:95%;
			text-align:center;
	}
	
	ul.liste01{
		padding: 2px;
		margin: 4px;
		list-style-type:disc;
	}

	ul.liste01 > li {
		font-family: Arial,sans-serif;
		font-weight: bold;
		color: #4F4F4F;
		line-height:120%;
		padding: 1px 0px;
		margin: 1px 0px;
		white-space:nowrap;
	}
	
	ul.liste01 > li.liste02 {
		font-family: Arial,sans-serif;
		font-weight: bold;
		color: #FF0000;
		line-height:100%;
		padding: 1px 0px;
		margin: 1px 0px;
		white-space:nowrap;
	}
	
	ul > li.liste02 {
		font-family: Arial,sans-serif;
		font-weight: bold;
		color: #FF0000;
		line-height:120%;
		padding: 0px;
		margin: 0px;
		white-space:nowrap;
	}
	
	#menu a:hover {
		background: #EE9572;
		color: #000080;
	}

	#menu a {
		background: #F5F5DC;
		border-bottom: 1px solid #393939;
		color: #8B3A3A;
		display: block;
		margin: 0;
		padding: 8px 2px;
		text-decoration: none;
		white-space:nowrap;
	}
	
	#menu a.liste02 {
		background: #ff7f50;
		border-bottom: 1px solid #191970;
		color: #191970;
		display: block;
		margin: 0;
		padding: 8px 2px;
		text-decoration: none;
		white-space:nowrap;
	}