/* CSS-Styles - www.goeritz.net */
/* Webmaster: Anja Göritz */

/* Layout */

#seite {
  text-align: left;
  width: 960px;
  max-width: 960px;
  margin: auto;
  }
#kopfzeile {
  height: 125px;
  padding: 0px;
  margin-bottom: 20px;
  overflow: visible;
  position: relative;
  }
#fusszeile {
  text-align: right;
  clear: both;
  margin: 20px 0px 0px 0px;
  margin: 20px 0px 0px 0px;
  text-decoration: none;
  color: #1E3E93;
  border-top: 1px solid #1E3E93;
  }
#druck {
  text-align: right;
  margin-top: 5px;
  }
#zurueck {
  top: 150px;
  float: left;
  width: 70px;
  }
#inhalt {
  margin-left: 190px;
  padding: 0px;
  }
#inhalt_ohne_navigation {
  margin-left: 70px;
  padding: 0px;
  }
#inhalt_mitarbeiter {
  margin-left: 70px;
  padding: 0px;
  background-color: #C7E1F5;
  }
#rechts {
  float: right;
  width: 170px;
  margin-bottom: 20px;
  }
#rechts p {
  margin-bottom: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 8pt;
  }
body {
  text-align: center;
  /* font-family: Arial, Helvetica, sans-serif; */
  font-family: sans-serif;
  font-size: 10pt;
  /* font-size: 0.8em; */
  }

/* Darstellung von links */

a:active {
  text-decoration: none;
  Color: #0000CE;
  }
a:hover {
  text-decoration: none;
  color: #0000CE;
  }
a:link {
  text-decoration: none;
  color: #0000CE;
  }
a:visited {
  text-decoration: none;
  color: #0000CE;
  }
a[href $='.pdf'] {
	padding-right: 18px;
	background: transparent url(images/icons/pdf.gif) no-repeat center right;
  }
a[href $='.doc'], a[href$='.rtf'] {
	padding-right: 18px;
	background: transparent url(images/icons/word.gif) no-repeat center right;
  }
a[href ^="mailto:"] {
	padding-right: 18px;
  background: transparent url(images/icons/mail.gif) no-repeat center right;
  }
#inhalt a[href ^="http:"], #inhalt a[href $='.php'], #inhalt_ohne_navigation a[href ^="http:"], #inhalt_ohne_navigation a[href $='.php'], #rechts a[href ^="http:"], #rechts a[href $='.php'], #mitarbeiter_details a[href ^="http:"], #mitarbeiter_details a[href $='.php'] {
	padding-right: 14px;
	background: transparent url(images/icons/link.gif) no-repeat center right;
  }

/* Standard */

p {
  display: block;
  padding: 5px;
  margin: 0px;
  background-color: #C7E1F5;
  }
small {
  font-size: 8pt;
  padding-top: 1pt;
  padding-bottom: 1pt;
  /* font-size: 0.85em; */
  }
blockquote {
  background-color:#FF0000;
  }
ul, ol {
  margin: 0px;
  background-color: #C7E1F5;
  padding: 5px 5px 5px 25px;
  }
li {
  list-style-type: circle;
  list-style-position: outside;
  padding: 2px 5px 2px 0px;
  }
ol li {
  list-style-type: decimal;
  }	
table {
  width: 99.9%;
  }
th {
  font-size: 9pt;
  /* font-size: 0.7em; */
  font-weight: normal;
  text-align: left;
  background-color: #94C4EC;
  border-top: 20px solid #FFFFFF;
  border-bottom: 5px solid #FFFFFF;
  vertical-align: middle;
  margin-top: 20px;
  list-style-type: square;
  padding-left: 5px;
  }
td {
  border-bottom: 5px solid #FFFFFF;
  background-color: #C7E1F5;
  font-size: 10pt;
  /* font-size: 0.8em; */
  height: 20px;
  vertical-align: middle;
  padding: 2px;
  padding-left: 5px;
  }
h1 {
  display: block;
  font-size: 8pt;
  /* font-size: 0.85em; */
  color: #C8E1F5;
  background-color: #1E3E93;
  text-transform: uppercase;
  padding: 2px;
  padding-left: 5px;
  margin: 0px;
  margin-bottom: 5px;
  font-weight: normal;
  }
h2 {
  display: block;
  font-size: 9pt;
  /* font-size: 0.85em; */
  font-weight: normal;

  padding: 2px;
  padding-left: 5px;
  margin-top: 20px;
  margin-bottom: 5px;
  }
h3 {
  display: block;
  font-size: 10pt;
  /* font-size: 0.85em; */
  font-weight: bold;
  background-color: #C7E1F5;
  padding: 2px;
  padding-left: 5px;
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 0px;
  }
img {
  border: 0px;
  }

/* Navigation */

