/**************************
 rte.css
**************************/



/**************************************
 Standard-Elemente (siehe main.css)
***************************************/


body {
	background-color: #fff;
}

body, table, td, th, input, textarea, select, body.htmlarea-content-body {
	font-family: arial, helvetica, sans-serif; 
	font-size: 13px; 
	color: #000; 
}

div, table, body {
	margin: 0;
	padding: 0;
}

hr {
	background-color: #aaa;
	height: 1px;
	border: none;
	clear: both;
	margin: 15px 0;
}


/**************************************
 Tabellen
***************************************/


table.Tabelle_Rahmen_100_pink,
table.Tabelle_Rahmen_100_blau, 
table.Tabelle_Rahmen_100_grau,
table.Standard_100_Transparent,
table.Standard_Transparent,
table.Rahmen_Zeilen,
table.Rahmen_Spalten,
table.Rahmen_Zelle,
table.Rahmen {
	width:100%;
}

table.Tabelle_Rahmen_100_pink td,
table.Tabelle_Rahmen_100_blau td, 
table.Tabelle_Rahmen_100_grau td,
table.Standard_100_Transparent td,
table.Standard_Transparent td,
table.Rahmen_Zeilen td,
table.Rahmen_Spalten td,
table.Rahmen_Zelle td,
table.Rahmen td {
	padding: 3px;
	vertical-align: top;
	text-align: left;
}



table.Rahmen {
	border: 1px solid black;
}


