/***************************************************************************************************
	Projekt:	Vorlage für Onlineprojekte 
	Erstellt:	OM	Juli 07

	Aufgabe dieser Datei
	Defintion von CSS-Klassen für das Design des Projektes.
	Beeinflusst rechte Boxen.
			
	Änderungen
	
/**************************************************************************************************/	
#Main_Right {
}

#Main_Right .Rechte_Box_Rahmen {
	background-repeat:no-repeat;
	background-position:left top;
	width:210px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}

#Main_Right .Rechte_Box_Inhalt {
	text-align: left;
	padding-top:7px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	background-repeat: repeat-x;
}

#Main_Right a {
	color: #004478;
	font-weight: normal;
	text-decoration: underline;	
}

#Main_Right ul {
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style-type: square;
	list-style-position: outside;
}