html {
  background-color: #e0e0e0;
  background-image: url(bg.png);
  background-repeat: repeat-x;
  margin: 0px;
  padding: 0px;
  line-height: 1.4em;
}
html,
input,
textarea,
select {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #333333; /* Diese Farbe ist in der PHP-Funktion print_kopf() in unternehmen/ueber_uns.php und unternehmen/forschung.php fest eingetragen!!! */
  font-size: 8pt;
}

body {
  background-color: #ffffff;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  width: 984px;
  width: 900px;
}

/****** PAGE AREA HEADER ******************************************************/

#HeaderLinks {
	background-color: #cc0000;
	text-align: right;
  margin: 0px; 
  padding: 0px 15px 3px 15px;
}
#HeaderLinks a {
	color: #ffffff;
	font-weight: bold;
	padding: 0px 10px 3px 10px;	
  margin-left: 10px;
  text-decoration: none;
}
#HeaderLinks a:hover {
  text-decoration: underline;
}

#PageAreaHeader {
  background-color: #f0f0f0;
  margin: 0px;
  padding: 0px;
}
#PageAreaHeader a {
  text-decoration: none;
}

#logo_eyeled {
  float:right;
  margin: 5px 20px 5px 20px;
  font-size:0px;
  line-height:0px;
}
#logo_eyeled img {
  margin: 5px;
}

#Menu {
  padding: 56px 10px 10px 0px; /* Formatierung für Registerkarten, deren Beschriftung links bündig ist */
  /* padding: 56px 25px 10px 25px; */ /* Formatierung für Registerkarten, die links bündig sind */
  border-bottom: solid 1px #aaaaaa;
}
#Menu a,
#Menu a:link,
#Menu a:visited {
  font-weight: bold;
  margin: 65px 1px 0px 1px;
  padding: 10px 24px 10px 24px;
  border-left: solid 1px #bbbbbb; 
  border-top: solid 1px #bbbbbb;
  border-right: solid 1px #bbbbbb;
  color: #cc0000;
  color: #333333;
}
#Menu a:first-child {
  margin-left: 0px;
  border-left: none;
}

#Menu a:active {
  background-color: #e0e0e0;
}
#Menu a:hover {
  /* background-color: #e0e0e0; */
  text-decoration: underline;
}
#Menu a:active {
  color: #333333;
}

#subMenu {
	background-color: #e0e0e0;
	margin: 0px;
	padding: 10px 24px 10px 12px;
	border-bottom: solid 1px #d0d0d0;
  clear: both;
}
#subMenu a,
#subMenu a:link,
#subMenu a:visited {
  font-weight: bold;
  margin: 0px;
  /* margin-left: 5px; */
  padding: 10px 13px 10px 13px;
  color: #cc0000;
  color: #333333;
}
#subMenu a:first-child {
	margin-left: 0px;
}
#subMenu a:active {
  background-color: #d0d0d0;
}
#subMenu a:hover {
  text-decoration: underline;
}
#Menu a.openMenuItem:hover {
  border-bottom: solid 1px #d0d0d0;
}
#subMenu a:active {
  color: #333333;
}

#Menu a:hover {
/*
  border-left: dotted 1px #bbbbbb;
  border-top: dotted 1px #bbbbbb;
  border-right: dotted 1px #bbbbbb;
  */
}
#Menu a.openMenuItem {
  border-left: solid 1px #aaaaaa;
  /* border-top: solid 3px #aa0000; */
  border-top: solid 1px #aaaaaa;
  border-right: solid 1px #aaaaaa;
  margin-left: -1px;
  margin-right: -1px;
  padding-left: 26px;
  padding-right: 26px;
  padding-bottom: 13px;
  position: relative;
  top: -2px;
  color: #cc0000;
}
#Menu a.openMenuItem:first-child {
  margin-left: -0px;
  padding-left: 25px;
  border-left: none;
}
#subMenu a.openSubMenuItem,
#Menu a.openMenuItem {
  text-decoration: none;
  border-bottom: solid 1px #e0e0e0;
  color: #333333;
  color: #cc0000;
  background-color: #e0e0e0;
}
#subMenu a.openSubMenuItem:hover,
#Menu a.openMenuItem:hover {
  text-decoration: underline;
}



