/**************************************************************************************
 Datei: print_layout.css
 -----------------------

 Aufgabe: Für die Druckausgabe optimierte Definitionen.

 **************************************************************************************

 Dateistruktur:
 --------------
 0. SharePoint-Anpassungen
 1. Allgemeine Definitionen für HTML-Elemente
 2. Benutzeroberfläche
 3. Inhaltsbereich
  3.1 Anpassungen MCE-Editor
  3.2 Auszeichnungen, #campusCss  Fehlermeldungen , #campusCss  Warnungen
  3.3 Inhaltselemente
  3.4 Tabellen
  3.5 Formulare für erweiterte Suche und Verknüpfungssuche
  3.6 Styles für Formularseiten
  3.7 Virtuelle Akte
  3.8 Styles für Vorausssetzungsseite
  3.9 Styles für Wizard-Dialog


 **************************************************************************************/



/* 0. SharePoint-Anpassungen
 ====================================================================================*/

 /* Kalender: Schriftart-Korrektur */
* {
  font-family: Tahoma, Arial, Verdana, sans-serif;
}



/* 1. Allgemeine Definitionen für HTML-Elemente
 ====================================================================================*/

html , body {
  width: 100%;
  background: #fff !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body {
  font-size: 10pt;
  /* Serifenlos */
  font-family: Arial , Tahoma , Lucida Grande , Lucida Sans Unicode , Trebuchet MS , Verdana , sans-serif;
  /* Serifen */
  /*font: Georgia , "Times New Roman" , serif;*/
  color: #000;
  /* Blocksatz */
  /*text-align: justify;*/
}

img {
  border: 0;
}

th , #campusCss  td {
  font-size: 10pt;
  text-align: left;
}

h1 {
  font-size: 14pt;
}

h2 {
  font-size: 12pt;
}

h3 {
  font-size: 11pt;
}

h4 , #campusCss  h5 , #campusCss  h6 {
  font-size: 10pt;
}

/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1 , #campusCss  h2 , #campusCss  h3 , #campusCss  h4 , #campusCss  h5 , #campusCss  h6 {
  page-break-after: avoid;
}

p , #campusCss  address , #campusCss  li , #campusCss  dt , #campusCss  dd {
  font-size: 100%
}

ul , #campusCss  ol {
  list-style: square;
  margin-left: 18pt;
}

li {
  line-height: 1.6em;
}

a , #campusCss  a:visited {
  color: #000;
  text-decoration: none;
}

hr {
  border: none;
  border-top: 1px solid #aaa;
  color: #fff;
  background-color: #fff;
  height: 1px;
  margin-bottom: 15px;
}

#ie6 hr , #campusCss  #ie7 hr , #campusCss  #ie8 hr {
  margin-bottom: 10px;
}

.redtext {
  color: #ff0000;
}

input[type="text"] ,
input[type="password"] ,
select {
  width: 411px;
  font-size: 10pt;
}

/* Browserspezifische ID [#ie6] funktioniert hier nicht. */
/* IE6 Hack */
* html select#idselectbox {
  width: 411px !important;
}

input[type="text"] ,
input[type="password"] ,
textarea ,
select ,
button {
  border: 1px solid #aaa;
}

textarea {
  width: 411px;
  height: 100px;
  border: 1px solid #aaa;
}

select {
  height: 20px;
}

input[type="text"] ,
input[type="password"] {
  height: 16px;
}

/*
Hack für IE6. Diese Klasse wird dynamisch per jQuery gesetzt ,
da IE6 Attributselektoren noch nicht unterstützt. Offenbar werden
andere Selektoren , #campusCss  die gemeinsam im selben Block wie ein
Attributselektor stehen , #campusCss  ebenfalls ignoriert.
*/
input.iefixinputtypetext {
  width: 411px;
  border: 1px solid #aaa;
}

button {
  margin-right: 10px;
}

input.button {
  width: auto;
  /*border: none;*/
  padding: 0;
}

a.anchor {
  visibility: hidden;
  float: left;
}

a.error {
  color: #D0292A;
  font-weight: bold;
}

a#topanchor {
  top: 0px;
  visibility: hidden;
}

p.language input {
  margin-right: 8px;
}


/* 2. Benutzeroberfläche
 ====================================================================================*/

#topFrame,
#leftFrame,
#footerFrame,
.noprint {
  display:none !important;
}



/* 3. Inhaltsbereich
 ====================================================================================*/


div.templatecomponent,
div.formcomponent {
  padding-bottom: 20px;
}



/* 3.1 Anpassungen MCE-Editor
  ---------------------------*/

.element table.mceEditor {
  white-space: nowrap !important;
}

.element table.mceEditor .mceToolbarTop {
  margin: 0 !important;
  padding: 0 !important;
}

