body {
	background: #fff !important;
	color: #000;
	text-align: justify; /* Blocksatz */
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: Georgia, "Times New Roman", serif;

}

#wrapper{
	width:100%;
}


  a:link, a:visited {
  background: transparent;
  color: #520;
  font-weight: bold;
  text-decoration: underline;
  }
  
#header ul{
	display:none;
}

div.twoCols div.article{
		float:none !important;
		width:100%;
		
		text-align:left;
	}
	div.twoCols div.aside{
		width:100%;
		float:none;
		height:auto;
		text-align:left;
		overflow:hidden;
		
	}
	   
	
	ul#scroll{
		display:none;
	}

/**
	* @subsection hidden elements | Versteckte Elemente
	*
	* (de) Skip-Links und versteckte Inhalte
	*/
	
	/* (en) classes for invisible elements in the base layout */
	/* (de) Klassen f�r unsichtbare Elemente im Basislayout */
	.skip, .hideme, .print {
		position:absolute;
		top:-32768px;
		left:-32768px; /* LTR */
	}
	
	/* (en) make skip links visible when using tab navigation */
	/* (de) Skip-Links f�r Tab-Navigation sichtbar schalten */
	.skip:focus, .skip:active {
		position:static;
		top:0;
		left:0;
	}
	
	/* skiplinks:technical setup */
	#skiplinks { 
		position:absolute;
		top:0px; 
		left:-32768px; 
		z-index:1000; 
		width:100%;
		margin:0; 
		padding:0; 
		list-style-type:none;   
	}
	
	#skiplinks a.skip:focus,
	#skiplinks a.skip:active {
		left:32768px; 
		outline:0 none;
		position:absolute; 
		width:100%;
	}  
	
