/* Globale Einstellungen */
html, body {
	font-family: trebuchet MS, Verdana, Arial;
	font-size: 13px;
	color: #ccc;

}

p {
	line-height: 19px;
	font-size: 14px;
}


h1 {
	font-size: 22px; 
	font-weight: normal;
	border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px;
	}
h2 {font-size: 15px;}
h3 {font-size: 14px;}


a:hover {
	color: #EB6B3A;
}

a {
	color: #0000CC;
	text-decoration: none;
}	 

/* Grundaufbau Design */

#container {
	width: 1000px;
	height: 477px;
	margin: auto;
	margin-top: 0px;
	border: 1px solid #ccc;
	background-position: top left;
	background-repeat: no-repeat;
}

.about {
	position: relative;
	width: 1000px;
	border-left:0px #171717 solid;
	border-right:0px #171717 solid;
	margin-left: auto;
	margin-right: auto;
	color: #cccccc;
	background: Red;	
	text-align: right;
}

.Content-PageLinksblock{
	width:285px;
	height:300px;
	float:left;
}
.Content-PageRechtsblock{
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	width:560px;
}

.Content-PageRechtsblock ul {
	margin:100px 0 0 0;
	padding:0;

}