#mce_editor_0 ,
#mce_editor_1 ,
#mce_editor_2 ,
#mce_editor_3 ,
#mce_editor_4 ,
#mce_editor_5 ,
#mce_editor_6 ,
#mce_editor_7 ,
#mce_editor_8 ,
#mce_editor_9 ,
#mce_editor_10 {
  width: 402px !important;
}

#ie6 #mce_editor_0 ,
#ie6 #mce_editor_1 ,
#ie6 #mce_editor_2 ,
#ie6 #mce_editor_3 ,
#ie6 #mce_editor_4 ,
#ie6 #mce_editor_5 ,
#ie6 #mce_editor_6 ,
#ie6 #mce_editor_7 ,
#ie6 #mce_editor_8 ,
#ie6 #mce_editor_9 ,
#ie6 #mce_editor_10 {
  width: 403px !important;
}



/* 3.2 Auszeichnungen , Fehlermeldungen , Warnungen
 ------------------------------------------------*/

.clear {
  overflow: hidden;
  clear: both;
  height: 1px;
  margin-bottom: -1px;
  line-height: 1%;
  font-size: 0px;
}

.redtext {
  color: #D0292A;
}

p.smallerror {
  color: #d0292a;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

p.error ,
p.warning ,
p.ok ,
p.longoperation {
  margin: 0 !important;
  margin: 15px 0 !important;
  padding: 0;
  padding: 10px 10px 10px 60px;
  font-weight: bold;
  min-height: 33px;
  width: 400px;
  background-color: #f3f3f4;
  border-width: 2px;
  border-style: solid;
}

#ie6 p.error ,
#ie6 p.warning ,
#ie6 p.ok ,
#ie6 p.longoperation {
  width: 470px;
}

p.error {
  background-image: url(../../../shared/img/error2.png);
  background-repeat:  no-repeat;
  background-position: 10px 10px;
  color: #d0292a;
  border-color: #D0292A;
}

/* Browserspezifische ID [#ie6] funktioniert hier nicht. */
/* IE6 Hack */
* html p.error {
  background: url(../../../shared/img/error2_ie6.gif) no-repeat 10px 10px;
}

p.ok  ,
p.longoperation {
  background-image: url(../../../shared/img/ok_32.png);
  background-repeat:  no-repeat;
  background-position: 10px 10px;
  color: #49bc36;
  border-color: #49bc36;
}

/* Browserspezifische ID [#ie6] funktioniert hier nicht. */
/* IE6 Hack */
* html p.ok ,
* html p.longoperation {
  background: url(../../../shared/img/ok_32_ie6.gif) no-repeat 10px 10px;
}

p.warning ,
p.longoperation {
  background-image: url(../../../shared/img/warning.png);
  background-repeat:  no-repeat;
  background-position: 10px 10px;
  border-color: #aaa;
}

/* Browserspezifische ID [#ie6] funktioniert hier nicht. */
/* IE6 Hack */
* html p.warning ,
* html p.longoperation {
  background: url(../../../shared/img/warning_ie6.gif) no-repeat 10px 10px;
}

td.error {
  color: #d0292a;
  font-weight: bold;
  width: 400px;
}



/* 3.3 Inhaltselemente
 ---------------------*/

.tabbar,
.menubar,
.breadcrumb {
  display: none;
}

div.groupBox {
  display:none;
}

.pagination ,
.pagination-large ,
.pagination-arrows ,
.gotopage ,
.itemsperpage {
  display: none;
}

#topanchor , .anchor {
  display: none;
}

th.icon, td.icon {
  display: none;
}

a.new , a.edit , a.delete {
  display: none;
}

p.links {
  display: none;
}

div.formcomponent table.formelements td.element input.mandatory ,
div.formcomponent table.formelements td.element textarea.mandatory {
  width: 400px;
}

div.formcomponent table.formelements td.element select {
  width: 402px;
}

div.formcomponent table.formelements td.login  input {
  width: 150px;
}

.mceEditor .mceToolbarTop {
  display: none;
}



/* 3.4 Tabellen
 --------------*/


table {
}

table.listview {
  width: auto;
}

div.templatecomponent table.listview {
  width: 99% !important;
  margin: 0 1px;
}

div.templatecomponent table.listview tr.even td ,
div.templatecomponent table.listview tr.odd td ,
div.templatecomponent table.listview th {
  width: auto;
}

div.templatecomponent table.listview th,
div.templatecomponent table.hierarchy th {
  height: 28px;
  padding: 0 5px;
  vertical-align: middle;
  background: #ddd;
}


/* Tabelle in Tabelle */
table.listview.collapsiblelist .tablecontent tr.collapsible td.collapsible {
  padding: 0 0 0 50px;
}


