/*************************************
  * Stylesheet für PMaktuell:
   Rechte Marginalienspalte *
 *************************************/

#wikiright {
	width: 150px;
	margin: 0; padding: 0; border: 0;
	font-size: 90%;
	background-color: ivory;
	margin-left: 3px;
	padding-left: 18px;
}

/* Tabellen (Boxen) */

#wikiright table { 
	width: 150px;
	border-width: 1px;
	border-style: solid;
	border-bottom-width: 4px;
}

#wikiright caption, #wikiright .caption {
	padding: 3px;
	color: ivory;
	font-size: 111%;
	font-weight: bold;
}

#wikiright caption a, #wikiright .caption a {
	color: ivory;
}

#wikiright caption {
	margin-left: -1px;
}

#wikiright td {
  padding: 3px;
}

/* Standard-Boxfarben */
#wikiright table { border-color: #800000; }
#wikiright table caption, #wikiright table .caption  { background-color: #800000; }
#wikiright table td { background-color: #ffd; }

/* Rote Box */
#wikiright table.maroon { border-color: #800000; }
#wikiright table.maroon caption, #wikiright table.maroon .caption { background-color: #800000; }
#wikiright table.maroon td { background-color: #ffd; }


/* Blaue Box */
#wikiright table.blue { border-color: #036; }
#wikiright table.blue caption, #wikiright table.blue .caption { background-color: #036; }
#wikiright table.blue td { background-color: #f0f0f0; }

/* Grüne Box */
#wikiright table.green { border-color: #006464; }
#wikiright table.green caption, #wikiright table.green .caption { background-color: #006464; }
#wikiright table.green td { background-color: #dfd; }

/* Graue Box */
#wikiright table.gray { border-color: #033; }
#wikiright table.gray caption, #wikiright table.gray .caption { background-color: #033; }
#wikiright table.gray td { background-color: #eef; }


/* Bilder */

#wikiright td img {
	padding: 6px;
}

/*  Listen   */

#wikiright td ol {
	padding: 0 0 0 1em;
	margin:  0 0 0 1em;
}

#wikiright td ul {
	margin:  0 0 0 0.75em;
	padding: 0 0 0 0.75em;
}

