
/* ------------------------------------------------------------------------------------------------------------------------------------------ */
/* Konfiguration Openscope Inhalt 																											  */
/* ------------------------------------------------------------------------------------------------------------------------------------------ */

/* Openscope Tabellen bei zwei Spalten oder Gemischt */
.osContainerTable1 {
 width:100%;
}

.osContainerTD11 {
 text-align:left;
 vertical-align:top;
}

.osContainerTD12 {
 text-align:left;
 vertical-align:top;
 width:50%;
}

.osContainerTD13 {
 text-align:left;
 vertical-align:top;
 width:50%;
}

.osContainerTD14 {
 text-align:left;
 vertical-align:top;
}

/* Openscope Inhaltstabelle */
.osTable11 {
 width:100%;
}

.osTable12 {
 width:100%;
}

.osTable13 {
 width:100%;
}

.osTable14 {
 width:100%;
}

/* Titel 1 */
.osTitle1TR {
}

.osTitle1TD, h1 {
 font-family: "Times New Roman", Times, serif;
 font-size:26px;
 color:#006543;
 font-weight:normal;
 padding-top:5px;
 padding-bottom:0pt;
 margin-bottom:0px;
}

/*.osTitle1TD{font-size:16px;text-decoration:none;text-align:left;font-weight:bold;}*/

/* Titel 2 */
.osTitle2TR {
}

.osTitle2TD, h2 {
 font-weight:bold;
 padding-top:5px;
 padding-bottom:0pt;
 margin-bottom:0px;
 color:#E58600;
 font-size:17px;
}

/* Titel 3 */
.osTitle3TR {
}

.osTitle3TD, h3 {
 font-weight:normal;
 padding-top:5px;
 padding-bottom:0pt;
 margin-bottom:0px;
 color:#444;
 font-size:14px;
}

/* Openscope Zeile/Zelle. Bei Inhalt Text und Bild wird die Bildzelle osPicTR/osPicTD definiert */
.osTextTR {
}

.osTextTD {
 text-decoration:none;
 text-align:left;
 line-height:1.5em;
}

/* Openscope Inhalt (Text welcher durch Benutzer eingegeben wurde) */
.osContentA, a {
 text-decoration:underline;
 font-weight:normal;
 color:#555;
}

.osContentP {
 text-align:left;
}

/* Openscope Inhalt Tabelle mit Editor erstellt */
.osContentTABLE {
}

.osContentTR {
}

.osContentTH {
}

.osContentTD {
}

/* Openscope Inhalt Aufzählung mit Editor erstellt */
.osContentOL {
 margin-bottom:0px;
 margin-top:0px;
}

.osContentUL {
 margin-bottom:0px;
 margin-top:0px;
}

.osContentLI {
}

/* Inhalt Text und Bild, Definition der Bild Zeile/Zelle */
.osPicTR {
}

.osPicTD {
}

.osPicInnerTable {
 margin-right:5px;
 margin-bottom:5px;
}

.osPicInnerTable {
}

.osPicInnerTD {
 text-align:left;
 margin-right:4px;
}

.osPicAlignTop {
 margin-bottom:0px;
 text-align:left;
}

.osPicAlignLeft {
 margin-bottom:5px;
 margin-right:10px;
}

.osPicAlignCenter {
 margin-bottom:5px;
}

.osPicAlignRight {
 margin-bottom:5px;
 margin-left:10px;
}

.osPicAlignBottom {
 margin-bottom:5px;
 margin-right:15px;
}

.osPicDesc {
 font-size:9px;
}

/* Trennlinie */
.osSeparatorTR {
}

.osSeparatorTD {
 background-height:1px;
 background-color:#555;
}

/* Leerzeile (Zeilenabstand wird mit Wert in der Vorlagenkonfiguration definiert) */
.osSpaceTR {
}

.osSpaceTD {
}

/* PopUp Bildvergrösserung */
.osPicWinBody {
 background-color:#C8C4BA;
}

/* Anordnung der Bilder nebeneinander, NICHT VERAENDERN! */
.osFloatingDiv div {
 display:block;
 float:left
}

/* Openscope Sprachumschaltung */
.osLangActive {
 text-decoration:underline;
}

.osLangInactive {
 text-decoration:none;
}

.osLangImage {
 width:50px;
 height:25px;
}

/* Link zu PrintWindow */
.osLinkPrint {
}

.osLinkPrintImg {
}

/* ------------------------------------------------------------------------------------------------------------------------------------------ */
/* Konfiguration Openscope Navigation																										  */
/* ------------------------------------------------------------------------------------------------------------------------------------------ */
.osNavigTable {
 width:217px;
}

.osNavigTR {
}

.osNavigTD {
}

