

/* 
	Resets defualt browser settings
	reset.css
*/
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

body { 
	background: url(../images/bg_grauverlauf_site.jpg) repeat top center;
	position:relative;
	background-repeat:repeat-x;
	margin-top:20px;
}

#footer {
	text-align:center;
	width:980px;
	margin-top:9px;
	padding:0px 0 18px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}

a:link,a:visited {
	color:#575757;
	text-decoration:none;
}

a:hover,a:active {
	color:#cd3788;
	text-decoration:underline;
}