/* Content und Sidebar-Elemente */

BODY {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

#content p, #sidebar p {
	margin: 0px;
	padding: 2px 0px 10px 0px;
	line-height: 170%;
	font-size: 12px;
}

#content a, #sidebar a {
	text-decoration: none;
	font-weight : bold;
	color: #4C0014;
}

#content a:hover, #sidebar a:hover {
	text-decoration: underline;
}

#more {
	marging: 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
}

