/* GRUNDDEFINITIONEN START */
	BODY{
		margin: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
 	 }

	p {
		margin: 0px;
	}


	#dc-footer-maincontent { 
		position: absolute; 
		padding-top:3px; 
		left: 0px; 
		background-image: url(images/dotline.gif);
		background-repeat: repeat-x; 
		width: 760px;
	}

	#dc-footer-rightcontent {
		position: absolute;
		padding-top:3px;
		left: 591px;
		width: 167px;
		text-align: right;
	}
/* GRUNDDEFINITIONEN ENDE */


/* FOOTER LINKS START */

	a,
	a:link,
	a:visited,
	a:active {
		font-size: 11px;
		color: #555555;
		text-decoration: underline;
	}

	a:hover {
		color: #e70000;
		text-decoration: underline;
	}
/* FOOTER LINKS ENDE */