div.templatecomponent table.listview td {
  padding: 2px 5px;
  vertical-align: top;
}

div.formcomponent table.formelements td ,
div.formcomponent table.displayfields td {
  padding: 3px 5px;
  vertical-align: top;
}

table.listview ,
table.rabattrechner ,
table.hierarchy {
  border: 1px solid #bbb;
  border-collapse: collapse;
}

table.hierarchy {
  width: 99%;
}

table.listview th,
table.hierarchy th {
  border: 1px solid #bbb;
}

table.listview th ,
table.rabattrechner th ,
table.hierarchy th ,
table.listview td ,
table.rabattrechner td ,
table.hierarchy td {
  width: auto;
  vertical-align: top;
}

table.hierarchy .expandoptions {
  display: none;
}

div.templatecomponent table.listview a.up ,
div.templatecomponent table.listview a.up-active ,
div.templatecomponent table.listview a.down ,
div.templatecomponent table.listview a.down-active {
  display: none;
}

div.templatecomponent table.listview tr.deleted td ,
div.templatecomponent table.listview tr.deleted td a {
  color: #666666 !important;
  font-style: italic;
  text-decoration: line-through;
}

.table-iconbar {
  display: none;
}

table.filter ,
table.claimsearchtable ,
table.personFilter ,
table.eventList  {
  border: 1px solid #999;
  border-collapse: collapse;
  margin: 15px 1px;
}

table.filter ,
table.claimsearchtable ,
table.personFilter ,
table.eventList {
  background-color: #f3f3f4;
}

table.filter td ,
table.claimsearchtable td ,
table.personFilter td ,
table.eventList td {
  padding: 3px 8px;
}

table.filter td input[type="text"] ,
table.claimsearchtable td input[type="text"] ,
table.personFilter td input[type="text"] ,
table.eventList td input[type="text"] {
  width: 132px;
}


div.templatecomponent.linklist table.personFilter tr.filtertype td ,
div.templatecomponent.linklist table.eventList tr.filtertype td {
  padding-left: 0;
}

table td.filterheader {
  font-weight: bold;
}

table.filter td.filter {
  padding: 5px;
}

table.filter .filterbutton {
  display: none;
}

div.templatecomponent.linklist table.personFilter td input ,
div.templatecomponent.linklist table.eventList td input ,
div.templatecomponent.linklist table.filter td input
div.templatecomponent.linklist table.claimsearchtable td input ,
div.templatecomponent.linklist table.personFilter td select ,
div.templatecomponent.linklist table.eventList td select ,
div.templatecomponent.linklist table.filter td select
div.templatecomponent.linklist table.claimsearchtable td select {
  width: auto;
  margin: 0px 6px;
}

div.searchfield input ,
div.searchfield select {
  margin-right: 5px;
}

div.specificproductinfo table.displayfields {
  float: right;
  margin-top: 20px;
}

div.secondarysearchfield {
  display: none;
}



/* 3.5 Formulare für erweiterte Suche und Verknüpfungssuche
 ----------------------------------------------------------*/

form.extended-search .linked-search-objects {
  width: auto;
}

form.extended-search .linked-search-objects div {
  width: auto;
}


form td.condition select {
  padding: 0;
  width: 105px;
}

form.extended-search-table-changer {
  margin-bottom: 20px;
  font-size: 11px;
}

div.table-changer-link-search form.extended-search-table-changer select {
  margin-left: 5px;
}

form.extended-search div.extended-search {
  margin-bottom: 5px;
}

form.extended-search td {
  padding: 1px 1.5px;
}

form.extended-search td.left-brackets .highlight ,
form.extended-search td.right-brackets .highlight {
  color: #F00;
}

form.extended-search select.field {
  width: 240px;
}

#ie6 form.extended-search select.field {
  width: 213px;
}

#ie7 form.extended-search select.field {
  width: 210px;
}

form.extended-search div.main-search-object ,
form.extended-search div.linked-search-objects {
  margin-bottom: 25px;
  border: 1px solid #aaa;
}

form.extended-search div.main-search-object {
  border: none;
}

form.extended-search div.linked-search-objects p.fold {
  padding: 5px;
  background: #d9d9d9;
  margin: 0;
}

form.extended-search div.linked-search-objects p.fold a {
  padding: 0 8px 0 4px;
}

form.extended-search div.main-search-object ,
form.extended-search div.linked-search-objects div {
  padding: 5px 7px 5px 7px;
}

form.extended-search div.linked-search-objects div p.fold {
  background: #d9d9d9;
  border: 1px solid #aaa;
  font-weight: bold;
  line-height: 0;
  margin: 0;
  padding: 6px;
}

#ie6 form.extended-search div.linked-search-objects div p.fold ,
#ie7 form.extended-search div.linked-search-objects div p.fold ,
#ie8 form.extended-search div.linked-search-objects div p.fold {
  padding: 3px 3px 4px;
}

