/* MINICAL */

#minical {
  width: auto;
  border-collapse: separate;
  border: 1px solid #b0b9e0;
  color: #243572;
  font-weight: normal;
  font-size: 90%;
  margin: 16px 0;
}
#minical th {
  border: 1px solid #243572;
  border-width: 0 0 0 0px;
  background-color: #d0d8f0;
  font-weight: normal;
  text-align: center;
  padding: 2px 2px;
}
#minical th.day {
  border: 1px solid #b0b9e0;
  border-width: 0 0 1px 0;
  padding: 2px 2px 1px 2px;
}
#minical th.week {
  border: 1px solid #b0b9e0;
  border-width: 0 1px 0 0;
  padding: 2px 4px;
}
#minical td {
  background-color: #FFFFFF;
  border: 0;
  /*
  border-top: 1px solid #d0d8f0;
  border-left: 1px solid #d0d8f0;
  */
  padding: 2px 2px;
  text-align: center;
}
#minical td.day {
  
}
#minical td.weekend {
        color: #8888BB;
  /*border-color: #d0d8f0;
  opacity: 0.5;*/

}
#minical td.today {
  /*border: 2px solid #243572;*/
  /*background-color: #b3baff;*/
  background-color: #e2e7f6;
  border: 1px solid #d0d8f0;
  padding: 1px;
}
#minical a {
  color: #243572;
  text-decoration: none;
}
#minical td a {
  font-weight: bold;
}

/* CUSTOM */

h1,h2,h3,h4,h5,h6,h7 { color: #243572 !important;}
div#rechte_marginalienspalte h4 a {
    font-weight: normal !important;
    font-size: 11px; /* Im IE6 benötigt, sonst zu groß... */
    color: #243572;
}

p { margin: 0 0 1em; } 

form {
  background-color: #e2e7f6; 
  border: 1px solid #d0d8f0;
  margin: 12px 0 18px 0;
  padding: 0 24px 18px 24px;
}
form th, form td { border: 0; }

table { margin: 8px 0px; border-collapse: collapse; 
 /* width: 529px; */
}
table table { width: auto; }

th { border: 1px solid #b0b9e0; padding: 1px 5px;
  background-color: #d0d8f0; text-align: left; }
td { border: 1px solid #b0b9e0; padding: 2px 5px;}

table.noborder * { border: 0 !important; padding: 0;}
tbody.noborder * {}
table.htmlarea-showtableborders * { border: 0 !important; }

table.evsmenu td { background-color: #e2e7f6;  padding: 4px; text-align: center; color: #243572; }
table.evsmenu a { color: #243572; }
td.evsaktiv { background-color: #d0d8f0 !important; }

#zentrale_spalte ul, #zentrale_spalte ol { margin: 0 22px 2em; }

p.hidden { display: none; }

/* dangerous */
tr, h4 { font-size: 11px; }
h3 { margin-top: 1em; }
table td { background-color: white; }
table.contenttable { /*width: 532px !important;*/ }
table.contenttable * { border-color: gray;}

/* old */
p.latex {
        font-family: 'courier new';
        font-size: small;
}

p.hidden {
  display: none;
}

p.important {
  font-weight: bold;
  color: red;
}

/* rte */
form#editevent table {
  /* width: 400px !important; */
  width: auto;
}
form#editevent table td {
  background-color: transparent !important;
}
div.toolbar {
  width: 400px !important;
}
div.toolbar ul {
  margin: 0 !important;
}
div.htmlarea {
  width: 400px !important;
}
div.editorWrap {
  width: 400px !important;
}
iframe.editorIframe {
  width: 400px !important;
}
div.statusBar {
  width: 400px !important;
}

/* thorsten 08.06.2010 */
dl {
  display:block !important;
  float:none !important;
  width:118px !important;
}
div.csc-textpic-imagecolumn  {
  text-align:center;
}
div.csc-textpic-imagewrap .csc-textpic-image {
  margin-left:auto !important;
  text-align:center !important;
}
.align-center{
  text-align:center;
}
.align-right{
  text-align:right;
}
/* steffen 31.10.2010*/
.indent {
  margin-left:50px;
}

/* Thomas 11.8.2011 */
#rechte_marginalienspalte ul, #rechte_marginalienspalte ol {
    margin-left: 1.5em;
}

/* Google Suche 22.08.2011 */

#header #fs_top,
#header #fs_top fieldset {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}