/* Navigations Level 0, Ordner wird als Navigationseintrag angezeigt, inaktiver Ordner */
.osNavigL0FolderTable {
 width:100%;
 margin:6px 0 0 0;
 padding: 6px 0 0 0;
 border-top:1px solid #EEB74A;
}

.osNavigL0FolderTR {
}

.osNavigL0FolderTD1 {
 width:21px;
}

.osNavigL0FolderTD2 {
}

.osNavigL0FolderA {
 font-weight:normal;
 text-decoration:none;
 color:#006543;
}

/* Navigations Level 0, Ordner wird als Navigationseintrag angezeigt, aktiver Ordner */
.osNavigL0FolderTableActive {
 width:100%;
 margin:6px 0 0 0;
 padding: 6px 0 0 0;
 border-top:1px solid #EEB74A;
}

.osNavigL0FolderTRActive {
}

.osNavigL0FolderTD1Active {
 width:21px;
}

.osNavigL0FolderTD2Active {
}

.osNavigL0FolderAActive {
 text-decoration:none;
 color:#812C15;
}

/* Navigations Level 0, Dokument wird als Navigationseintrag angezeigt, inaktives Dokument */
.osNavigL0DocumentTable {
 width:100%;
 margin:6px 0 0 0;
 padding: 6px 0 0 0;
 border-top:1px solid #EEB74A;
}

.osNavigL0DocumentTR {
}

.osNavigL0DocumentTD1 {
 width:21px;
}

.osNavigL0DocumentTD2 {
}

.osNavigL0DocumentA {
 font-weight:normal;
 text-decoration:none;
 color:#006543;
}

/* Navigations Level 0, Dokument wird als Navigationseintrag angezeigt, aktives Dokument */
.osNavigL0DocumentTableActive {
 width:100%;
 margin:6px 0 0 0;
 padding: 6px 0 0 0;
 border-top:1px solid #EEB74A;
}

.osNavigL0DocumentTRActive {
}

.osNavigL0DocumentTD1Active {
 width:21px;
}

.osNavigL0DocumentTD2Active {
}

.osNavigL0DocumentAActive {
 text-decoration:none;
 color:#812C15;
}

/* Navigations Level 1, Ordner wird als Navigationseintrag angezeigt, inaktiver Ordner */
.osNavigL1FolderTable {
}

.osNavigL1FolderTR {
}

.osNavigL1FolderTD1 {
 width:28px;
}

.osNavigL1FolderTD2 {
}

.osNavigL1FolderA {
 color:#006543;
 font-weight:normal;
 font-size:12px;
 text-decoration:none;
}

/* Navigations Level 1, Ordner wird als Navigationseintrag angezeigt, aktiver Ordner */
.osNavigL1FolderTableActive {
}

.osNavigL1FolderTRActive {
}

.osNavigL1FolderTD1Active {
 width:28px;
}

.osNavigL1FolderTD2Active {
}

.osNavigL1FolderAActive {
 color:#812C15;
 font-size:12px;
 text-decoration:none;
}

/* Navigations Level 1, Dokument wird als Navigationseintrag angezeigt, inaktives Dokument */
.osNavigL1DocumentTable {
}

.osNavigL1DocumentTR {
}

.osNavigL1DocumentTD1 {
 width:28px;
}

.osNavigL1DocumentTD2 {
}

.osNavigL1DocumentA {
 color:#006543;
 font-weight:normal;
 font-size:12px;
 text-decoration:none;
}

/* Navigations Level 1, Dokument wird als Navigationseintrag angezeigt, aktives Dokument */
.osNavigL1DocumentTableActive {
}

.osNavigL1DocumentTRActive {
}

.osNavigL1DocumentTD1Active {
 width:28px;
}

.osNavigL1DocumentTD2Active {
}

.osNavigL1DocumentAActive {
 color:#812C15;
 font-size:12px;
 text-decoration:none;
}

/* Navigations Level 2, Ordner wird als Navigationseintrag angezeigt, inaktiver Ordner */
.osNavigL2FolderTable {
}

.osNavigL2FolderTR {
}

.osNavigL2FolderTD1 {
 width:28px;
}

.osNavigL2FolderTD2 {
}

.osNavigL2FolderA {
 color:#006543;
 font-weight:normal;
 font-size:12px;
 text-decoration:none;
}

/* Navigations Level 2, Ordner wird als Navigationseintrag angezeigt, aktiver Ordner */
.osNavigL2FolderTableActive {
}

.osNavigL2FolderTRActive {
}

.osNavigL2FolderTD1Active {
}

.osNavigL2FolderTD2Active {
}

.osNavigL2FolderAActive {
 color:#812C15;
 font-size:12px;
 text-decoration:none;
}

/* Navigations Level 2, Dokument wird als Navigationseintrag angezeigt, inaktives Dokument */
.osNavigL2DocumentTable {
}

.osNavigL2DocumentTR {
}

.osNavigL2DocumentTD1 {
 width:28px;
}