#ie6 form.extended-search div.linked-search-objects div p.fold span{
  right: 38px;
}

form.extended-search div.linked-search-objects div p.fold span.linktype-select {
  position: absolute;
  right: 5px;
  top: 1px;
}

form.extended-search div.main-search-object div.extended-search {
  margin-bottom: 0;
  padding: 0;
}

form.extended-search div.linked-search-objects div.extended-search {
  padding: 5px;
  margin-bottom: 0;
  border: 1px solid #aaa;
  border-top: none;
}

table.listview select.field {
  width: 40px;
  margin-right: 6px;
  margin-left: 3px;
}

select.autofield {
  width: auto;
  margin-right: 6px;
  margin-left: 3px;
}

form.extended-search td.value ,
form.extended-search td.value input ,
form.extended-search td.value select {
  width: 160px;
}

form.extended-search td.value input.datefield {
  width: 129px;
  margin-right: 3px;
}

form.extended-search td.and-or select {
  width: 55px;
}

form.extended-search button {
  width: 28px;
  height: 20px;
  margin: 0;
}

form.extended-search .add-filter img ,
form.extended-search .remove-filter img{
  width: 12px;
  height: 12px;
}

#gecko form.extended-search button img{
  margin-top: -2px;
}

#webkit form.extended-search button img{
  margin-top: 2px;
}

#ie6 form.extended-search button img ,
#ie7 form.extended-search button img ,
#ie8 form.extended-search button img{
  margin-top: 1px;
  padding: 0;
  border: 0;
}

form.extended-search td.condition select ,
form.extended-search select.background-eq ,
form.extended-search select.background-neq ,
form.extended-search select.background-gt ,
form.extended-search select.background-gte ,
form.extended-search select.background-lt ,
form.extended-search select.background-lte ,
form.extended-search select.background-like ,
form.extended-search select.background-nlike ,
form.extended-search select.background-left ,
form.extended-search select.background-nleft ,
form.extended-search select.background-right ,
form.extended-search select.background-nright {
  width: 105px;
}

#webkit select ,
#webkit form.extended-search td.condition select ,
#webkit form.extended-search select ,
#webkit option ,
#webkit form.extended-search td.condition option ,
#webkit form.extended-search option {
  border: none !important;
  background: none !important;
  text-decoration: none !important;
}



/* 3.6 Styles für Formularseiten
 -------------------------------*/

/*new*/
.formcomponent .field {
  margin-bottom:10px;
}

/*new*/
.formcomponent .field .label {
  font-weight:bold;
  color:#666;
}

/*new*/
.formcomponent .field .element {
  min-height:1.454546em;
}

/*new*/
.formcomponent .field .element img {
  vertical-align:top;
}

/* new */
.formcomponent .field .element a {
  color:#009682;
}

/* new */
.formcomponent .field .element a.extLink {
  /*background: url("../../../shared/img/extlink_10.png") no-repeat right center;*/
  background:url("../../../kit/img/ext_link.gif") no-repeat right center;
  padding-right:12px;
}

.autoresize {
  display: block;
  resize: none;
  word-break: break-all;
  overflow: hidden;
  width:100%;
  height:17px;
  box-sizing:border-box;
}

#socialmedia div {
  display:inline-block;
  margin-right:8px;
}


/* Styles für Suchformulare */

div.searchfield {
  margin-bottom: 15px;
}

div.searchfield input ,
div.searchfield select {
  margin-right: 5px;
}

div.searchfield select {
  width: auto;
}



/* 3.7 Virtuelle Akte
 --------------------*/


div#contract_select_wrapper {
  margin: 10px 0;
}

#ie6 div#contract_select_wrapper ,
#ie7 div#contract_select_wrapper ,
#ie8 div#contract_select_wrapper {
  margin-bottom: 25px;
}

div.templatecomponent.linklist table.hierarchy .foldingelement_unvisible ,
div.templatecomponent.foldinglist table.hierarchy .foldingelement_unvisible {
  display: none;
}

/*
 * Einrückungen
 */
div.templatecomponent.linklist table.hierarchy tr.hierarchie-lvl0 td.indented ,
div.templatecomponent.foldinglist table.hierarchy tr.hierarchie-lvl0 td.indented{
  padding-left: 4px;
  padding-right: 50px;
}

div.templatecomponent.linklist table.hierarchy tr.field-lvl1 td.indented ,
div.templatecomponent.linklist table.hierarchy tr.brick-lvl1 td.indented ,
div.templatecomponent.linklist table.hierarchy tr.module-lvl1 td.indented ,
div.templatecomponent.foldinglist table.hierarchy tr.field-lvl1 td.indented ,
div.templatecomponent.foldinglist table.hierarchy tr.brick-lvl1 td.indented ,
div.templatecomponent.foldinglist table.hierarchy tr.module-lvl1 td.indented {
  padding-left: 34px;
  padding-right: 50px;
}

