/* CSS fuer den internen Bereich. */

a.nd:link { text-decoration:none; color:#6da000; }
a.nd:visited	{ text-decoration:none; color:#6da000; }
a.nd:hover { text-decoration:none; color:#6da000; }
a.nd:active { text-decoration:none; color:#6da000; }

a {
  color: black;
/*  color:#6da000; */
  text-decoration: underline;
}

a.leftMenu {
	text-decoration:none;
	color:#484848;
}

td.vl_datum {
/*    color: #00420c; */
    color: #6da000;
    font-weight: bold;
    padding: 10px;
    vertical-align: top;
}

td.vl_inhalt {
    padding: 10px;
    vertical-align: top;
}

a:hover {
  color:#6da000;
  text-decoration: underline;
}

div.disclaimer {
  text-align: justify;
  margin-bottom: 40px;
  margin-top: 0px;
  padding-top: 10px;
}

ul.linkliste {
  list-style-image: url(../GRAFIKEN/NEU/list_bullet.png);
}

ul {
  list-style-image: url(../GRAFIKEN/NEU/list_bullet.png);
  padding-left: 20px;
}

ul.enumeration {
  list-style-image: url(../GRAFIKEN/NEU/list_bullet.png);
  padding-left: 20px;
}

ul.leftMenu {
  text-align: left;
	  margin:0px;
  padding:0px;
  padding-left: 20px;
  padding-bottom: 10px;
}

pre.beispiel {
  margin-top:20px;
  margin-bottom:24px;
  padding:4px;
  border-style:solid;
  border-width:1px;
  border-color:#c0c0c0;
  font-size:10pt;
  color:#303030;
  Background-color:#e0e0e0;
}

div.leftMenu {
  text-align:left;
  font-size:10pt;
  color: #616161;
  padding:0px;
  padding-left: 20px;
  padding-bottom:0px;
  padding-top: 5px;
  margin:0px;
  background-color:white;
  background-image: url(../GRAFIKEN/NEU/ls8_menu_back.png);
  background-repeat: repeat-y;
}

h3.leftMenu {
  font-weight: normal;
  color: #616161;
  padding: 0px;

  padding-bottom: 0px;
  margin: 0px;
  margin-bottom: 0px;
}

td.leftMenu {
  width: 165px;
  padding:0px;
  margin: 0px;
  background-image:url(../GRAFIKEN/NEU/ls8_left_back.png);
  background-repeat: repeat-y;
}

td.content {
  text-align: left;
  background-color: white;
  padding: 10px;
  padding-top: 10px;
  padding-right:5px;
  padding-left: 5px;
}

td.content2 {
  background-color: white;
  background-image:url(../GRAFIKEN/NEU/osterinsel.png);
  background-repeat: no-repeat;
  background-position: top right;
  padding: 10px;
  padding-right:40px;
}

div.news {
  padding: 0px;
  padding-left: 0px;
  padding-bottom: 30px;
  text-align: justify;
  width: 90%;
}

a.newsTitle {
  color: black;
}

div.newsText {
  padding-top: 10px;
  padding-left: 0px;
  text-align: justify;
}

h1 {
	line-height: 1;
	padding-top:0px;
	margin-top:0px;
	margin-bottom: 10px;
	font-weight:normal;
}

h2 {
  font-weight: normal;
  margin-bottom: 10px;
  padding-top:4px;
}

h3 {
  font-size: 12pt;
/*  font-weight: normal; */
/*  margin:0px; */
}

a.news {
  color: #6da000;
  text-decoration: none;
}

a.news:hover {
  color: #6da000;
  text-decoration: underline;
}

body {
  font-size:10pt;
/*  font-stretch: extra-expanded; */
/*  letter-spacing: 0.1em; */
  line-height: 130%;
  font-family: Sans-serif,Arial,helvetica;
  border:0;
  margin:0;
  padding:0;
  padding-bottom: 10px;
  background-color:#ced1d1;
  background-image: url(../GRAFIKEN/NEU/ls8_verlauf.png);
  background-repeat: repeat-x;
}

input.textfield {
  width: 75%;
}

input.memofield {
  width: 75%;
}

select.selection {
  width: 100%;
}

input.button {
  width: 100%;
}

a.bodyObenMitte {
 color:white;
 padding-left: 4px;
 padding-right: 4px;
}

td.bodyObenLinks {
 height: 40px;
 width:183px;
 background-image: url(../GRAFIKEN/NEU/ls8_body_ol.png);
 background-repeat: no-repeat;
}

td.bodyObenMitte {
 font-size: 9pt;
 vertical-align:top;
 color:white;
 font-family: Arial;
 background-image: url(../GRAFIKEN/NEU/ls8_body_om.png);
 background-repeat: repeat-x;
 text-align:right;
 padding-top:8px;
}

td.bodyObenRechts {
 width:16px;
 background-image: url(../GRAFIKEN/NEU/ls8_body_or.png);
 background-repeat: no-repeat;
}

table.twocolumn {
  width: 100%;
  border-width: 0px;
  border-style: none;
  border-color: #000000;
}

td.twocolumn {
  width: 25%;
}

table.view, table.edit, table.find {
  width: 100%;
  border-style: none;
  border-collapse: collapse;
  empty-cells: show;
}

th.view, th.edit, th.find {
  width: 25%;
  padding: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #b0b0b0;
  background-color: #eeeeff;
  text-align: left;
  font-weight: bold;
}

td.view, td.edit, td.find {
  width: 75%;
  padding: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #b0b0b0;
  background-color: #ffffdd;
  text-align: left;
}

table.other, table.enumeration {
  width: 100%;
  border-style: none;
  border-collapse: collapse;
  empty-cells: show;
}

th.other, th.enumeration {
  padding: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #b0b0b0;
  background-color: #eeeeff;
  text-align: left;
  font-weight: bold;
}

td.other, td.enumeration {
  padding: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #b0b0b0;
  background-color: #ffffdd;
  text-align: left;
}

ul.tree {
  list-style-type: circle;
  margin-left: 0.5em;
  padding-left: 0.5em;
}



ul.selected {
  list-style-type: disc;
  margin-left: 0.5em;
  padding-left: 0.5em;
}



/*
   header und logo-definitionen
*/

table.header {
  margin-top: 20px;
  padding-top: 10px;
}

td.headerLinks {
  width: 335px;
  height: 102px;
  padding:0px;
  background-image: url(../GRAFIKEN/NEU/sfb876_head_left.png);
  background-repeat: no-repeat;
}

td.headerMitte {
  height: 102px;
  padding:0px;
  background-image: url(../GRAFIKEN/NEU/sfb876_head_mid.png);
  background-repeat: repeat-x;
}

td.headerRechts {
  width: 420px;
  height: 102px;
  padding:0px;
  background-image: url(../GRAFIKEN/NEU/sfb876_head_right.png);
  background-repeat: no-repeat;
}


/** **** Mitarbeiterverwaltung *****/
table.mitarbeiterbox {
	border: 1px solid grey;
	width: 100%;
	padding: 16px;
	margin-right: 30px;
	margin-bottom: 30px;
	background-color: #f5f5f5;
}

table.mitarbeiterbox a{
     text-decoration:none;
}

table.mitarbeiterbox a:hover {
    color:#6da000;
    text-decoration: underline;
}

/*Tabellenzeilen abwechselnd grau und weiß hinterlegt*/
table.stripes tr:nth-child(2n+1) td{
    background-color: #E8E8E8;
}

.nameinactive, .nameinactive a {
	color: grey;
}

.nameactive, .nameactive a {
	color: black;
}

/* Tabelle der Promovenden */
table.doctagree {
	border: 1px solid grey;
	width: 100%;
	border-spacing: 0px;
    border-collapse: collapse;
}

th.docHeader {
	border:1px solid grey;
	background-color: #E8E8E8;
	text-align:center;
}

td.studName{
	border:1px solid grey;
}

td.docCont{
	border:1px solid grey;
	text-align:center;
}
