/* Hier beginnt der Aufbau des ella-CSS-Files */



/* Standard-Einstellungen */

body {
    font-family: Verdana;
    font-size: 9pt;
    color: #000000;
    background-color: #ececec;
    margin: 8px;
}

img {
  border: none;
}

ul {
  padding-left: 24px;
  list-style-image: url(pfeil1.gif);
}

ul ul {
  list-style-image: url(pfeil2.gif);
}

ul ul ul {
  list-style-image: url(punkt.gif);
}

ul ul ul ul {
  list-style-image: url(pfeil2.gif);
}

td {
  vertical-align: top;
}

a:link, a:visited {
    font-size: 8pt;
    color: #000000;
    text-decoration:none;
}

a:hover {
    font-size: 8pt;
    color: #000000;
    background-color: #c8d0c8;
}



/* Header */

#Header {
  height: 70px;
  margin-bottom: 8px;
  border-bottom: solid 1px #8c9c8c;  
  min-width: 857px;
}

#Headerleftimage {
  position: absolute;
  left: 8px;
  top: 8px;
}

#Headerrightimage {
  position: absolute;
  right: 8px;
  top: 8px;
}

#Headermenu {
  position: absolute;
  top: 59px;
  left: 240px;
  right: 8px;
  padding-top: 1px;
  padding-left: 4px;
  border-top: solid 1px #8c9c8c;
  min-width: 621px;
  text-align: right;
}

#Headertitle {
  position: absolute;
  top: 24px;
  left: 250px;
}

#Headertitle a {
  font-weight: bold;
  font-size: 9pt;
}



/* Navigationsleiste */

#Menu {
  width: 290px;
  float: left;
}

.Menutitle {
  color: #ffffff;
  font-size: 8pt;
  font-weight: bold;
  background-color: #8c9c8c;
  text-align: center;
  margin-bottom: 2px;
  padding-bottom: 1px;
}

.Menucontent {
  border: solid 1px #8c9c8c;  
}

.Menumain {
  margin: 0px;
  padding: 0px 4px 4px 4px;
}

.Menu1 {
  margin: 4px 0px 0px 16px;
  list-style-image: url(pfeil1.gif);
}

.Menu2 {
  margin: 2px 0px 0px 32px;
  list-style-image: url(pfeil2.gif);
}

.Menu3 {
  margin: 1px 0px 0px 48px;
  list-style-image: url(punkt.gif);
}

.Menu4 {
  margin: 1px 0px 0px 64px;
  list-style-image: url(pfeil2.gif);
}

.Menu5 {
  margin: 1px 0px 0px 80px;
  list-style-image: url(pfeil1.gif);
}

.Menu6 {
  margin: 1px 0px 0px 96px;
  list-style-image: url(pfeil2.gif);
}

.Menuspacer {
  list-style-type: none;
  list-style-image: none;
  border-top: solid 1px #8c9c8c; 
  margin: 6px 4px 2px 4px;
  font-size: 0px;
  color: #ececec;
}

/* Suchfeld */

#searchbox {
  margin: 8px;
  padding-top: 16px;
}

#search_query {
  width: 100px;
}

#search_button {
  width: auto;
  background-color: #8c9c8c;
  color: #ffffff;
  font-weight: bold;
}

/* Content-Bereich */

#Content {
  min-width: 559px;
  position: absolute;
  top: 87px;
  left: 306px;
  right: 8px;
}

.Contenttitle {
  color: #ffffff;
  font-size: 8pt;
  font-weight: bold;
  background-color: #8c9c8c;
  text-align: center;
  margin-bottom: 2px;
  padding-bottom: 1px;
  min-width: 559px;
}

.Contenttitle a {
  color: #ffffff;
}

.Contentarea {
  border: solid 1px #8c9c8c;  
  margin: 0px 0px 16px 0px;
  padding: 0px 8px 8px 8px;
}

.Contentarea h1 {
  font-size: 11pt;
  margin-top: 16px;
}

.Contentarea h2 {
  font-size: 10pt;
}

.Contentarea h3 {
  font-size: 9pt;
}

.Contentarea h4 {
  font-size: 8pt;
}

.Contentarea a:link, .Contentarea a:visited {
  font-size: 9pt;
  color: #008000;
  text-decoration: none;
}

.Contentarea a:hover {
  font-size: 9pt;
  color: #008000;
  background-color: #ececec;
  text-decoration: underline;
}

.Contentarea li {
  margin-bottom: 8px;
}

.csc-sitemap li {
  margin-bottom: 2px;
}

/* eingabefelder in kontaktformular */

.csc-mailform {
  border: none;
}

input, textarea {  
  background-color: #FCFCFC;
  font-family: verdana;
  font-size: 8pt;
  border: #8C9C8C 1px solid;
  width: 250px;
}

.csc-mailform-field {
  margin-top: 4px;
  width: 350px;
  text-align: right;
}

