@charset "utf-8";
/* CSS Document */
#bg {
	background-color: #FFF;
	background-image:url(/html/bilder/bg_gelb_weiss_verlauf.png); 
	background-repeat: repeat; 
	background-attachment: fixed;   
}

#all {
    background-color: #FFF;	 
	font-size: 0.8 em;
	border: thin dotted #FC0;
	position: relative;
	width: 800px;
	margin: 10px auto 5px;
	padding: 1em 1em 0em 0em;
}

#header {
	padding: 0;
	position: relative;
	width: 800px;
                     clear: left;
}

#logo {
	margin: 0;
	padding: 0;
}

#motto {
	float: right;
	border-left-color: #F90;
	border-left-style: dotted;
	border-left: thin;
	text-align: right;
	padding: 0.5em;

}
	

#left {
	background-color: #F90;
	float: left;
	margin: 0 1.5em 0 0 ;
	padding: 0 1em;
	width: 200px;
	height: 99%;
}

#left ul li a:link,
#left ul li a:visited  {
	color: #333;
	display: block;
	text-align: left;
}

#left .menu {
	list-style-type: none;
	margin: 0 1em;
}

#content {
	background-color: #FFF no-repeat 0 0;
	border-color: #F90 #FFF #FFF #FFF;
	border-style: dotted;
	border-width: thin;
	padding: 0 1em 1em 1em;
	margin: 0 ;
	text-align: left;
	overflow: hidden;
                     clear: right;
}
	
	



.unsichtbar {
	display: inline;
	height: 0;
	width: 0;
	left: -3000px;
	top: -2000px;
	position: absolute;
	z-index: 200;
}
	
	 
	