table.Rahmen_Zeilen td{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.Rahmen_Spalten td{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table.Rahmen_Zelle td{
	border: 1px solid #ccc;
}

table.Rahmen_Zelle,
table.Rahmen_Spalten,
table.Rahmen_Zeilen {
	border-collapse: collapse;
}



table.Standard_100_Transparent {
}

table.Standard_Transparent {
	width:auto;
}

table.Standard_Transparent td,
table.Standard_100_Transparent td{
}

table.Tabelle_Rahmen_100_grau tbody td ,
table.Tabelle_Rahmen_100_blau tbody td {
	background-color: #f3f0f0;
}


table.Tabelle_Rahmen_100_grau thead td,
table.Tabelle_Rahmen_100_blau thead td{
	background-color:#009;
	font-weight: bold;
	color:#FFFFFF;
}

table.Tabelle_Rahmen_100_grau thead td {
	background-color:#CCC;
	font-weight: bold;
	color:#000;
}

table.Tabelle_Rahmen_100_pink {
	border: 1px solid black;
}

table.Tabelle_Rahmen_100_pink tbody td {
	background-color: #FFEBF5;
}

table.Tabelle_Rahmen_100_pink thead td{
	background-color:#FFBFDB;
	font-weight: bold;
	color:#000000;
}

table a.Grauer-Knopf,
table a.Blauer_Knopf {
	margin: 0 auto;
}

td.Zelle_Highlight_blau {
	border: 2px solid #009;
}

td.Zelle_Highlight_grau {
	border: 2px solid #ccc;
}

td.Zelle_Highlight_rot {
	border: 2px solid red;
}

tr.Dunkelgrau_Fett td,
td.Dunkelgrau_Fett {
	background-color: #ccc !important;
	font-weight: bold;
}

tr.Grau_Fett td,
td.Grau_Fett {
	background-color: #f3f0f0 !important;
	font-weight: bold;
}

tr.Blau_Fett td,
td.Blau_Fett {
	background-color: #009 !important;
	font-weight: bold;
	color: #fff;
}

tr.Hellblau_Fett td,
td.Hellblau_Fett {
	background-color: #E6E6FA !important;
	font-weight: bold;
}

tr.Dunkelgrau td,
td.Dunkelgrau {
	background-color: #ccc !important;
}

tr.Grau td,
td.Grau {
	background-color: #f3f0f0 !important;
}

tr.Blau td,
td.Blau {
	background-color: #009 !important;
}

tr.Hellblau td,
td.Hellblau {
	background-color: #E6E6FA !important;
}

tr.Hellgelb td,
td.Hellgelb {
	background-color: #ffffcc !important;
}

tr.Transparent td,
tr.Transparent,
td.Transparent {
	background-color: transparent !important;
}

tr.Ueberschrift_Hellblau td {
	background-color: #E6E6FA !important;
	font-weight: bold;
}

tr.Ueberschrift_Blau td {
	background-color: #009 !important;
	font-weight: bold;
}

tr.Ueberschrift_Dunkelgrau td {
	background-color: #ccc !important;
	font-weight: bold;
}





/**************************************
 Absätze 
***************************************/
p.rechtsBuendig,
div.rechtsBuendig {
	text-align: right;
}

p.zentriert,
div.zentriert {
  text-align: center;
}

p.linksBuendig,
div.linksBuendig {
  text-align: left;
}

p.blocksatz,
div.blocksatz {
  text-align: justify;
}

p.Quellcode {
	font-family: monospace;
	overflow: auto;
}

p.Wichtig {
	text-align: center;
	background-color: #f3f0f0;
	font-weight: bold;
	color: red;
	padding: 7px;
	border: 1px solid #ccc;
}

p.Ankuendigung {
	background-color:#f3f0f0;
	font-weight: bold;
	color:  #009;
	padding: 7px;
	border: 1px solid #ccc;
}


p.Kasten, 
div.Kasten {
	border: 1px solid #f3f0f0;
	background-color: #ddd;
	padding: 7px 7px;
}

div.Textfeld {
	padding: 1em;
}
.htmlarea-content-body div.Textfeld {
	border: 1px dotted #000;
}

p.Gestrichelter_Rahmen, 
div.Gestrichelter_Rahmen {
	border: 1px dashed black;
	padding: 7px 7px;
}

p.Gepunkteter_Rahmen, 
div.Gepunkteter_Rahmen {
	border: 1px dotted black;
	padding: 7px 7px;
}

p.Durchgezogener_Rahmen, 
div.Durchgezogener_Rahmen {
	border: 1px solid black;
	padding: 7px 7px;
}

/**************************************
 Text
***************************************/


span.Wichtig {
	background-color:#f3f0f0;
	padding: 1px;
	font-weight: bold;
	color:  red;
	border: 1px solid #ccc;
}





/**************************************
 Überschrift
***************************************/


h1 {
	font-size: 22px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 22px;
	font-weight: bold;
	padding: 5px 0px;
	border-bottom: 1px solid #ccc;
	border-top: 3px solid #ccc;
}

h5 {
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0px;
	border-bottom: 1px solid #ccc;
	border-top: 3px solid #ccc;
}

h6 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px;
	border-bottom: 1px solid #ccc;
	border-top: 3px solid #ccc;
}

h1.mit_strich, h2.mit_strich, h3.mit_strich, h4.mit_strich, h5.mit_strich, h6.mit_strich {
	padding: 5px 0px;
	border-bottom: 1px solid #ccc;
	border-top: 3px solid #ccc;
}

h3.mit_strich {
	border-bottom-color: #ccc;
	border-top-color: #ccc;
}

table.zentriert, tr.zentriert, td.zentriert, th.zentriert, tbody.zentriert, thead.zentriert, tfoot.zentriert
{
	margin: 0px auto;
	text-align: center;
}

table.linksBuendig, tr.linksBuendig, td.linksBuendig, th.linksBuendig, tbody.linksBuendig, thead.linksBuendig, tfoot.linksBuendig
{
	margin: 0px auto 0px 0px;
	text-align: left;
}

table.rechtsBuendig, tr.rechtsBuendig, td.rechtsBuendig, th.rechtsBuendig, tbody.rechtsBuendig, thead.rechtsBuendig, tfoot.rechtsBuendig
{
	margin: 0px 0px 0px auto;
	text-align: right;
}





/**************************************
 Links
***************************************/

a:link, a:visited 
{
	color: #000099;
	text-decoration: none;
}

a:active, a:hover
{
	color: #000099;
	text-decoration: underline;
}




/**************************************
 Weitere Styles
***************************************/

div.indent
{
	margin-left: 2em;
}

ul.Eckige_Bullets {
	list-style-type: square;
}


a.Grauer_Knopf,
a.Blauer_Knopf {
	width: 24px;
	cursor: pointer;
	height: 24px;
	display: block;
	background: url('/images/blue-bullet.png') no-repeat;
	line-height:200px;
	overflow: hidden;
}

a.Grauer_Knopf {
	background: url('/images/gray-bullet.png') no-repeat;
}

a.Grauer_Knopf:hover,
a.Blauer_Knopf:hover {
	background-position: 1px 1px;
}

a.Grauer_Knopf:visited,
a.Blauer_Knopf:visited {
	background-image: url('/images/pink-bullet.png');
}

ul.component-items { color: #186900; list-style-type: circle; }
ul.action-items { color: #8A0020; list-style-image: url(http://www-old.cs.uni-paderborn.de/fileadmin/templates/layout-1/css/img/red_arrow_bullet.gif); }
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }
span.important { color: #8A0020; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }
div.indent { margin-left: 2em; }