/* Styles for the index.html template */
@media print {
  .noPrint {
  visibility: hidden;
  }
}


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

body {
/* font-size: 75%; */
 font-size: 10pt;
 background-color: #f7e9a8;
 margin: 0;
 padding: 0;
}

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

h2 {
 font-size: 150%;
 color: #970e06;
 font-weight: bold;
}

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

h4 {
 font-size: 120%;
 color: #970e06;
}

h5 {
 font-size: 100%;
}

pre {
 font-size: 120%;
 padding: 0.5em;
 border: 1px solid #970e06;
 color: #970e06;
 background-color: #fff5d7;
}

img {
 border: none;
/*  border: 1px solid #970e06;*/
}

a {
 text-decoration: none; 
 color: #970e06;
}

a:hover {
 text-decoration: underline;
}

ul {
 list-style-image: url(http://negocios-online.uni-bayreuth.de/Chromes/Default/dot);
 margin-left: 1.5 em;
 list-style-position: outside;
/* line-height: 1.5em;*/
}

ul.zwei {
 list-style-image: url(http://negocios-online.uni-bayreuth.de/InternalImages/Helpers/square);
 margin-left: 1.5 em;
 list-style-position: outside;
/* line-height: 1.5em;*/
}


ol {

/* font-size: 9pt; */
/* line-height: 1.5em;*/
 list-style-position: outside;
 list-style-type:decimal;
 margin-left: 1.5 em;
}

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

/* muss das sein??? */
td p, ul, ol {
 font-size: 10pt;
}

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

/* 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 #970e06;
 background-color: #cccccc;
}

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

div.system-msg {
 background-color: #fff5d7;
 width: 140%;
 border: none;
 text-align: center;
 color: #e05b12;
}

.formButtons input {
 color: #970e06;
 border-top: 1px solid buttonhighlight;
 border-left: 1px solid buttonhighlight;
 border-bottom: 1px solid buttonshadow;
 border-right: 1px solid buttonshadow;
 background-color: buttonface;
 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 #970e06;
}

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

td.toolBar { 
 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;
}


/* Zope Styles */

.std-text {
}

.location-bar {
  background-color: #f7e9a8;
  border: none;
}

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

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

.list-item {
}

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

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

/* 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: normal;
 color: #fff57d;
 background-color: #e05b12;
}

.form-field {
 color: #f7e9a8; 
 background-color: #970e06;
}

td.form-labelRequired {
 font-weight: bold;
 color: #fff57d; 
 background-color: #e05b12;
}

td.form-fieldHelp {
 font-size: 95%;
 color: #970e06; 
 background-color: #fff5d7;
}

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

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

div.formButtons {
 padding: 0.5em;
}

div.popUpHelp {
 background-color: #fff5d7;
 border: 1px solid #970e06;
 font-weight: normal;
 font-height: 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;
} 

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

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

.buttonLink a, .addLink a {
 color: black;
 font-weight: normal;
 border-top: 1px solid buttonhighlight;
 border-left: 1px solid buttonhighlight;
 border-bottom: 1px solid buttonshadow;
 border-right: 1px solid buttonshadow;
 background-color: buttonface;
 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 {
 border-bottom: 1px solid buttonhighlight;
 border-right: 1px solid buttonhighlight;
 border-top: 1px solid buttonshadow;
 border-left: 1px solid buttonshadow;
 background-color: buttonface;
}

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

.unpublished {
  background-color: #f6f6f6;
  border:1px dotted #fff5d7;
  color: #fff57d;
}

.editableSection {
  background-color:#f6f6f6;
  border:1px solid #999999;
  margin: 1px;
  padding: 1px;
}

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

.editable {
  background-color:#f6f6f6;
  border:1px dotted #e05b12;
}

.editableFocussed {
  background-color: #c8ffd2;
  border:1px dotted #e05b12;
}

.editableFocussedAcquired {
  background-color: #ff6347;
  border:1px dotted #e05b12;
}

.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;
 border: solid 1px buttonface;
}

.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;
} 

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

.actionIcons {
 background-color: #970e06;
 padding-top: 6px;
 padding-left: 3px;
 padding-right: 3px;
 padding-bottom: 3px;
}

.actionIcons td {
 border: none;
}

.actionIcons img{
 border: none;
}

/* ##################  index.html  ############################################################################################################ */

.loginCell {
 background-color: #970e06;
/* font-size: 80%; */
 font-family: Verdana, Helvetica, Swiss, sans-serif;
/* vertical-align: bottom;*/
}

.loginCell a {
 color: #fff5d7; 
 font-weight: bold;
}

.loginCell a:hover {
 text-decoration: underline;
}

.content {
 margin-left: 10px;

}

.inner {
border-left: solid 1px #970e06; 
border-right: solid 1px #970e06; 
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 5px;
background-color: #fff5d7;
color:#724D34;
height: 350px;
overflow: visible;
vertical-align:top;
}

.inner h4 {
color: #e05b12;
}

.inner img {
border: 1px solid #970e06;
}

.roll a {
color: #e05b12;
text-decoration: none;
font-weight: normal;
}

.roll a:hover{
text-decoration: none;
font-weight: normal;
}

/* table.header {
 border-bottom: 1px solid #970e06;
 background-color:#970E06;
 margin-top: 10px;
} */

tr.header {
 border-bottom: 1px solid #970e06;
 background-color:#970E06;
} 

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

.title h2 {
 font-size: 200%;
 padding-right: 0.5em;
 padding-left: 10px;
 margin-bottom: 0px;
 color: #f7e9a8;
}

.caption {
 padding-left:10px;
}

.icons {
 padding-left:6px;
}

.imageTitle {
 font-size: 10px;
 text-align: center;
}

.headerCell {
 border-left: 1px solid #970e06;
 background-color: #f7e9a8;
 text-align: center;
}

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

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

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

.languageButton a {
 text-decoration : none;
 color: #970e06;
}

.languageButton a:hover {
 text-decoration: underline;
 color: #970e06;
}

.languageButtonActive a {
 text-decoration : none;
 color: #fff5d7;
}

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

.topNavigationBar a {
 border: 1px solid #970e06;
 border-bottom: 1px solid #fff5d7;
 text-decoration: none;
 background: #fff5d7;
 color: #970e06;
 padding-bottom: 2px;
 padding-top: 1px;
 padding-left: 5px;
 padding-right: 5px; 
}

table.subNavigationBar {
 background-color: #970e06;
}

.currentPage {
 /*display: block; abgestellt am 07.10.05 ua*/
 background-color: #970e06;
 color: #f7e9a8;
 font-weight: bold;
 
}

/*.navigation td {
 background-color: #f7e9a8;
 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: #970e06; }
*/

/*
.subNavigation td {
 background-color: #f7e9a8;
 padding-left: 15px;
} */

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

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

/*
td.currentPage {
 border-collapse:collapse;
 border-style: hidden;
}*/

td.navigationTop {
 border-top-style: solid;
 border-top-width: 1px;
 border-color: #970e06;
 padding-top: 10px;
 padding-bottom: 10px;
 font-size: 120%;
 font-weight: bold;
}

.navigationTop a, .navigationTop a:hover {
 font-weight: bold;
}

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


.navigation a, .subSubNavigation a {
 display: block;
 text-decoration: none; 
 border: solid 1px #f7e9a8;
/* font-weight: normal;
 padding: 1px;*/
}


.navigation a:hover{
 display: block;
 text-decoration: none;
/* font-weight: normal; */
 color: #970e06;
/* background-color: #970e06;*/
 border: solid 1px #970e06;
}

.reiterCurrent {
 border-top-width:1px;
 border-top-style:solid;
 border-top-color:#970E06;
 text-align:center;
}

.subNavigation a, .subSubNavigation {
 text-decoration: none;
 font-weight: bold;
 color: <fontColor3>;
}

.subNavigation a:hover, .subSubNavigation a:hover {
 text-decoration: none;
 background-color: #f7e9a8;
}

.subNavigationCurrent {
 border-top-width:1px;
 border-top-style:solid;
 border-top-color: #970e06;
 text-align:center;
 color: #970e06;
 font-weight: bold;
}

.subNavigation {
 /* border-top-width:1px;
 border-top-style:solid;
 border-top-color:#999999; */
 text-align:center;
 color: #e05b12;
 font-weight: normal;
}

.breadcrumbs {
 font-size: 8pt;
 font-family: Verdana, Helvetica, Swiss, sans-serif;
 margin-top: 2px;
 padding-bottom: 0.5em;
 padding-left: 10px;
}

.breadcrumbs a {
 font-weight: normal;
 text-decoration: none;
 color: #970e06;
 padding:2px;
}

.breadcrumbs a:hover {
 font-weight: normal;
 text-decoration: none;
 color: #f7e9a8;
 background-color: #970e06;
 border: none;
}

.videoFrame {
 border: 1px <dmtl-var mainColor> solid;
}

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


.copyrightBar {
 padding-left: 4px;
 padding-right: 4px;
 color: #fff5d7;
 background-color: #970e06;
 font-size: 80%;
 font-family: Verdana, Helvetica, Swiss, sans-serif;
}

.copyrightBar a {
 color: #ffffff;
 }

.copyrightBar a:hover {
 font-weight: normal;
}

.boxModern {
 cellspacing: 0;
 padding-left: 5px;
 padding-right: 5px;
 border: 0;
 background-color: #f7e9a8;
 color: #e05b12;
} 

.boxheaderModern {
 cellspacing: 0;
 padding-left: 5px;
 padding-right: 5px;
 border: 0;
 background-color: #970e06;
 color: #fff5d7;
 font-weight: bold;
 vertival-align: middle;
}

.boxLight {
 cellspacing: 0;
 padding-left: 5px;
 padding-right: 5px;
 border: 0;
 background-color: #f7e9a8;
 color: #e05b12;
 border-left-width: 1px;
 border-right-width: 1px;
 border-top-width: 1px;
 border-bottom-width: 1px;
 border-style: solid;
 border-color: #970e06;
} 

.boxheaderLight {
 cellspacing: 0;
 padding-left: 5px;
 padding-right: 5px;
 border: 0;
 background-color: #970e06;
 color: #fff5d7;
 font-weight: bold;
 vertival-align: middle;
}

.newsbox {
 cellspacing: 0;
 padding-left: 5px;
 padding-right: 5px;
 background-color: #f7e9a8;
 color: #e05b12;
 border-left-width: 1px;
 border-right-width: 1px;
 border-top-width: 1px;
 border-bottom-width: 1px;
 border-style: solid;
 border-color: #970e06;
}

.newsboxHeader {
 cellspacing: 0;
 padding-left: 5px;
 padding-right: 5px;
 border: 0;
 background-color: #970e06;
 color: #fff5d7;
 font-weight: bold;
 vertival-align: middle;
}

.newsItem td {
 padding: 5px;
 vertical-align: top;
}

.newsImage td {
 padding: 5px;
 padding-right: 10px;
 vertical-align: top;
}

.newsImage span {
 font-size: 65%;
}

.eventInformation td{
  color: #970e06;
  background-color: #fff5d7;
  padding-left: 5px;
  padding-right: 10px;
  font-size: 75%;
}

a.highlightEvents {
  font-weight: bold;
}

a.highlightMultiDayEvents {
  font-weight: bold;
  color: #003300;
}

hr {
 height: 1px;
 border:1px solid #970e06;
 color: #970e06;
 background-color: #970e06;
}

/*
td {
 border:1px solid red;
}

table {
 border:1px solid green;
}
*/

div.progressometer {
 padding: 2px;
 clear: both;
 border-bottom: 1px solid #970e06;
}

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

table.tutorialButtons {
 background-color: #970e06
}

/*Tree*/

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

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

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

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

/* Diccionario */

.dict dt {
font-weight: bold;
}

.dict dd {
margin-left: 50px;
margin-bottom: 10px;
}

.dict td {
font-size:10pt;
}

.dictInner {
font-size: 10pt;
/*margin-right: 10px;*/
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
background-color: #fff5d7;
color:#724D34;
/*height: 350px;*/
overflow: visible;
/*vertical-align:top;*/
}

.dictInner td {
font-size:10pt;
}

#hinweise {
margin-top:50px;
}<html><head><title>KONTENTOR basic chrome</title></head><body bgcolor="#FFFFFF">
<h2>KONTENTOR basic chrome </h2>
<p>
This is the customBasicStylesheet.css Document
in the KONTENTOR basic chrome (Default) Folder.
</p>
<p><a href="http://www.zope.org/Credits" target="_top"><img src="http://negocios-online.uni-bayreuth.de/p_/ZopeButton" width="115" height="50" border="0" alt="Powered by Zope" /></a></p></body></html>