.osNavigL2DocumentTD2 {
}

.osNavigL2DocumentA {
 color:#006543;
 font-weight:normal;
 font-size:12px;
 text-decoration:none;
}

/* Navigations Level 2, Dokument wird als Navigationseintrag angezeigt, aktives Dokument */
.osNavigL2DocumentTableActive {
}

.osNavigL2DocumentTRActive {
}

.osNavigL2DocumentTD1Active {
 width:28px;
}

.osNavigL2DocumentTD2Active {
}

.osNavigL2DocumentAActive {
 color:#812C15;
 font-weight:normal;
 font-size:12px;
 text-decoration:none;
}

/* Navigations Level 3, Ordner wird als Navigationseintrag angezeigt, inaktiver Ordner */
.osNavigL3FolderTable {
}

.osNavigL3FolderTR {
}

.osNavigL3FolderTD1 {
 width:28px;
}

.osNavigL3FolderTD2 {
}

.osNavigL3FolderA {
 color:#006543;
 font-weight:normal;
 font-size:12px;
 text-decoration:none;
}

/* Navigations Level 3, Ordner wird als Navigationseintrag angezeigt, aktiver Ordner */
.osNavigL3FolderTableActive {
}

.osNavigL3FolderTRActive {
}

.osNavigL3FolderTD1Active {
 width:28px;
}

.osNavigL3FolderTD2Active {
}

.osNavigL3FolderAActive {
 color:#812C15;
 font-size:12px;
 text-decoration:none;
}

/* Navigations Level 3, Dokument wird als Navigationseintrag angezeigt, inaktives Dokument */
.osNavigL3DocumentTable {
}

.osNavigL3DocumentTR {
}

.osNavigL3DocumentTD1 {
 width:28px;
}

.osNavigL3DocumentTD2 {
}

.osNavigL3DocumentA {
 color:#006543;
 font-weight:normal;
 font-size:12px;
 text-decoration:none;
}

/* Navigations Level 3, Dokument wird als Navigationseintrag angezeigt, aktives Dokument */
.osNavigL3DocumentTableActive {
}

.osNavigL3DocumentTRActive {
}

.osNavigL3DocumentTD1Active {
 width:28px;
}

.osNavigL3DocumentTD2Active {
}

.osNavigL3DocumentAActive {
 color:#812C15;
 font-weight:normal;
 font-size:12px;
 text-decoration:none;
}

/* getCurrentFolder als Navigationstyp, aktueller Ordner */
.osNavigCurrentFolder {
 text-decoration:none;
}

.osNavigCurrentFolderA {
 text-decoration:none;
 border-bottom-color:#C0C0C0;
 border-bottom-style:dotted;
 border-bottom-width :1;
}

/* getFolderName als Navigationstyp, aktueller Ordner */
.osNavigFolderName {
 color:#FF0000;
 text-decoration:none;
}

.osNavigFolderNameA {
 color:#FF0000;
 text-decoration:none;
 border-bottom-color:#C0C0C0;
 border-bottom-style:dotted;
 border-bottom-width :1;
}

/* Konfiguration einzelner Navigationselemente mittels FolderID oder DocumentID */
/* #osNF4{padding-top:10px;background-color:#FF0000;} */
/* #osND87{padding-top:10px;background-color:#FF0000;} */

#osND1 {
 margin:0 !important;
 padding-top: 6px !important;
}

#osNF22 a.osNavigL0FolderA,#osNF22 a.osNavigL0DocumentA,
#osNF23 a.osNavigL0FolderA,#osNF23 a.osNavigL0DocumentA,
#osNF24 a.osNavigL0FolderA,#osNF24 a.osNavigL0DocumentA {
 color:#E58600;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------ */
/* Module																													  */
/* ------------------------------------------------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------------------------------------------------ */
/* MasterContent CSS																													  */
/* ------------------------------------------------------------------------------------------------------------------------------------------ */

.osMTitle1TD {
 font-family:"Times New Roman", Times, serif;
 font-size:22px;
 color:#63923e;
 font-weight:normal;
 padding:0pt;
 margin:0px;
 letter-spacing:1px;
}

.osMTitle2TD {
 font-weight:normal;
 padding:0px;
 margin:0px;
 color:#812C15;
 font-size:15px;
}

.osMTitle3TD {
 font-weight:normal;
 padding:0px;
 margin:0px;
 color:#444;
 font-size:14px;
}

.osMContentA {
 text-decoration:underline;
 font-weight:normal;
 color:#555;
}

.osMTextTD {
 text-align:left;
 color:#63923e;
}

.osMContentP {
 text-align:left;
 padding:0px;
 margin:0px;
 color:#63923e;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------ */
/* Eigene CSS Klassen																														  */
/* ------------------------------------------------------------------------------------------------------------------------------------------ */

