/* Styles for the index.html template */

body, td, th, div, span, h1, h2, h3, h4, h5, h6, p {
 font-family: Arial, Helvetica, Swiss, sans-serif;
}

body {
 font-size: 75%;
 background-color: #ffffff;
 margin: 0;
 padding: 0;
}

h1 {
 font-size: 160%;
 color: #ffffff;
 font-weight: bold;
}

h2 {
 font-size: 150%;
 color: #0066ff;
 font-weight: bold;
}

h3 {
 font-size: 140%;
 font-weight: bold;
 }

h4 {
 font-size: 120%;
}

h5 {
 font-size: 100%;
}

pre {
 font-size: 120%;
 padding: 0.5em;
 border: 1px solid #0066ff;
 color: #000000;
 background-color: #88bbff;
}

img {
 border: 0px;
}

a {
 text-decoration: none;
 color: #0066ff;
}

a:hover {
 text-decoration: underline;
}

body.indexBody a {
 text-decoration: none;
 color: #0066ff;
}

body.indexBody a:hover {
  text-decoration: underline;
}

ul {
 font-size: 9pt;
 list-style-image: url(http://www.ku-eichstaett.de/Chromes/Default/dot);
 margin-left: 1.5em;
 list-style-position: outside;
 line-height: 1.5em;
}

ol {

 font-size: 9pt;

 line-height: 2.5em;
 list-style-position: outside;
 margin-left: 3em;
}

ul a, ol a {
 text-decoration: underline;
}

span.highlighted {
 color: #004099;
 background-color: #ffffff;
 font-weight: bold;
 font-style: normal;
 padding-left: 4px;
 padding-right: 4px;
}



div.leftColumn {
 width: 48%;
 float: left;
}

div.rightColumn {
 width: 48%;
 float: right;
 clear: right;
}

div.normal {
}

/* Dialogs, Forms, Login Form */

body.formBody {
 background-color: #f6f6f6;
}

body.messageBody {
 background-color: #f6f6f6;
}

form {
 margin: 0;
 padding: 0;
}

div.messageBox {
 font-weight: normal;
 margin: 10%;
 margin-top: 2%;
 border: 1px solid #000000;
 background-color: #cccccc;
}

div.messageBox div.header{
 font-weight: bold;
 width: 140%;
 padding: 0px;
 margin: 0px;
 border: none;
 text-align: center;
 background-color: #88bbff;
 color: #ffffff;
}

div.system-msg {
 background-color: #ffdead;
 width: 140%;
 border: none;
 /* text-align: center; */
 color: #000000;
}

.formButtons input {
 color: #000000;
 border-top: 1px solid buttonhighlight;
 border-left: 1px solid buttonhighlight;
 border-bottom: 1px solid buttonshadow;
 border-right: 1px solid buttonshadow;
 background-color: #cccccc;
 vertical-align: middle;
 margin-bottom: 1px; /* IE bug fix */
 padding: 1px;
 padding-left: 5px;
 padding-right: 5px;
 overflow: visible;
}

/* Toolbars */

.toolBars {
 background-color: #cccccc;
 border-bottom: 1px solid #0066ff;
}

body.toolBar {
 background-color: #cccccc;
 background-image: none;
}

td.toolBar, td.copyPasteBar {
 border-top: 1px solid buttonhighlight;
 border-left: 1px solid buttonhighlight;
 border-bottom: 1px solid buttonshadow;
 border-right: 1px solid buttonshadow;
 padding: 0px;
 padding-left: 5px;
 padding-right: 5px;
 margin: 0px;
 background-color: #cccccc;
}

td.bottomToolBar {
 border-top: 1px solid buttonhighlight;
 border-left: 1px solid buttonhighlight;
 border-bottom: 1px solid buttonshadow;
 border-right: 1px solid buttonshadow;
 padding: 1px;
 padding-left: 5px;
 padding-right: 5px;
 margin: 0px;
 background-color: #cccccc;
 font-size: 10px;
}

div.languageToolBar {
 display:none;
 z-index:2;
          position: absolute;
          top: 3px;
          left: 300px;
          padding: 0px;
          background: buttonface;
          border-top: 1px solid buttonhighlight;
          border-left: 1px solid buttonhighlight;
          border-bottom: 1px solid buttonshadow;
          border-right: 1px solid buttonshadow;
}

/* Zope Styles */

.std-text {
}

.locationBarTable {
  clear:left;
  border: none;
}

.location-bar {
  background-color: #88bbff;
  border: none;
  border-bottom: 1px solid buttonshadow;
}

.list-header {
  background-color: #88bbff;
  border: none;
}

.list-header th {
 color: #0066ff;
 text-align: left;
}

.list-item a, .list-item a:hover{
 color: #0066ff;
}

.list-item a:hover {
 text-decoration: underline;
}

div.std-text a, div.std-text a:visited {
 color: #0066ff;
}

.row-normal {
  background-color: #ffffff;
  border: none;
}

.row-hilite {
  background-color: #f0f0f0;
  border: none;
}

td.form-fieldHelp {
 font-size: 95%;
 color: #333333;
 background-color: #ffffcc;
}

div.form-fieldHelp {
 font-size: 95%;
 color: #333333;
 background-color: #ffffcc;
 border: 1px solid #333333;
 margin: 0.2em;
 padding: 0.2em;
}



.buttonLink {
 margin: 0.2em;
 padding: .4em;
}

.addLink {
 margin: 0.2em;
 padding: 0.4em;
 clear:both;
 text-align:right;
}

.buttonLink a, .buttonLink a:visited, .addLink a, .addLink a:visited {
 color: #000000;
 font-weight: normal;
 text-decoration: none;
 background-color: #cccccc;
 vertical-align: middle;
 margin: 8px;
 padding: 3px;
 overflow: visible;
}

.buttonLink a:hover, .addLink a:hover {
 background-color: buttonhighlight;
 text-decoration: none;
}

.buttonLink a:active, .addLink a:active {
 text-decoration: none;
 background-color: #cccccc;
}

/* Objekte editieren */
.editableItem {
  background-color: #f6f6f6;
  border:1px dotted #f0f0f0;
}

.unpublished {
  background-color: #f6f6f6;
  border:1px dotted #f0f0f0;
  color: #cccccc;
}

.editableSection {
  float:left;
  border:1px solid #cccccc;
  margin: 0px;
  padding: 1px;
}

.editableFolderishSectionElement {
  border:1px solid #cccccc;
  margin: 0px;
  padding: 1px;
}

.editable {
  border:1px dotted #cccccc;
  margin-bottom:1px;
}

.editable:hover {
  border:1px solid red;
  margin-bottom:1px;
}

.editableFocussed {
  border:1px dotted #cccccc;
  margin-bottom:1px;
}

.editableFocussedAcquired {
  background-color: #ffcccc;
  border:1px dotted #cccccc;
  margin-bottom:1px;
}

.miniToolBar{
 background-color: buttonface;
        border-top: 1px solid buttonhighlight;
        border-left: 1px solid buttonhighlight;
        border-bottom: 1px solid buttonshadow;
        border-right: 1px solid buttonshadow;
 padding-left: 1px;
 padding-top: 1px;
 margin: 0px;
}

.miniToolBar img.toolBar_button, .sectionEditToolBar img.toolBar_button, .sectionHeaderToolBar img.toolBar_button {
 background-color: buttonface;
 margin: 0px;
 padding: 1px;
}

.miniToolBar img.toolBar_hover, .sectionEditToolBar img.toolBar_hover,.sectionHeaderToolBar img.toolBar_hover {
 background-color: buttonface;
 margin: 0px;
 padding: 1px;}

.miniToolBar img.toolBar_down, .sectionEditToolBar img.toolBar_down, .sectionHeaderToolBar img.toolBar_down {
 background-color: buttonface;
 margin: 0px;
 padding: 1px;
}

.sectionEditToolBar {
 padding-left: 1px;
 padding-top: 3px;
 clear: both;
}

.sectionHeaderToolBar {
 padding-left: 0px;
 padding-top: 3px;
}

.actionIcons {
 background-color: red;
 border: red;
 padding-top: 6px;
 padding-left: 3px;
 padding-right: 3px;
 padding-bottom: 3px;
}

.actionIcons td {
 border: none;
}

.actionIcons img{
 border: none;
}



div.progressometer {
 padding: 2px;
 padding-bottom: 4px;
 clear: both;
 border-bottom: 1px solid #0066ff;
}

div.progressometer img {
 padding-right: 4px;
}


div.tutorial {
 height: 100%;
 background-color: #ffffcc;
 vertical-align: top;
 padding: 0.5em;
}

table.tutorialButtons {
 background-color: #0066ff;
}

/*Tree*/

.portalVisible {
 padding: 0px;
 padding-bottom: 0px;
 background-color: #e3e3aa;
 border-bottom: 1px solid buttonshadow;
 border-right: 1px solid buttonshadow;
}

.portalHidden {
 padding: 1px;
 padding-bottom: 0px;
 background-color: #ffc9ad;
 border-bottom: 1px solid buttonshadow;
 border-right: 1px solid buttonshadow;
}

.portalVisibleReviewRequested {
 padding: 1px;
 padding-bottom: 0px;
 background-color: #e3e333;
 border-bottom: 1px solid buttonshadow;
 border-right: 1px solid buttonshadow;
}

.portalHiddenReviewRequested {
 padding: 1px;
 padding-bottom: 0px;
 background-color: #ffc966;
 border-bottom: 1px solid buttonshadow;
 border-right: 1px solid buttonshadow;
}

/* Table e.g. for HelpTables */

table.griddedTable {
 background-color:silver;
}

table.griddedTable th{
 background-color: white;
 text-align: left;
}

table.griddedTable td {
 background-color: white;
 text-align: center;
}

/* Comments Zone */
.commentRec {
        font-size: 100%;
        margin: 1em 0 0 2em;
        padding: 0;
        background-color: transparent;
        border: none;
}

.commentRecHeader {
        background-color: #88bbff;
        border: 1px solid #cccccc;
        margin: 0;
        padding: 0 0 0 3px;
}

.commentZone {
        font-size: 100%;
        margin: 0;
        padding: 0;
        background-color: transparent;
        border: none 1px #0066ff;
        border-style: solid none none none;
}

.commentForm {
        border: solid 1px #ddd;
        margin: 0;
        padding: 2em;
        background-color: #fafafa;
}

.commentPreview {
        border: solid 1px #ddd;
        margin: 0 0 1em 0;
        padding: 2px;
        background-color: #fff;
}

.commentMemo {
        border: none 1px black;
        border-style: solid none none none;
        margin: 1em 0 0 0;
        padding: 1em;
}

.commentBottomMenu {
        padding: 0 0 0 0;
        margin: 0.5em 0 0 0;
        border: none 1px #ffffff;
        border-style: solid none none none;
}

.commentBody {
        border: solid 1px #ffffff;
        background-color:#ffffff;
        margin: 0;
        padding: 2px;
}

.commentBodyFull {
        border: solid 1px #ffffff;
        background-color:#0066ff;
        margin: 0;
        padding: 2px;
}

.commentTitle {
        border: solid 1px #ddd;
        margin: 0 0 2px 0;
        padding: 2px;
        background-color: #fff;
}

.commentEntry {
  width: 450px;
}

.commentEntry:hover {
 background-color:#ffffff;
 color: #000000;
 border: solid 1px #ffffff;
}

.message {
        border: solid 1px #0066ff;
        margin: 0 0 1em 0;
        padding: 1em;
        font-weight: bold;
        font-size: 120%;
        color: #333333;
        background-color: #ffffcc;
}

/* Forms */

input {
 border-top: 1px solid buttonhighlight;
 border-left: 1px solid buttonhighlight;
 border-bottom: 1px solid buttonshadow;
 border-right: 1px solid buttonshadow;
}

.form-label {
 font-weight: bold;
 color: #000000;
}

.form-labelOptional {
 font-weight: normal;
 color: #ffffff;
 background-color: #0066ff;
}

.form-field {
 color: #000000;
 background-color: #88bbff;
}

td.form-labelRequired {
 font-weight: bold;
 color: #ffffff;
 background-color: #0066ff;
}

.form-fieldRemark {
 margin-left: 1em;
 }

div.formButtons {
 padding: 0.5em;
}

div.popUpHelp {
 background-color: #ffffcc;
 border: 1px solid #333333;
 font-weight: normal;
 text-align: left;
 position: relative;
 left: -1em;
 top: 0em;
 width: 25em;
 padding: 0.5em;
}


.objectListingInput {
 border: none;
 background-color: transparent;
 width: 250px;
}

.objectListingInputFocussed {
 width: 250px;
}

/*index.html*/

table.header {
 border-bottom: 1px solid #0066ff;
}

.logo {
 border-left: none;
 padding: 0.5em;
 vertical-align: top;
}

.title h2 {
 font-size: 150%;
 padding-right: 0.5em;
 color: #0066ff;
}

.headerCell {
 border-left: 1px solid #0066ff;
 background-color: #cccccc;
 text-align: center;
}

.languageButtonCell {
 font-size: 95%;
 vertical-align: top;
 border-left: 1px solid #0066ff;
 padding: 0px;
 margin: 0px;
}

.languageButton{
 border-bottom: 1px solid #0066ff;
 padding: 2px;
 text-align: left;
}

.languageButtonActive{
 background-color: #0066ff;
 border-bottom: 1px solid #0066ff;
 padding: 2px;
 text-align: left;
}

.languageButton a {
 text-decoration : none;
 color: #0066ff;
}

.languageButton a:hover {
 text-decoration: underline;
 color: #0066ff;
}

.languageButtonActive a:link, .languageButtonActive a:active, .languageButtonActive a:visited, .languageButtonActive a:focus {
 text-decoration : none;
 color: #ffffff;
}

table.topNavigationBar {
 background-color: #cccccc;
}

.topNavigationBar a {
 border: 1px solid #0066ff;
 border-bottom: none;
 text-decoration: none;
 background: #88bbff;
 color: #0066ff;
 padding-bottom: 0px;
 padding-top: 1px;
 padding-left: 5px;
 padding-right: 5px;
}

table.subNavigationBar {
 background-color: #0066ff;
}

.subNavigationBar a {
 text-decoration: none;
 color: #88bbff;
 padding-bottom: 2px;
 padding-top: 2px;
 padding-left: 5px;
 padding-right: 5px;
}

.currentPage {
 background-color: #0066ff;
 color: #000099;
 font-weight: bold;
}

.navigation td {
 background-color: #88bbff;
 padding-left: 5px;
 padding-right: 5px;
 border-left-width: 1px;
 border-right-width: 1px;
 border-top-width: 1px;
 border-bottom-width: 1px;
 border-style: solid;
 border-color: #0066ff;
}

.subNavigation td {
 background-color: #cccccc;
 padding-left: 15px;
}

.subSubNavigation td {
 background-color: #ffffff;
 padding-left: 25px;
 font-size: 90%;
}

td.currentPage {
 background-color: #0066ff;
}

.topNavigationBar a, .subNavigationBar a {
 font-weight: normal;
}

.navigation a, .subNavigation a, .subSubNavigation a {
 font-weight: normal;
}

.breadcrumbs {
 font-size: 80%;
 font-family: Verdana, Helvetica, Swiss, sans-serif;
 padding-bottom: 0.5em
}

.breadcrumbs a {
 font-weight: normal;
 text-decoration: none;
 color: #0066ff;
}

.breadcrumbs a:hover {
 text-decoration: underline;
 color: #0066ff;
 border: none;
}

.rightBox {
 width: 100%;
 margin-top: 1px;
 padding-left: 5px;
 padding-right: 5px;
 text-align:center;
 border-left-width: 1px;
 border-right-width: 1px;
 border-top-width: 1px;
 border-bottom-width: 1px;
 border-style: solid;
 border-color: #0066ff;
}


.copyrightBar {
 padding-left: 4px;
 padding-right: 4px;
 color: #88bbff;
 background-color: #0066ff;
 font-size: 95%;
 font-family: Verdana, Helvetica, Swiss, sans-serif;
}

/* Wizard Styles */

legend {
 FONT-SIZE: 18px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, Swiss, sans-serif
 }

fieldset {
 width: 80%;
}

div.wizardProgressStyle {
 float: left;
 font-size:85%;
 padding: 5px;
 margin: 0px;
 }

div.wizardProgressStyle ul {
 padding-left: 10px;
 margin: 8px;
}

div.wizardProgressStyle li {
 padding-left: 2px;
 list-style-image: url(http://www.ku-eichstaett.de/Chromes/Default/dot);
 }

div.wizardProgressStyle li.current {
 list-style-image: url(http://www.ku-eichstaett.de/Chromes/Default/dotRed);
 font-weight:bold;
 }

div.wizardProgressStyle p.help {
 margin: 3px;
 padding: 2px;
 border:1px solid #000000;
 background-color: #ffffcc;
}
 

body {
  font-family: Arial, Helvetica, Swiss, sans-serif; 
  font-size: 12px; 
  color: #000000;
  background-color: #ffffff;
}

h1 {
  font-family: Arial, Helvetica, Swiss, sans-serif; 
  font-size: 16x; 
  font-weight: bold; 
  color: #FF6600;
}

h2 {
  font-family: Arial, Helvetica, Swiss, sans-serif; 
  font-size: 16; 
  font-weight: normal; 
  color: #FF6600;
}

h3, h4, h5 {
  font-family: Arial, Helvetica, Swiss, sans-serif; 
  font-size: 12px; 
  font-weight: bold; 
  color: #000000;
}

a:link {
  font-family: Arial, Helvetica, Swiss, sans-serif; 
  text-decoration: none;
  color: #CC0000;
}

a:link.eventlink {
  font-family: Arial, Helvetica, Swiss, sans-serif; 
  text-decoration: none;
  color: #CC0000;
}
a:link.event {
  font-family: Arial, Helvetica, Swiss, sans-serif; 
  text-decoration: none;
  color: #CC0000;
}
a:visited.eventlink {
  font-family: Arial, Helvetica, Swiss, sans-serif; 
  text-decoration: none;
  color: #CC0000;
}
a:visited.event {
  font-family: Arial, Helvetica, Swiss, sans-serif; 
  text-decoration: none;
  color: #CC0000;
}

a:visited {
  font-family: Arial, Helvetica, Swiss, sans-serif; 
  text-decoration: none;
  color: #CC0000;
}

a:active{
  font-family: Arial, Helvetica, Swiss, sans-serif; 
  text-decoration: none;
  color: #CC0000;
}

a:hover{
  font-family: Arial, Helvetica, Swiss, sans-serif; 
  text-decoration: underline;
  color: #CC0000;
}
a:hover.event{
  font-family: Arial, Helvetica, Swiss, sans-serif; 
  text-decoration: underline;
  color: #CC0000;
}

a.strong-link {
  font-family: Verdana, Helvetica, sans-serif;
  text-decoration: underline;
  color: #CC0000;
}

p {
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 12px;
  color: #000000;
}

ul {
  font-family:Arial, Helvetica, Swiss, sans-serif;
  font-style: normal;
  font-size: 12px;
  list-style-image:url(http://www.ku-eichstaett.de/Studierende/StudGrup/hsm/images/subnav_arrow.gif);
  list-style-position:outside;
}

ol {
  font-family:Arial, Helvetica, Swiss, sans-serif;
  font-style: normal;
  font-size: 12px;
}

th {
  font-family: Arial, Helvetica, Swiss, sans-serif; 
  font-size: 12px;
  font-weight:bold; 
  color: #000000;
}

td {
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 12px; 
  color: #000000;
}

/* Styles for Navigation */
.navigation1 {
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 12px; 
}
.navigation2 {
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 12px; 
}
.navigation3 {
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 10px; 
}

/* Styles for Boxes and Tables*/
tr.boxheader {
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 16px;
  font-weight:bold; 
  color: #ffffff;
  background-color: #FF6600;
}

td.boxheader {
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 16px;
  font-weight:bold; 
  color: #ffffff;
  background-color: #FF6600;
}
td.eventboxheader {
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 14px;
  font-weight:normal; 
  color: #ffffff;
  background-color: #FF6600;
}
th.tbheadermodern {
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 14px;
  font-weight:bold;
  color: #000000;
  background-color: #88bbff;
}

th.tbheaderlight {
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 14px;
  font-weight:bold;
  color: #000000;
  background-color: #ffffff;
}


td.interiormodern {
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #88bbff;
}

td.interiorlight {
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #ffffff;
}

td.newsbox {
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 12px;
  font-weight:bold; 
  color: #ffffff;
  background-color: #FF6600;
}

.breadcrumb {
  color: #FF6600;
  font-size: 16px; 
  text-decoration: none;
}

.breadcrumb:hover {
  text-decoration: underline;
}

/* Style for Highlighting in Search*/
.highlighted {
  color: #0066FF;
  font-weight:bold;
}

/* Styles for News and Events */
.neheader {
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
}

.publisher{
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 10px;
  font-style: italic;
}

.imageTitle {
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 10px;
  font-weight: normal;
}

/* Display Last Change */
.stand {
	font-family:Arial, Helvetica, Swiss, sans-serif;
	font-size:10px;
	color:#000000;
	}

/* Top Navigation Bar */
.topLink {
  font-family: Arial, Helvetica, Swiss, sans-serif; 
  font-size: 12px;
  color: #FFFFFF; 
  background-color: ##FF9900;
}

/* Left Navigation Bar */
.navigation {
  font-family: Arial, Helvetica, Swiss, sans-serif; 
  font-size: 12pt;
  color: #FF0000; 
}

/* bottom navigation bar */
.bottomLink {
  font-family: Arial, Helvetica, Swiss, sans-serif; 
  font-size: 12pt;
  color: #FF6600; 
}

/* Begin KONTENTOR Styles */
/* Styles for Forms */
td.form-label {
  font-family: Arial, Helvetica, Swiss, sans-serif; 
  font-size: 12px;
  color: #ffffff; 
  background-color: #0066ff;
}

td.form-labelRequired {
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff; 
  background-color: #0066ff;
}
  
td.form-field {
  font-family: Arial, Helvetica, Swiss, sans-serif; 
  font-size: 12px;
  color: #ffffff; 
  background-color: #88bbff;
}



td.form-fieldHelp {
  font-family: Arial, Helvetica, Swiss, sans-serif; 
  font-size: 12px;
  color: #000000; 
  background-color: #ffffcc;
}

.form-fieldRemark {
  font-family: Arial, Helvetica, Swiss, sans-serif; 
  font-size: 12px;
  color: #000000;
}
/* End Styles for Forms */
  
th.table {
  font-family: Arial, Helvetica, Swiss, sans-serif; 
  font-size: 18pt;
  color: #ffffff; 
  background-color: #0066ff;
}

td.table {
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 10pt; 
  color: #000000;
}

td.tableBold {
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 10pt;
  font-weight: bold; 
  color: #000000;
}

td.tableColor {
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 10pt;
  color: #000000;
  background-color: #88bbff;
}
/* currently not in use?? */
.managementButtonBar {
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 10pt;
  color: #000000;
  background-color: #bfbfbf;
}
/* currently not used */ 
.smartBox {
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 10pt;
  color: #000000;
  background-color: #ff0000;
}

.smartEvent {
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 10pt;
  color: #000000;
  background-color: #ff0000;
}

.smartHeader {
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 10pt;
  color: #000000;
  background-color: #ff0000;
}

.smartImage {
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 10pt;
  color: #000000;
  background-color: #ff0000;
}

.smartJoin {
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 10pt;
  color: #000000;
  background-color: #ff0000;
}

.smartLink {
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 10pt;
  color: #000000;
  background-color: #ff0000;
}

.smartNewsItem {
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 10pt;
  color: #000000;
  background-color: #ff0000;
}

.smartTable {
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 10pt;
  color: #000000;
  background-color: #ff0000;
}

.smartTextBlock {
  font-family: Arial, Helvetica, Swiss, sans-serif;
  font-size: 10pt;
  color: #000000;
  background-color: #ff0000;
}
/* end currently not used */

#divTooltip {
  position:absolute;
  top:0px; 
  visibility:hidden;
  z-index:200;
  background-color:#cccccc;
  layer-background-color:#cccccc;
}
.normalStyle {
  padding:2px;
  top:100px;
  background-color:#000000;
  layer-background-color:#aaaaaa;
  border-width:1px;
  border-style:solid;
  border-color:#000000;
}

.netscape4Style {
  padding:0px; 
  top:100px;
  background-color:#000000;
  layer-background-color:#aaaaaa;
  border:1px solid #000000;
}

/* Objekte editieren */ 
.editableItem {
  background-color:#ffffcc;
  border-width:1px;
  border-style:solid;
  border-color:#000000;
  border:1px solid #000000;
}

.unpublished {
  background-color:#ffffcc;
  border-width:1px;
  border-style:solid;
  border-color:#eeeebb;
  border:1px solid #eeeebb;
  color: #cccccc;
}

.editable {
  background-color:#efefef;
  border-width:1px;
  border-style:solid;
  border-color:#cccccc;
  border:1px solid #cccccc;
  color: #999999;
}

.editableFocussed {
  background-color:#C8FFD2;
  border-width:1px;
  border-style:solid;
  border-color:#cccccc;
  border:1px solid #cccccc;
  color: #999999;
}

.editableFocussedAcquired {
  background-color:#ff9966;
  border-width:1px;
  border-style:solid;
  border-color:#cccccc;
  border:1px solid #cccccc;
  color: #999999;
}
/* Ende Objekte editieren */

/* System Message */
.system-msg {
  font-family: Arial, Helvetica, Swiss, sans-serif; 
  font-size: 14px; 
  background-color: #ffffcc;
  border:  1px solid #000000;
	margin-left: 3px;
  margin-bottom: 6px;
  margin-top: 6px;
	margin-right: 21px;
  padding: 4px;
  width: 90%;
  color: #660033;
}
/* End System Message */
.location-bar {
  background-color: #efefef;
  border: none;
}

/* Here are the standard Wizard Components CSS Classes */

td.WizardBorder {
  background-color:      black;       
}

td.WizardLogo {
  background-color:      white;       
}

td.WizardOverview {
  background-color:      #dddddd;
}

ol.WizardOverview {
  margin-left:           2em; 
  padding-left:          0px;
}

td.WizardDescription {
  background-color:      white;
}

td.WizardMainWindow {
  background-color:      #ffffff;
  height:                300px;
}

td.WizardStatus {
  color:                 #ffffff;
  background-color:      #0063ff;      
}

td.WizardNavigationBar {
  background-color:      #dddddd;      
}


/* Form-specific CSS classes */

td.WizardFormLabel {
  vertical-align:        middle;      
}

td.WizardFormTextAreaLabel {
  vertical-align:        top;      
}

td.WizardFormField {
}

.WizardFormRequired {
  font-weight:           bold;
}


/* HTML Element Classes */

td.WizardBox {
  background-color:      white;
}

/* Some general Classes */

.important {
  font-weight:           bold;
}

/* The class definitions from the WYSIWYG editor and Kontentor button bar */

.textedit {
	height: 150;
	font-family: Arial;
	background-color: window;
	border: 2px inset buttonface; padding:5;
}

TD.rebar { padding:0; padding-bottom:2; padding-top:2; 
	font-family: "MS Sans Serif"; font-size: xx-small; vertical-align: middle;
}

.rebar SPAN { 
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	padding: 0; margin: 0; padding-bottom:1; padding-top:1;
}

.rebar_spacer { 
	border-top: 1px solid buttonhighlight;
	padding: 0; margin: 0; height: 4;
}

.rebar_start {
	margin:0;
	background-color: buttonface;
	border-top: 2px solid buttonhighlight;
	border-left: 2px solid buttonhighlight;
	border-bottom: 2px solid buttonshadow;
	border-right: 2px solid buttonshadow;
	width: 3px;
}
SPAN.rebar_sep {
	margin:0;
	background-color: buttonface;
	border-top: 1px solid buttonshadow;
	border-left: 1px solid buttonshadow;
	border-bottom: 1px solid buttonhighlight;
	border-right: 1px solid buttonhighlight;
	width: 2px;
}

SPAN.label { border:0; position:relative; top: -1;}

INPUT.rebar_button {
	border: 1px solid buttonface;
	height: 20;	
}

SELECT.rebar_button {
	border: 1px solid buttonface;
	font-size: xx-small;
	height: 75%;
}

IMG.rebar_button {
	border: 1px solid buttonface; margin:0; padding:0;
}

IMG.rebar_button_hover {
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
}

IMG.rebar_button_down {
	border-bottom: 1px solid buttonhighlight;
	border-right: 1px solid buttonhighlight;
	border-top: 1px solid buttonshadow;
	border-left: 1px solid buttonshadow;
}

#color { position: absolute;
	width:300; height: 260;
	display: none;
	background-color: red; border: 2px outset buttonface }


TABLE.topFrame {
	background-color: #CCCCCC;
}

.topFrame SPAN { 
}

IMG.topFrame_button {
}

IMG.topFrame_button_hover {
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;

}
IMG.topFrame_button_down {
	border-bottom: 1px solid buttonhighlight;
	border-right: 1px solid buttonhighlight;
	border-top: 1px solid buttonshadow;
	border-left: 1px solid buttonshadow;
}

.topFrame_spacer { 
	border-top: 1px solid #CCCCCC;
	padding: 0; margin: 0; height: 30px;
}

.topFrame_start {
}

SPAN.topFrame_sep {
}
/* The class definitions from the WYSIWYG editor and Kontentor button bar for Netscape */
	
TD.topFrame { padding:0; padding-bottom:2; padding-top:2; 
	font-family: "MS Sans Serif"; font-size: xx-small; vertical-align: middle;
}

.row-normal {
  background-color: #ffffff;
  border: none;

}

.row-hilite {
  background-color: #efefef;
  border: none;
}
/* ZOPE Style */
.form-help {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  color: #333333;
}

.std-text {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  color: #333333;
}

/* tabs in kontentor */
.tab-small {
  font-family: Verdana, Helvetica, sans-serif; 
  font-size: 8pt; 
  color: #333333;
}

.zmiTab {
  font-family: Verdana, Helvetica, sans-serif; 
  font-size: 8pt; 
  color: #333333;
  background-color: #0066ff;
}

.strong-header {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  background-color: #000000;
  color: #ffffff;
}

.list-header {
  background-color: #c0c0c0;
  border: none;
}

.list-item {
  font-family: Verdana, Helvetica, sans-serif; 
  font-size: 10pt; 
}

.list-nav {
  font-family: Verdana, Helvetica, sans-serif; 
  font-size: 10pt; 
  font-weight: bold;
}

.section-bar {
  background-color: #c0c0c0;
  border: none;
}

.form-title {
  font-family: Verdana, Helvetica, sans-serif; 
  font-weight: bold;
  font-size: 12pt; 
  color: #333333;
}

.form-label {
  font-family: Verdana, Helvetica, sans-serif; 
  font-weight: bold;
  font-size: 10pt; 
  color: #333333;
}

.form-optional {
  font-family: Verdana, Helvetica, sans-serif; 
  font-weight: bold;
  font-style: italic;
  font-size: 10pt; 
  color: #333333;
}

.form-element {
  font-family: Verdana, Helvetica, aans-serif;
  font-size: 10pt;
  color: #000000;
}

.form-text {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  color: #333333;
}

.form-mono {
  font-family: monospace;
  font-size: 12px;
  text-decoration: none;
}

.form-element input
{font-size:10px;
vertical-align: middle;}

.form-element select
{font-size:10px;
vertical-align: bottom;}

.form-element submit
{font-size:10px;
vertical-align: top;
}

.submit
{font-size:10px;
vertical-align: middle;
}

/* CLASSIFIED  anchor Settings */
.head1
{color: #FF6600; 
font-size: 16px; 
font-weight: bold; 
text-decoration: none;
}

A.head1:hover
{text-decoration: underline;
}

.head2
{color: #FF6600;
font-size: 16px;
font-weight: normal;
text-decoration: none;
}

A.head2:hover
{text-decoration: underline;
}