#navigation {
  float: left;
  width: 170px;
  display: inline;
  overflow: hidden;
  text-decoration: none;
  margin-bottom: 20px;
  }
#navigation ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  background-color: #FFFFFF;
  font-size: 8pt;
  }
#navigation li {
  margin-bottom: 5px;
  list-style-type: none;
  padding: 0px;
  width: 170px;
  }
#navigation a {
  display: block;
  overflow: hidden;
  padding-left: 5px;
  padding-bottom: 1px;
  border: 1px solid #1E3E93;
  border-left: 30px solid #1E3E93;
  color: #1E3E93;
  }
#navigation li a:hover {
  background-color: #C7E1F5;
  }
#navigation ul ul {
  margin-top: 5px;
  padding-left: 30px;
  list-style-type: none;
  display: none;
  }
#navigation ul ul li {
  margin-bottom: 5px;
  list-style-type: none;
  width: 140px;
  }
#navigation ul ul a {
  border: 0px;
  display: block;
  }
#navigation ul ul li a:hover {
  background-color: #C7E1F5;
  }

/* Suchen */

/*
#suchbegriff {
  border: 0px;
  background-color: #FFFFFF;
  width: 100px;
  color: #1E3E93;
  }
#suchbegriff:focus, #suchbegriff:hover {
  background-color: #FFFFCC;
  }
#suchen {
  color: #FFFFFF;
  background-color: #1E3E93;
  text-align: center;
  }
#suchen:hover {
  color: #C7E1F5;
  }
*/
#suchbegriff {
  background-color: #FFFFFF;
  border: 1px solid #1E3E93;
  width: 100px;
  font-size: 11px;
  color: #1E3E93;
  padding: 1px;
  padding-left: 2px;
  }
#suchbegriff:focus {
  background-color: #FFFFCC;
  }
#suchbegriff:hover {
  background-color: #FFFFCC;
  }
#suchen {
  background-color: #FFFFFF;
  border: 1px solid #1E3E93;
  width: 60px;
  font-size: 11px;
  font-weight: bold;
  color: #1E3E93;
  text-align: center;
  }
#suchen:hover {
  background-color: #C7E1F5;
  }




#kopfzeile_gallerie_links {
  display: inline;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  height: 55px;
  width: 70px;
  padding: 0px;
  margin: 0px;
  }
#kopfzeile_siegel {
  float: left;
  height: 112px;
  max-height: 98px;
  width: 100px;
  max-width: 98px;
  border: 1px solid #1E3E93;
  border-bottom: 0px;
  text-align: center;
  padding: 0px;
  padding-top: 4px;
  margin: 0px;
  }
#kopfzeile_gallerie_rechts {
  white-space: nowrap;
  float: left;
  overflow: hidden;
  height: 55px;
  padding: 0px;
  margin: 0px;
  width: 588px;
  max-width: 588px;
  }
#kopfzeile_lehrstuhl {
  display: block;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  height: 45px;
  max-height: 48px;
  padding-left: 20px;
  font-family: "Arial Black";
  }
#kopfzeile_lehrstuhl p {
  padding:0px;
  background-color:#FFFFFF;
  color:#1E3E93;
  }  
#kopfzeile_lehrstuhl a {
  color:#1E3E93;
  }
#kopfzeile_links {
  display: block;
  clear: left;
  border: 1px solid #1E3E93;
  border-left: 2px;
  margin-left: 70px;
  margin-right: 175px;
  height: 12px;
  /* max-height: 12px; */
  padding-left: 100px;
  background-color: #1E3E93;
  }
#kopfzeile_links ul {
  display: inline;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  }
#kopfzeile_links li {
  float: left;
  width: 75px;
  padding: 0px;
  margin: 0px; 
  list-style-type: none;
  }
#kopfzeile_links a {
  display: block;
  color: #FFFFFF;
  background-color: #1E3E93;
  margin: 0px; 
  padding: 0px;
  padding-left: 4px; 
  border-left: 20px solid #FFFFFF;
  font-size: 11px;
  line-height: 12px;
  height: 12px;
  text-decoration: none;
  }
#kopfzeile_links a:hover {
  color: #C7E1F5;
  }
#kopfzeile_suchen {
  float: right;
  width: 170px;
  overflow: hidden;
  text-align: right;
  height: 25px;
  padding: 0px;
  margin: 0px;
  }




#mitarbeiter_details {
  padding: 0px 20px 1px 170px;
  }
#mitarbeiter_details ul {
  background-color: #FFFFFF;
  margin-bottom: 20px;
  margin-top: 0px;
  }
#mitarbeiter_details h2 {
  display: block;
  font-size: 8pt;
  color: #C8E1F5;
  background-color: #1E3E93;
  text-transform: uppercase;
  padding: 2px;
  padding-left: 5px;
  font-weight: normal;
  padding: 2px;
  padding-left: 5px;
  margin-top: 20px;
  border: 0px;
  }