div.templatecomponent.linklist table.hierarchy tr.field-lvl2 td.indented ,
div.templatecomponent.linklist table.hierarchy tr.brick-lvl2 td.indented ,
div.templatecomponent.linklist table.hierarchy tr.module-lvl2 td.indented ,
div.templatecomponent.foldinglist table.hierarchy tr.field-lvl2 td.indented ,
div.templatecomponent.foldinglist table.hierarchy tr.brick-lvl2 td.indented ,
div.templatecomponent.foldinglist table.hierarchy tr.module-lvl2 td.indented {
  padding-left: 64px;
  padding-right: 50px;
}

div.templatecomponent.linklist table.hierarchy tr.field-lvl3 td.indented ,
div.templatecomponent.linklist table.hierarchy tr.brick-lvl3 td.indented ,
div.templatecomponent.linklist table.hierarchy tr.module-lvl3 td.indented ,
div.templatecomponent.foldinglist table.hierarchy tr.field-lvl3 td.indented ,
div.templatecomponent.foldinglist table.hierarchy tr.brick-lvl3 td.indented ,
div.templatecomponent.foldinglist table.hierarchy tr.module-lvl3 td.indented {
  padding-left: 94px;
  padding-right: 50px;
}

div.templatecomponent.linklist table.hierarchy tr.field-lvl4 td.indented ,
div.templatecomponent.linklist table.hierarchy tr.brick-lvl4 td.indented ,
div.templatecomponent.linklist table.hierarchy tr.module-lvl4 td.indented ,
div.templatecomponent.foldinglist table.hierarchy tr.field-lvl4 td.indented ,
div.templatecomponent.foldinglist table.hierarchy tr.brick-lvl4 td.indented ,
div.templatecomponent.foldinglist table.hierarchy tr.module-lvl4 td.indented {
  padding-left: 124px;
  padding-right: 50px;
}

div.templatecomponent.linklist table.hierarchy tr.field-lvl5 td.indented ,
div.templatecomponent.linklist table.hierarchy tr.brick-lvl5 td.indented ,
div.templatecomponent.linklist table.hierarchy tr.module-lvl5 td.indented ,
div.templatecomponent.foldinglist table.hierarchy tr.field-lvl5 td.indented ,
div.templatecomponent.foldinglist table.hierarchy tr.brick-lvl5 td.indented ,
div.templatecomponent.foldinglist table.hierarchy tr.module-lvl5 td.indented {
  padding-left: 154px;
  padding-right: 50px;
}

div.templatecomponent.linklist table.hierarchy div.spacer ,
div.templatecomponent.foldinglist table.hierarchy div.spacer {
  margin-left: 40px;
  border: 0;
  padding: 0;
  height: auto;
}

div.templatecomponent table.hierarchy td.foldingelement_opened div.foldingelement ,
div.templatecomponent table.hierarchy td.foldingelement_closed div.foldingelement {
  display: block;
}

/*
 * Farbabstufung
 */
div.templatecomponent.linklist table.hierarchy tr.hierarchie-lvl0 ,
div.templatecomponent.foldinglist table.hierarchy tr.hierarchie-lvl0{
  background-color: #bbb;
}

div.templatecomponent.linklist table.hierarchy tr.hierarchie-lvl0 a ,
div.templatecomponent.foldinglist table.hierarchy tr.hierarchie-lvl0 a {
  font-weight: bold;
}

div.templatecomponent.linklist table.hierarchy tr.hierarchie-lvl0 a.error ,
div.templatecomponent.foldinglist table.hierarchy tr.hierarchie-lvl0 a.error {
  font-weight: bold;
  color: #D0292A;
}

div.templatecomponent.linklist table.hierarchy tr.field-lvl1 ,
div.templatecomponent.linklist table.hierarchy tr.field-lvl2 ,
div.templatecomponent.linklist table.hierarchy tr.field-lvl3 ,
div.templatecomponent.linklist table.hierarchy tr.field-lvl4 ,
div.templatecomponent.linklist table.hierarchy tr.field-lvl5 ,
div.templatecomponent.foldinglist table.hierarchy tr.field-lvl1 ,
div.templatecomponent.foldinglist table.hierarchy tr.field-lvl2 ,
div.templatecomponent.foldinglist table.hierarchy tr.field-lvl3 ,
div.templatecomponent.foldinglist table.hierarchy tr.field-lvl4 ,
div.templatecomponent.foldinglist table.hierarchy tr.field-lvl5 {
  background-color: #ccc;
}