/****** PAGE AREA MAIN + PAGE AREA CONTEXT ************************************/
#PageAreaFooterSeparator,
#PageAreaMain {
  padding-top: 22px;
}
#PageAreaMain {
  padding-right: 25px;
  padding-bottom: 0px;
  padding-left: 25px;
  min-height: 380px;
}
#PageAreaMain,
div.PageAreaMainChapter,
div.PageAreaMainRow {
  width: 850px;
  margin: 0px;
}
div.PageAreaMainChapter,
div.PageAreaMainRow {
  clear: both;
  padding: 0px;
}
div.PageAreaMainChapter {
  padding-top: 22px;
}
div.PageAreaMainChapter:first-child {
  padding-top: 0px;
}

div.PageAreaMainRow {
  padding-top: 15px;
}
div.PageAreaMainRow:first-child {
  padding-top: 0px;
}
div.PageAreaMainColContextWide,
div.PageAreaMainColContext {
  float: right;
  margin: 0px;
  padding: 0px;
}
div.PageAreaMainColMainSmall,
div.PageAreaMainColMainWide,
div.PageAreaMainColMain {
  float: left;
  margin: 0px 25px 0px 0px;
  padding: 10px 0px 0px 0px;
}

div.PageAreaMainColMain {
  width: 525px; /* s. Kommentar zur Berechnung von .PageAreaColContext.width */
}
div.PageAreaMainColContext {
  /* goldener Schnitt liegt bei 38% von (#PageAreaRow.width - .PageAreaColMain.margin-right) */
  width: 300px; /* ca. 38% von ((900 -25 -25) -25) */
}

/* Bei den folgenden zwei Klassen wird die Breite von PageAreaMainColMain und PageAreaMainColContext vertauscht */
div.PageAreaMainColContextWide {
  width: 525px;
}
div.PageAreaMainColMainSmall {
  width: 300px;
}

div.PageAreaMainColMainSmall:first-child,
div.PageAreaMainColMain:first-child {
  padding-top: 0px;
}
div.PageAreaMainColMain h1:first-child {
  padding-top: 0px;
  margin-top: 0px;
}

img.SiteLogo {
  float: left;
  margin: 0px 16px 16px 0px;
}

div.contextSeparator {
  position: relative; /* Diese Eigenschaft wird für die korrekte Positionierung innerhalb des divs benötigt. */
  margin-top: 20px;
}
div.contextSeparator:first-child {
  margin-top: 0px;
}

/****** PAGE AREA FOOTER ******************************************************/

#PageAreaFooterSeparator {
	clear: both;
  padding-top: 22px; /* das sollte der Wert #PageAreaMain.padding sein */
}
#PageAreaFooter {
	clear: both;
  min-height: 2ex;
  border-top: solid 2px #cc0000;
  margin: 0px;
  padding: 3px 25px 3px 15px;
}

#PageAreaFooter a {
  padding: 0px 10px 0px 10px; 
/*  margin-left: 10px; */
  font-weight: bold;
  text-decoration: none;
}
#PageAreaFooter a:first-child {
	margin-left: 0px;
}
#PageAreaFooter a:hover {
  text-decoration: underline;
}
#copyright {
  float:right;
}


/********* temporäre Definitionen ***************************************************/
ul.references {
  margin-top: 15px;
  margin-bottom: 15px;
}
ul.references li {
  margin-top: 5px;
}
ul.references li:first-child {
  margin-top: 0px;
}

.inactive {
  color: #a4a4a4;
}
.inactive a {
  color: #de8f8f;
}
/*
div.content li {
  margin-top: 5px;
}
div.content ul {
  list-style: none;
  margin-left: -40px;
}

div.content li:first-child {
  margin-top: 0px;
}
*/
div.publicVersion,
div.newVersion {
  background-color: #dddddd;
  border: 1px solid #aaaaaa;
  margin-top: 30px;
  padding: 5px;
}
div.publicVersion:before {
  content:"Letzte Version von Markus bzw. die veröffentlichte Version: ";
}
div.newVersion:before {
  content:"Letzte Version Manuelas: ";
}
div.publicVersion:first-line,
div.newVersion:first-line {
    font-weight: bold;
    text-decoration: underline;
    font-size: 12pt;
    line-height: 3ex;
}

.noneTextDecoration {
  text-decoration: none;
}

a.icon img.icon {
  padding-right: 3px;
  vertical-align: middle;
  height: 12px;
}
a.icon {
  vertical-align: top;
}

div.debug {
  border: 1px solid #88DD88;
  background-color: #88FF88;
  padding: 5px;
  margin-top:5px;
}
div.debug:first-child {
  margin-top: 0px;
}


