BODY, HTML {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	.unsichtbar, dfn {
		position: absolute;
		left: -300em;
		top: -200em;
		width: 0em;
		height: 0em;
		overflow:hidden;
		display:inline;
		}
	
	.accessKey {
		text-decoration: underline;
	}

/*
######################################### CONTAINER
*/	
	#container {
		}
	
/*
######################################### KOPF
*/
	#kopf h1 {
		padding-left: 22px;
	}
/*
######################################### SPALTE MITTE
*/	
		#container #mitte {
			width: 496px;
			padding: 0 29px 50px 22px;
			float: left;
			font-size: 0.8em;
			}
		#container #mitte H2.hinweis {
					position: absolute;
					left: -10000px;
			}
/*
######################################### SPALTE MITTE KLICKPFAD
*/				
			#container #mitte #klickpfad {
				font-style: italic;
				font-size: 1em;
				color: #5C5C5C;			
				margin-top: 10px;					
				}
			#container #mitte #klickpfad P {
				float: left;
				margin: 0 5px 0 0;
				}
				#container #mitte #klickpfad UL {
					list-style: none;
					margin: 0;
					padding: 0;
					}				
					#container #mitte #klickpfad UL LI {
						display: inline;
						}				
						#container #mitte #klickpfad UL LI A {
							text-decoration: none;
							color: #5C5C5C;
							background: url(/fileadmin/layout/images/klickpfad_a-hg.png) no-repeat 0px 6px;
							padding-left: 7px;
padding-right: 4px;
							}
/*
######################################### CLEAR
*/							
	#container .clear {
		clear: both;
		height: 0;
		font-size: 0;
		}