	* {
		color:		#fff;
		font-family:	verdana,arial;
		font-size:		11px;
		text-align:		left;
	}
	
	sup {
		font-size:		9px;
	}
	
	.nonCSS {
		
		display:		none;
	}
	
	body {
		background:		#a9a9a9 url(../_images/streifenback.gif);
		margin:		0px;
		padding:		0px;
	}
	
	img {
	
		border:			0px;
	}
	
	div.mainContainer {
		
		background:		transparent url(../_images/flashback.gif) repeat-x;
		text-align:		center;
	}
	
	div.contentContainer {
		
		margin-left:	auto;
		margin-right:	auto;
		width:		775px;
	}
	
	#header {
	
		background:		transparent url(../_images/flashback.gif) repeat-x;
		height:		156px;
	}
	
	div.contentBorder {
	
		background:		#999 url(../_images/contentback.gif);
		padding-left:	5px;
		padding-right:	15px;
		width:		754px;
		float:		left;
	}
	
	#content {
		
		float:		left;
		width:		100%;
	}
	
	#content * {
		
		line-height:	16px;
	}
	
	#content h3 {
		padding:	5px;
		margin:		0px;
		border-bottom:	1px dotted #fff;
	}
	
	#content h3 span.date {
	
		display:	block;
		font-weight:	normal;
	}
		
	#content p {
		padding:		5px;
		margin:		0px;
		text-align:		justify;
	}
	
	#content p a,
	#content .more a,
	#content .content li a,
	#content .content * a {
		
		color:		#0ff;
		border-left:	1px solid #fff;
		text-decoration:	none;
		padding-left:	5px;
		padding-right:	5px;
		font-weight:	bold;
		margin-left:	4px;
	}
	
	#content p a:hover,
	#content .more a:hover,
	#content .content li a:hover,
	#content .content * a:hover {
		
		border-left:	none;
		border-bottom:	1px solid #fff;
		color:		#fff;
		margin-left:	10px;
		margin-right:	5px;
		padding-left:	0px;
		padding-right:	0px;
	}
	
	#content a.simple {
	
		font-weight:	normal !important;
	}
		
	
	#content .sidebar {
	
		float:		left;
		width:		194px;
		margin-left:	20px;
	}
	
	#content .box {
		
		margin-bottom:	15px;
	}
	
	#content .content {
		
		float:		left;
		width:		500px;
		margin-left:	20px;
	}
	
	#content .more {
		
		display:	block;
		text-align:	right !important;
		margin-top:	5px;
		margin-bottom:	5px;
	}
	
	#content .anchor {
		
		border:			0px !important;
		margin:			0px !important;
		padding:		0px !important;
		background:		transparent none !important;
		text-decoration:	none !important;
		display:		inline !important;
	}
	
	#footer {
		
		background:		transparent url(../_images/bottomback.gif) repeat-x;
		border-left:	1px solid #000;
		height:		25px;
		float:		left;
		width:		100%;
	}
	
	#footer * {
	
		color:		#999;
	}
	
	#footer ul {
		
		display:		block;
		margin:		0px;
		padding:		0px;
		list-style-type:  none;
		text-align:		center;
		padding-top:	4px;
	}
	
	#footer ul li {
	
		display:		inline;
		padding-left:	10px;
		margin-left:	10px;
		border-left:	1px solid #999;
	}
	
	#footer ul li.first {
	
		border-left:	none;
		padding-left:	0px;
		margin-left:	0px;
	}
	
	#footer a {
		
		color:		#999;
		font-weight:	bold;
		text-decoration:	none;
	}
	
	#footer a:hover {
		
		color:		#fff;
	}
	
	.wiederholung {
	
		font-weight:	normal !important;
		font-style:	italic;
	}
	
	.imgright {
		
		float:		right;
		margin-left:	20px;
		margin-bottom:	10px;
	}