.csc-mailform-field label {
  vertical-align: top;
  text-align: right;
}

.csc-mailform-submit {
  background-color: #8c9c8c;
  color: #ffffff;
  font-weight: bold;
  width: auto;
  border: none;
}

.csc-mailform-check {
  width: auto;
}


/* Suchergebnisse */
.searchresheader {
  margin-top: 8px;
  line-height: 16px;
}

.searchresnumber, .searchresicon, .searchrestitle {
  float: left;
  font-weight: bold;
}

.searchresdesc {
  clear: left;
}


/* Login-Seite Uni Lernstadt */
.login {
  width: 330px;
  margin-left: auto; 
  margin-right: auto; 
  text-align: center;
  margin-top: 50px;
  border: solid 1px #8c9c8c;  
  background-color: #ffffff;
  padding: 24px 0px 16px 0px;
}

.login table {
  margin-top: 20px;
  margin-left: auto; 
  margin-right: auto; 
}

.login p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.login a:link, .login a:visited {
  color: #008000;
  text-decoration: none;
}

.login a:hover {
  color: #008000;
  background-color: #ffffff;
  text-decoration: underline;
}

.tx-newloginbox-pi1 {
  font-size: 8pt;
  padding: 0px 20px 0px 20px;
  margin-bottom: 0px;
}

.tx-newloginbox-pi1 h3 {
  font-size: 9pt;
}

.tx-newloginbox-pi1 p {
  color: #ff0000;
}

.tx-newloginbox-pi1 form table tbody tr th {
  text-align: right;
  font-weight: normal;
  padding-right: 5px;
}

.tx-newloginbox-pi1 form table tbody tr td input {
  width: 120px;
}

.tx-newloginbox-pi1 form table tfoot tr td {
  text-align: left;
}

.tx-newloginbox-pi1 form table tfoot tr td input {
  background-color: #8c9c8c;
  color: #ffffff;
  font-weight: bold;
  width: auto;
  border: none;
}

.td-0 {
  font-size: 8pt;
  text-align: left;
  padding-right: 10px;
}

.separator {
  width: auto;
  border-bottom: solid 1px #8c9c8c;  
  margin: 24px 16px 3px 16px;
}

/* Nutzerübersicht */

.tx-newloginbox-pi3-searchbox-sword {
  width: 200px;
}

.tx-newloginbox-pi3-searchbox-button {
  background-color: #8c9c8c;
  color: #ffffff;
  font-weight: bold;
  width: auto;
}

/* Bookmarks */
.tx-toibookmarks-pi2 {
  text-align: right;
  margin-top: 4px;
}

.tx-toibookmarks-pi1, .pages {
  margin-top: 25px;
}

.entry {
  clear: left;
  margin-top: 8px;
}

.entry .delete {
  float: left;
}

.deletebookmark {
  width: 15px;
  height: 15px;
  margin-right: 4px;
}


/* Registration neuer Benutzer */
.registration, .tx-srfeuserregister-pi1 p {
  border: none;
  padding: 0px;
  margin: 0px 0px 16px 0px;
}

#tx-srfeuserregister-pi1-password_again {
  margin-bottom: 16px;
}

#tx-srfeuserregister-pi1-module_sys_dmail_html, #tx-srfeuserregister-pi1-agb {
  margin-bottom: 16px;
  width: auto;
  float: left;
}

.tx-srfeuserregister-pi1-submit {
  background-color: #8c9c8c;
  color: #ffffff;
  font-weight: bold;
  width: auto;
}

#agbhinweis1, #agbhinweis2 {
  background-image: none;
  padding: 0px;
  margin: 0px;
  color: #ff0000;
  font-weight: bold;
  text-decoration: underline;
}

.tx-srfeuserregister-pi1-error {
  width: 250px;
}

/* Fußnoten-Erweiterung */
#tooltip {
    padding: 3px;
    background-color: #f0fff0;
    border: 1px solid #8c9c8c;
    text-align: left;
    max-width: 400px;
    opacity: 0.9;
}

.footnotespacer {
  width: 160px;
  border-top: solid 1px #8c9c8c; 
  margin-top: 10px;
  height: 4px;
}

.footnote {
  padding: 0px 2px 4px 0px;
}

.footnotenumber {
  float: left;
  padding-right: 4px;
}

.centertext {
  text-align: center;
}

.centertext a:link, .centertext a:visited {
  color: #008000;
  text-decoration: none;
}

.centertext a:hover {
  color: #008000;
  background-color: #ececec;
  text-decoration: underline;
}

.tx-msfootnotecontent-pi1 table {
	border-spacing: 1px;
}

.tx-msfootnotecontent-pi1 th {
	background-color: #8c9c8c;
}
.tx-msfootnotecontent-pi1 td {
	border: 1px solid #8c9c8c;
}

table tbody tr td ul {
	margin: 2px;
	padding: 0px;
}

table tbody tr td ul li {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}