div.templatecomponent.linklist table.hierarchy tr.module-lvl1 ,
div.templatecomponent.linklist table.hierarchy tr.module-lvl2 ,
div.templatecomponent.linklist table.hierarchy tr.module-lvl3 ,
div.templatecomponent.linklist table.hierarchy tr.module-lvl4 ,
div.templatecomponent.linklist table.hierarchy tr.module-lvl5 ,
div.templatecomponent.foldinglist table.hierarchy tr.module-lvl1 ,
div.templatecomponent.foldinglist table.hierarchy tr.module-lvl2 ,
div.templatecomponent.foldinglist table.hierarchy tr.module-lvl3 ,
div.templatecomponent.foldinglist table.hierarchy tr.module-lvl4 ,
div.templatecomponent.foldinglist table.hierarchy tr.module-lvl5 {
  background-color: #ddd;
}

div.templatecomponent.linklist table.hierarchy tr.module-lvl1 a ,
div.templatecomponent.linklist table.hierarchy tr.module-lvl2 a ,
div.templatecomponent.linklist table.hierarchy tr.module-lvl3 a ,
div.templatecomponent.linklist table.hierarchy tr.module-lvl4 a ,
div.templatecomponent.linklist table.hierarchy tr.module-lvl5 a ,
div.templatecomponent.linklist table.hierarchy tr.field-lvl1 a ,
div.templatecomponent.linklist table.hierarchy tr.field-lvl2 a ,
div.templatecomponent.linklist table.hierarchy tr.field-lvl3 a ,
div.templatecomponent.linklist table.hierarchy tr.field-lvl4 a ,
div.templatecomponent.linklist table.hierarchy tr.field-lvl5 a ,
div.templatecomponent.foldinglist table.hierarchy tr.module-lvl1 a ,
div.templatecomponent.foldinglist table.hierarchy tr.module-lvl2 a ,
div.templatecomponent.foldinglist table.hierarchy tr.module-lvl3 a ,
div.templatecomponent.foldinglist table.hierarchy tr.module-lvl4 a ,
div.templatecomponent.foldinglist table.hierarchy tr.module-lvl5 a ,
div.templatecomponent.foldinglist table.hierarchy tr.field-lvl1 a ,
div.templatecomponent.foldinglist table.hierarchy tr.field-lvl2 a ,
div.templatecomponent.foldinglist table.hierarchy tr.field-lvl3 a ,
div.templatecomponent.foldinglist table.hierarchy tr.field-lvl4 a ,
div.templatecomponent.foldinglist table.hierarchy tr.field-lvl5 a {
  font-weight: bold;
}

div.templatecomponent.linklist table.hierarchy tr td.foldingelement_opened div.text ,
div.templatecomponent.linklist table.hierarchy tr td.foldingelement_closed div.text ,
div.templatecomponent.linklist table.hierarchy tr td.indented div.text ,
div.templatecomponent.foldinglist table.hierarchy tr td.foldingelement_opened div.text ,
div.templatecomponent.foldinglist table.hierarchy tr td.foldingelement_closed div.text ,
div.templatecomponent.foldinglist table.hierarchy tr td.indented div.text {
  margin-left: 16px;
  /*display: inline;*/
}

#ie6 div.templatecomponent.linklist table.hierarchy tr td.foldingelement_opened div.text ,
#ie6 div.templatecomponent.linklist table.hierarchy tr td.foldingelement_closed div.text ,
#ie6 div.templatecomponent.foldinglist table.hierarchy tr td.foldingelement_opened div.text ,
#ie6 div.templatecomponent.foldinglist table.hierarchy tr td.foldingelement_closed div.text {
  margin-left: 14px;
}

div.templatecomponent.linklist table.hierarchy tr a.error ,
div.templatecomponent.foldinglist table.hierarchy tr a.error {
  font-weight: bold;
  color:#D0292A;
}

div.templatecomponent.linklist table.hierarchy tr td div.text input ,
div.templatecomponent.linklist table.hierarchy tr td div.text input ,
div.templatecomponent.foldinglist table.hierarchy tr td div.text input ,
div.templatecomponent.foldinglist table.hierarchy tr td div.text input {
  margin-top: 2px;
}

/*
 * VA Status
 */
div.templatecomponent.foldinglist table.hierarchy div.notstarted  ,
div.formcomponent table.displayfields td.element div.notstarted {
  background: #ff7300; /* orange */
  height: 6px;
  width: 6px;
  border-color:#666666;
  border-style:solid;
  border-width:1px 1px 1px 1px;
  text-align: center;
}

div.templatecomponent.foldinglist table.hierarchy div.started ,
div.formcomponent table.displayfields td.element div.started {
  background: #FFE51E; /* gelb */
  height: 6px;
  width: 6px;
  border-color:#666666;
  border-style:solid;
  border-width:1px 1px 1px 1px;
  text-align: center;
}

