	/*--- // -------------------------------------------------------
		
		@ Dani ALbrecht Frontend 
		@ /css/content.css
		@ Style-Sheet f?r das Layout der Inhalte
		
		@ 28.1.2008 PH
		@ alpha 0.1
		
		@ Content:
		-	Element Definitionen
		-	Diverse Klassen
		
		Changelog:
		
	-------------------------------------------------------- // ---*/
	
	/* --------------------------------------------------
		Element Definitionen
	-------------------------------------------------- */
	
	body,td {
		font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	}
		
	/* wichtig f?r editor */
	img {
		border:0;		
	}
	
	h3 {
		color: #dd0f0f;
		font-size: 1.1em;
		background: url(../img/layout/dots_content.gif) bottom left repeat-x;
		padding: 20px 0 6px 0;
		margin-bottom: 12px;	
	}
	
	h4 {
		font-size: 1em;
		margin-bottom: 12px;	
	}
	
	address {
		font-style: normal;
		margin-bottom: 18px;
	}
	
	div.content-left {
		float: left;
		padding-right: 30px;
		width:326px;
	}
	
	div.content-right {
		float: left;
		width:326px;
	}
	
	div#content ul {
		list-style:none !important;
		margin-left:12px;
		padding-bottom:8px;
	}
	
	div#content ol {
		margin-left:24px;
		padding-bottom:10px;
	}
	
	
	div#content ul li {
		padding: 0 0 0 18px;
		list-style-type:none !important;
		background:url(../img/layout/list_style.gif) left top no-repeat;
	}
	
	dl dt {
		display: block;
		float: left;
		width: 130px;
		font-weight: bold;
		padding: 6px;
	}
	
	dt.shadow, dd.shadow {
		background: #efefef;
	}
	
	.dottedLine {
		background: url(../img/layout/dots_content.gif) center repeat-x;
		padding: 10px 0;
		margin: 5px 0;
	}
	
	dl dd {
		padding: 6px 0;
	}
	
	p {
		padding:0 0 18px 0;
	}
	
	a {
		text-decoration:underline;
		color:#DD0F0F;
		-moz-outline: none;
	}
	
	a:hover {
		text-decoration:underline;
		color:#666;
	}
	
	strong {
		font-weight:bold;
	}
	
	.pdf-icon {
		background: url(../img/layout/pdf_icon.gif) center left no-repeat;
		padding-left: 28px;
	}
	
	.first {
		padding-top: 0 !important;
	}
	
	.table-shadow, .table-shadow td {
		background: #f0f0f0;
	}
		
	table tr td {
		padding: 5px;
	}
	
	.no-spacer {
		padding: 0;
		margin: 0;
	}
	
	
	/* ?berschriften-Styles
		
	h2 {
		font-size:16px;
		font-weight:bold;
		padding:0 0 20px 0;
		line-height:20px;
	}
	
	h3 {
		font-size:13px;
		font-weight:bold;
		padding:0 0 15px 0;
	}
	
	h4 {
		font-size:11px;
		font-weight:bold;
		padding:0 0 15px 0;
	} */

	/* --------------------------------------------------
		Diverse Klassen
	-------------------------------------------------- */

	.red-font {
		color:#DD0F0F;
	}
	
	.grey-font {
		color:#666;
	}
	
	.image-left {
		margin:8px 8px 8px 0;
		float:left;
	}
	
	.image-right {
		margin:8px 8px 8px 0;
		float:left;
	}
	
	.image-top-left {
		margin:0 8px 8px 0;
		float:left;
	}
	
	.image-top-right {
		margin:0 8px 8px 0;
		float:left;
	}
	
	.image-border {
		border: 9px solid #efefef;
		margin: 8px 0;
	}
	
	.image-border-left {
		float: left;
		border: 9px solid #efefef;
		margin: 0 8px 8px 0;
	}
	
	.image-border-right {
		float: right;
		border: 9px solid #efefef;
		margin: 0 0 8px 8px;
	}
	
	.image-top-border {
		border: 9px solid #efefef;
		margin: 0 0 8px 0;
	}
	


	
