/* CSS Document für Vorlage www.reclamgymnasium.de 	*/
/* 11.10.2008                                     	*/
/* Hintergrund, Zeichengröße				*/
#mitterechts {
	float: left;
	width: 820px;
}
.csc-header {
	display:none;
}
#inhalt {
	width:500px;
	float:left;
	}
#rechts {
	float: right;
	width: 250px;
	border-left: 1px solid gray;
	padding-left:5px;
}

#rechts ul {
	margin-top: 10px;
	list-style: none;
	text-align: left;
	font-size: 80%;
}
#rechts h1 {
	text-align:left;
	font-size:16px;
}
#rechts h3 {
	text-align:left;
	font-size:14px;
	margin-top:5px;
}

#rechts p {
	text-align:left;
	font-size:12px;
	margin-top:5px;
	margin-bottom:5px;
}
#rechts a {
	font-size:12px;
	color:#0059A3;
	text-decoration: none;
}
#rechts a:hover {
	color:#7392C9;
}
#rechts hr {
	border: 0px;
}