div.templatecomponent.foldinglist table.hierarchy div.passed  ,
div.formcomponent table.displayfields td.element div.passed {
  background: #1fa22d; /* grün*/
  height: 6px;
  width: 6px;
  border-color:#666666;
  border-style:solid;
  border-width:1px 1px 1px 1px;
  text-align: center;
}

/*
 * IE 6 Hack: Kleine DIVs erzeugen
 */
* html div.templatecomponent.foldinglist table.hierarchy div.notstarted ,
* html div.formcomponent table.displayfields td.element div.notstarted ,
* html div.templatecomponent.foldinglist table.hierarchy div.started ,
* html div.formcomponent table.displayfields td.element div.started  ,
* html div.templatecomponent.foldinglist table.hierarchy div.passed ,
* html div.formcomponent table.displayfields td.element div.passed {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  width: 7px;
  font-size: 4px;
}

/*
 * Alle IE: Zentrierung des Status-DIV auf der Detailseite
 */
* html div.formcomponent table.displayfields td.element div.notstarted ,
* html div.formcomponent table.displayfields td.element div.started  ,
* html div.formcomponent table.displayfields td.element div.passed ,
#ie7 div.formcomponent table.displayfields td.element div.notstarted ,
#ie7 div.formcomponent table.displayfields td.element div.started  ,
#ie7 div.formcomponent table.displayfields td.element div.passed ,
#ie8 div.formcomponent table.displayfields td.element div.notstarted ,
#ie8 div.formcomponent table.displayfields td.element div.started  ,
#ie8 div.formcomponent table.displayfields td.element div.passed {
  margin-top: 4px;
}

div.templatecomponent.foldinglist table.hierarchy td.notconfirmed ,
div.formcomponent table.displayfields td.element div.notconfirmed {
  background: url(../../img/hourglass_16.png) no-repeat center bottom;
  width: 16px;
  height: 16px;
  border:0px;
}

div.templatecomponent.foldinglist table.hierarchy td.hasdesiredposition ,
div.formcomponent table.displayfields td.element div.hasdesiredposition {
  background: url(../../img/verschieben_16.png) no-repeat center bottom;
  width: 16px;
  height: 16px;
  border: 0px;
}

div.formcomponent table.displayfields td.element {
  vertical-align: middle;
  white-space: normal;
}

div.templatecomponent.foldinglist table.hierarchy tr.hascompulsoryelective {
  font-weight: bold;
}



/* 3.8 Styles für Vorausssetzungsseite
 -------------------------------------*/

div.templatecomponent.linklist table.prereq {
  width: 99%;
  border-spacing: 2px;
  border-collapse: collapse;
  margin: 5px 1px 0;
}

div.templatecomponent.linklist table.prereq tr.blockhead {
  margin-top: 5px;
  border: 1px solid #aaa; /* wird vom IE nicht gerendert */
}

div.templatecomponent.linklist table.prereq tr.blockhead td {
  background-color: #bbb;
  padding: 0 5px !important;
  border: 1px solid #aaa;
  border-left: none;
  border-right: none;
  height: 26px;
  width: 100%; /* für IE nötig */
}

/* IE-Ersatzlösung */
#ie6 div.templatecomponent.linklist table.prereq tr.blockhead td ,
#ie7 div.templatecomponent.linklist table.prereq tr.blockhead td ,
#ie8 div.templatecomponent.linklist table.prereq tr.blockhead td {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

div.templatecomponent.linklist table.prereq tr.blockbody  {
  border: 1px solid #aaa; /* wird vom IE nicht gerendert */
}

div.templatecomponent.linklist table.prereq tr.blockbody td {
  padding: 0 5px 5px 28px;
}

div.templatecomponent.linklist table.prereq tr.spacer {
  height: 5px !important;
}

div.templatecomponent.linklist table.prereq tr.spacer td {
  border-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 5px !important;
}

div.templatecomponent.linklist table.prereq tr.odd ,
div.templatecomponent.linklist table.prereq tr.even {
  background-color: #f3f3f4;
}

div.templatecomponent.linklist table.prereq tr.blockhead td.icon {
  padding: 5px !important;
  padding-left: 5px !important;
  width: 16px;
  text-align: center;
}

div.templatecomponent.linklist table.prereq tr.blockbody td.icon {
  padding: 5px !important;
  width: 16px;
  text-align: center;
}

div.templatecomponent.linklist table.prereq tr.blockbody td.bricktype {
  width: 16%;
}

div.templatecomponent.linklist table.prereq select {
  width: auto;
}



/* 3.9 Styles für Wizard-Dialog
 ------------------------------*/

