/* Die Hintergrundfarbe */
body{
	background-color: #fad1ba !important;
}

/* Die Streifen rechts und links in "tieferen" Tönen */
#outline{
	background-image: url(../gfx/layout_rot_outline.gif) !important;
}

/* Die Hintergrundfarbe in der Bildleiste */
#header div.bildleiste{
	background-color: #f41d35 !important;
}

/* Das Bild in der Bildleiste (Header) */
#header div.bildleiste div{
	background-image: url(../gfx/layout_rot_bildleiste.jpg) !important;
}

/* Die Farben in den Titeln */
#header h1,
#header div.gruppentitel,
#content h2{
	color: #EE3524 !important;
}

/* Hintergrundfarbe der Titel in der Sidebar */
#sidebar h3{
	background-color: #EE3524 !important;
}

#navigation ul li.aktiv li.aktiv a{
	font-weight: bold !important;
	color: White !important;
}




/* modul contenttable */

table.contenttable{
	border: 1px solid #F41D35 !important;
}

table.contenttable th,
table.contenttable td{
	border: 1px solid #F6535D !important;
}

table.contenttable th{
	background-color: #F41D35 !important;
	color: White;
}


/* Sidebar News */
div.tx-rlmpeventdb-pi1-listrow table{
	border: none !important;
}

div.tx-rlmpeventdb-pi1-listrow td{
	background-color: #ee726f !important;
	border: 1px solid #e32019 !important;
}

div.tx-rlmpeventdb-pi1-listrow th{
	border: 1px solid #e32019 !important;
	background-color: #f41d35 !important;
	
}