body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  height:100%;
}

#header {
  background-color: #2F8649;
  height: 76px;
}

#header #cau_logo {
  position: absolute;
  left: 41px;
  top: 38px;
}

#header #top_menu {
  position: absolute;
  left: 155px;
  top: 0px;
}

#header #top_menu #general {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #601F4A;
  width: 385px;
  height: 28px;
  padding-top: 10px;
  padding-left: 10px;
}

#header #top_menu #faculty {
  position: absolute;
  top: 0px;
  left: 395px;
  background-color: #601F4A;
  width: 445px;
  height: 28px;
  padding-top: 10px;
  padding-left: 10px;  
}

#header #top_menu #university {
  position: absolute;
  top: 38px;
  left: 0px;
  background-color: #062B58;
  width: 385px;
  height: 28px;
  padding-top: 10px;
  padding-left: 10px;
}

#header #top_menu #institute {
  position: absolute;
  top: 38px;
  left: 395px;
  width: 385px;
  height: 28px;
  padding-top: 10px;
  padding-left: 10px;  
}

#header #top_menu a{
  font-size:10px;
  color: #FFFFFF;
  text-decoration:none;
}

#header img {
  border-style: none;
}

#header #top_menu a.institute{
  display:block;
  margin-left:5px;
  font-size: 14px;
}

#header #top_menu a:hover {
  text-decoration: none;
}

#gruenerstrichlinks {
  position: absolute;
  top:76px;
  background-color:#2F8649;
  padding-top:20px;
  width:5px;
  height: 300%;
}

#gruenerstrichrechts {
  position: absolute;
  margin-left:5px;
  top:0px;
  left:1000px;
  background-color:#2F8649;
  padding-top:20px;
  width:100%;
  height: 309%;
}

#navigation {
  background-color: #CCCCCC;
  font-size: 10px;
  position: absolute;
  top:76px;
  left:5px;
  padding-top:20px;
  /** border-right: 1px #2F8649 solid;
  border-bottom: 1px #2F8649 solid; **/
  width: 150px;
  height: 300%;
}

#siegel {
  position: absolute;
  left: 41px;
  top: 250px;
  background-image:url('/images/logos/agrar-siegel.gif');
  background-repeat:no-repeat;
  width: 108px;
  height: 158px;
  z-index: 0;
}


#navigation ul {
  background-color:#CCCCCC;
  padding: 0px;
  margin: 0px;
  z-index: 100;
}

#navigation li {
  background-color: transparent;
  padding-left: 8px;
  padding-bottom: 3px;
  list-style: none;
  z-index: 100;
}

#navigation a {
  color: #000000;
  text-decoration: none;
  margin-left: 2px;
  padding:3px;
}

#navigation a:hover {
  color: #2F8649;
  text-decoration: none;
}

#navigation #active {
  text-decoration: none;
  font-weight: bold;
}

#maincontent {
/*  float: left;
  max-width: 36em;
*/
  position: absolute;
  top:76px;
  left: 155px;
  width: 800px;
  color: #000;
  margin: 20px;
  height: 100%;
}

h1 {
  font-size:25px;
  font-weight: bold;
  padding: 0px;
  letter-spacing: 0;
  text-align:center;
  border-bottom: none !important; 
}


h2 {
  font-size:20px;
  padding: 0px;
  letter-spacing: 0.1em;
}

#maincontent p.titel{
  font-size:1.5em;
  font-weight: bold;
}

#maincontent h4.gruen{
  color: #2F8649;
}

#maincontent p.vl_minititel{
  font-weight:bold;
}


#maincontent hr {
  background-color: #2F8649;
  border: none;
  height: 3px;
  margin:auto;
}


#maincontent table.basic {
  border: 1px solid #2F8649;  
  padding: 0;
  margin: 0;
  border-collapse:collapse;
  width: 100%;
}

#maincontent table.basic th {
  font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #2F8649;
  text-align: left;
  padding: 6px 10px 6px 12px;
}

#maincontent table.basic th.section {
  background-color: #CCCCCC;
  border: 1px solid #2F8649;   
  color: #062B58;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#maincontent table.basic th.centered_section {
  background-color: #CCCCCC;
  color: #062B58;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

#maincontent table.basic th.module {
  color: #062B58;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#maincontent table.basic th.centered_module {
  color: #062B58;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

#maincontent table.basic th.no_border {
  border: 0px;
  color: #062B58;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

#maincontent table.basic td.dotted {
  background: #fff;
  border: 1px dotted #2F8649;
  padding: 6px 10px 6px 12px;
  vertical-align: top;
}

#maincontent table.basic td {
  background: #fff;
  padding: 6px 10px 6px 12px;
  vertical-align: top;  
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color:#2F8649;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color:#2F8649;
}

#maincontent table.basic td.no_border {
  background: #fff;
  border-left-width: 1px;
  border-left-style:dotted;
  border-left-color:#2F8649;
  border-right-width: 1px;
  border-right-style:dotted;
  border-right-color:#2F8649;
  border-bottom-width: 0;
  border-top-width: 0;
  padding: 6px 6px 6px 12px;
}

#maincontent table tbody.description td {
  background-color: #ADBEB2;
  vertical-align: top;
  padding-left: 5px;
}

#maincontent table tbody.innertable td {
  vertical-align: middle;
  text-align: center;
  color: #ADBEB2;
  font: bold;
  font-size: 30px;
}

#maincontent #jahresauflistung {
  border-width:2px;
  border-style:outset;
}

#maincontent #jahresauflistung td{
  border-style:inset;
  border-width:1px;
  padding:10px;
}

#maincontent table.pub_titel{
  font-family:Verdana;
  font-size:13px;
  font-weight:bold;
}

#maincontent table.pub_erscheinung{
  font-family:Verdana;
  font-size:11px;
  margin-left:15px;
  font-weight:normal;
}

#maincontent td.leer{
  width:15px;
}

#maincontent td.nummer{
  width:15px;
  vertical-align:top;
}

#maincontent table.project {
  border-width:5px;
  border-style:solid;
  border-color: #CCCCCC;
  border-spacing: 10px;
}

#maincontent table.project td {
  border-width: 2px;
  border-style: solid;
  border-color: #CCCCCC;
  background-color: #ADBEB2;
}
#maincontent table.project th{
  text-align: justify;
  border-width: 2px;
  border-style: solid;
  border-color: #CCCCCC;
  background-color: #ADBEB2;
}

#maincontent ul.project_publications {
  padding-left: 1em;
}

#maincontent table.workshops {
  font-color: black;
  border-style: solid;
  border-width: 2px;
  border-color: #CCCCCC;
  border-collapse: collapse;
}

#maincontent table.workshops th{
  background: #cccccc;
  font-weight: bold;
  padding-right: 10px;
}

#maincontent table.workshops a {
  color: black;
}

/*#maincontent ul.project_publications li {
  margin-left: 0px;
  padding-left: 0px;
}
*/
