/* Fachbereichs-Navi-CSS */
/* für den RAMA - Rhein. Archiv- und Museumsamt
Besonderheit:	Siehe .Inhalt #Fusszeile
				font-size muss in jeder Fachbereichs-Navi-CSS enthalten sein,
				da hier die Werte verändert werden mußten*/


/* Eigene Grafik für den Hintergrund */
#GesamtRahmen 
{
		background-image: url(Hintergrund.gif);
}
/* Navigation: Farbe */
#Navigation a:hover {
	text-decoration: underline;
	color: #336699;
}
#Navigation a:active {
	text-decoration: underline;
	color: #336699;
}

/* Achtung: der aktive Navigationspunkt ist als Klasse deklariert */
.NavigationAktiv {
	color: #336699;
	font-weight: bold;
}


/* Klasse für das UL in der Navigation
hier werden die verschiedenen Ebenen ermittelt */
.Ebene2 {
	font-weight: bold;
}
.Ebene3 {
	font-weight: bold;
}
.Ebene4 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.Ebene5
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

/* Service-Ecke: Hintergrundfarbe */
#Service {
	color: #333333;
	margin: 0px;
	padding: 0px;
	float: right;
	background-color: #ffffff;
	width: 192px;
}


/* Inhalt: Hintergrundfarbe */
.Inhalt 
{
	width: 400px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	background-color: #ebf2ff;
	font-size: 0.9em;
}
.Inhalt h1 {
	font-size: 0.85em; /*0.85em*/
	line-height: 1.6em;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	padding-right: 10px;
	color: #336699;
}
.Inhalt h3 {
	font-size: 0.75em; 
	line-height: 1.6em;
	padding-left: 10px;
	margin: 0px;
	padding-top: 15px; /*InfoKom Abstand von 0 auf 15 geändert */
	padding-bottom: 5px;
	font-weight: bold;
	padding-right: 10px;
	color: #B0593D;
}
/* Bereich Fusszeile */
.Inhalt #Fusszeile {
	font-size: 0.75em; /* InfoKom*/
}

/*	Applikation Presse
	Ausgabe der News auf der Startseite und Archiv
*/

.news
{
font-size: 0.80em;	
}


.Datum
{
	float: left;
	width: 100px;
	position: static;
	padding-left: 10px;	
}
.Intro
{
	width: 100%;
	position: relative;
	top: 0px;
	height: 20px;	
}
/*	Ausgabe der kompletten News	*/
.Header
{
	font-weight: bold;
	color: #999999;
	float:left;
	padding-left:8px;
}
.Date
{
	float:right;
	font-weight: bold;
	font-size: 0.85em;
	color: #999999;
	padding-right:5px;
}

.Message
{
	font-weight: bold;
	color: #cc0033;
}

.MessageOK
{
	font-weight: bold;
	color: #009966;
}

.Foto
{
	font-size: 2px;
}

.Random
{
	float:left;
	margin: 0px 0px 0px 5px;
}

/* für Ausgabe der Ausstellungen und Sondermeldungen auf der Startseite*/
.inhalt .Event
{
	color:#5b5b5b;
	font-size:0.75em;
	margin: 0px 0px 0px 10px;
}

.Inhalt .Event a {
	color: #336699;
	text-decoration: none; 
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Inhalt .Event a:link 
{
	color: #336699;
	text-decoration: none;
}
.Inhalt .Event a:visited 
{
	color: #336699;
	text-decoration: none;
}
.Inhalt .Event a:hover
{
	color: #999999;
	text-decoration:underline;
	border-bottom-style: none;
}
.Inhalt .Event a:active 
{
	color: #336699;
	text-decoration: none;
}

.Inhalt .StadtName
{
	font-size:1.3em;
	font-weight:bold;
	padding-bottom:10px;
}