div.wizardContainer {
  padding: 20px 0;
}

div.wizardStepNavigation {
}

div.buttons input ,
div.wizardContainer div.wizardNavigation input {
  margin-right: 5px;
}

div.wizardContainer ul.wizard {
  padding: 10px 0;
  font-weight: bold;
}

div.wizardContainer ul.wizard li.step {
  padding: 0 10px;
  margin-right: 10px;
  border: 1px solid black;
  display: inline;
  border-collapse: no-collapse;
}


/* Styles aus calendar.css */
table.calendarTable {
  font-size: 12px;
  font-family: Tahoma, Verdana, Arial;
  background-color: #868686;
  border-collapse: collapse;
}

table.calendarTable td{
  border-width: 1px;
  border-style: solid;
  padding: 0px;
  border-color: #868686;
}

table.calendarTable th{
  border-width: 1px;
  border-style: solid;
  padding: 0px;
  border-color: #868686;
  background-color: #F0F0F0;
  height: 29px;
}

table.calendarTable td.calendarCellEven {
  background-color: #F0F0F0;
}

table.calendarTable td.calendarCellOdd {
  background-color: #FFFFFF;
}

table.calendarTable td.timeCell {
  vertical-align: top;
}

table.calendarTable div.calendarHeading {
  text-align: center;
  vertical-align: middle;
}

.calendarTable div.calendarHoliday {
  text-align: center;
  vertical-align: middle;
  color:#F00000;
  font:bold 12px Arial,Tahoma,Helvetica,MS Sans Serif,Verdana,sans-serif;
  line-height:12px;
}


table.calendarTable div.calendarTimeLecture {
  padding-top: 5px;
  padding-left: 5px;
  text-align: left;
  font-weight: normal;
}

table.calendarTable div.calendarTimeBreak {
  padding-left: 5px;
  text-align: left;
  font-weight: normal;
}

div.calendar div.appointmentContainer {
  position: absolute;
  left: 56px; /* 55 Breite der Zeitenspalte + 1 Rand */
  top: 30px; /* 15 Höhe der Kopfzeile + 1 Rand */
}

div.appointmentContainer div.appointment {
  position: absolute;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 11px;
  Font-Family: Tahoma, Arial;
  line-height: 12px;
  padding-left: 2px;
  padding-right: 1px;
}

div.appointmentContainer div.single {
  background-color: #D7E9EA;
}

div.appointmentContainer div.period {
  background-color: #ffffcc;
}

div.appointmentContainer div.fourteen {
  background-color: #f2b564;
}

div.appointmentContainer div.half1 {
  background-color: #FFF2DB;
}

div.appointmentContainer div.half2 {
  background-color: #FFF2DB;
}

div.appointmentContainer div.active {
  border-color: #FF0000;
  border-width: 2px;
  border-style: solid;
}

div.appointmentContainer div.carer {
  border-color: #aae4a1;
}

div.calendarContainer {
  position: absolute;
}

div.calendar {
  position: relative;
}


div.appointmentContainer div.single,
table.colorkey td.single,
table.filterbox td.single {
  background: #d7e9ea;
}

div.appointmentContainer div.period,
table.colorkey td.period,
table.filterbox td.period {
  background: #ffc;
}

div.appointmentContainer div.fourteen,
table.colorkey td.fourteen,
table.filterbox td.fourteen {
  background: #f2b564;
}

div.appointmentContainer div.withoutevent,
table.colorkey td.withoutevent,
table.filterbox td.withoutevent {
  background: #eaeabc;
}

div.appointmentContainer div.caacrwevstrong,
div.collisionContainer div.caacrwevstrong,
table.colorkey td.caacrwevstrong {
  background: #ED7171;
}

div.appointmentContainer div.caacrwevloose,
div.collisionContainer div.caacrwevloose,
table.colorkey td.caacrwevloose {
  background: #E99C9C;
}

div.appointmentContainer div.half1,
div.appointmentContainer div.half2,
table.colorkey td.half1,
table.colorkey td.half2 {
  background: #fff2db;
}

div.appointmentContainer div.active,
table.colorkey td.active {
  border: 2px solid #f00;
  z-index: 100; /* Sorgt dafür, dass der rote Rahmen eines aktiven Termins nicht vom Nachbarelement überdeckt wird. MCR, 08.11.12 */
}

div.appointmentContainer div.carer,
table.colorkey td.carer {
  border: #aae4a1;
}


/* X. Copyrighthinweis
 ---------------------*/
/*
#flexFrame:after {
  border-top: 1px solid #999;
  content: "\ Alle Rechte vorbehalten. (c) 2009 KIT , www.kit.edu";
  font-size: 0.85em !important;
  color: #999 !important;
}
*/

.ui-widget {
  display:none !important;
}