/* General styles that apply for the whole page */
body {
  margin: 0 !important;
  padding: 0 !important;
  color: Black;
  background-color:#DDDDDD;
  font-family: "Univers LT W01 45 Light",Verdana,Geneva,Helvetica,sans-serif;
  font-size: 15px;
  box-sizing: border-box;
  display: block;
  float: none;
  position: static;
  z-index: auto;
  max-width: 1210px;
}
a {
  color: #d20537;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
/* Settings for paragraphs, headings and the like */
h1 {
  margin-top: 0px;
  padding-bottom: 20px;
  font-family: "Swift Neue LT W01",Georgia,"Lucida Bright",serif;
  font-size: 27px;
  line-height: 1.1;
  font-weight: 500;
/*  color: #9ACD32; */
}
h2, h3 {
  margin-top: 12px;
  margin-bottom: 8px;
  font-family: "Swift Neue LT W01",Georgia,"Lucida Bright",serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
h3 {
  font-size: 16px;
}
p, td, th, ul, ol, fieldset {
  text-align: justify;
}
p+p {
  margin-top: 8px;
}
table {
  margin: 5px 0px 25px 0px;
}
tr {
  vertical-align:top;
}
thead tr {
  background-color: White;
}
tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
tbody tr:nth-child(even) {
  background-color: White;
}
th {
  padding: 2px 4px;
  border-bottom: 2px solid #DDDDDD;
  text-align: left;
}
td {
  font-size: 12px;
  line-height: 1.2;
  padding:4px 6px;
  border-bottom:2px solid #DDDDDD;
  text-align:left;
}
td p {
  font-size: 11px;
  line-height: 13px;
  text-align: left;
}
ul {
  list-style: square outside none;
}
li {
  font-size: 14px;
  padding-bottom: 10px;
}

#Header {
  position: absolute;
  background-color: #a5d7d2;
  /* background-color: rgb(165,215,210); */
  width: 100%;
  height:115px;
  max-width: 1210px;
}
#Menuheader {
  padding-right: 10px;
  position: relative;
  right: 10px;
  top: 12px;
  float: right;
}
#Menuheader a {
  text-align: right;
  color: Black;
  display: block;
  font-size: 10px;
  line-height: 10px;
  text-decoration: none;
  margin-top: 2px;
  padding-right: 5px;
  border-right: #808080 10px solid;
}
#Menuheader a:hover {
  border-right-color: #DDDDDD;
}
#unilogoback {
  font-family: "Univers LT W01 55 Roman", Verdana, Geneva, Helvetica, sans-serif;
  position: absolute;
  top: 12px;
  left: 145px;
  font-size: 13px;
  letter-spacing: 0.333333px;
  line-height: 17.3333px;
  padding-bottom: 15px;
  background-color: rgb(165,215,210);

}
#department {
  position: absolute;
  padding-left: 3.125rem;
  top: 55px;
  width: 200px;
}
#department a {
  color: black;
  text-decoration: none;
}
#Subheader {
  position: absolute;
  top: 115px;
  height: 36px;
  background-color: #e0e0e0;
}
#evologoback {
  position: relative;
  top: 10px;
  left: 145px;
}
#MenuobenStrip {
  position: absolute;
  top: 115px;
  left: 0px;
  background-color: white;
  box-sizing: content-box;
  /* padding-top: 20px; */
  width: 100%;
  max-width: 1210px;
  height: 63px;
  font-family: "Swift Neue LT W01",Georgia,"Lucida Bright",serif; 
  font-size: 20px;
}
#MenuobenCol {
  position: relative;
  top: 0px;
  left: 145px;
  height: 100%;
  width: calc(100% - 145px);
}
.MenuobenElement {
  position: relative;
  font-family: "Swift Neue LT W01",Georgia,"Lucida Bright",serif;
  font-size: 20px;
  border-style: none;
}
.MenuobenElement a {
  display: inline-block;
  color: Black;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
.MenuobenElement a:hover {
  text-decoration: underline;
  color: White;
  background-color: Black;
}
.MenuobenElement a.current {
  text-decoration: none;
  color: White;
  background-color: Black;
}
#SitePosition {
  position: absolute;
  top: 178px;
  left: 145px;
  background-color: white;
  box-sizing: content-box;
  width: 100%;
  max-width: calc(100% - 155px);
  height: 30px;
  padding-left: 10px;
  padding-top: 10px;
  color: Black;
  background-color: #eaeaea;
  font-family: "Swift Neue LT W01",Georgia,"Lucida Bright",serif;
  font-size: 12px;
}
#SitePosition a {
  color: Black;
  text-decoration: none;
}
#SitePosition a:hover {
  color: White;
  background-color: Black;
}
#MenulinksStrip {
  position: absolute;
  top: 200px;
  left: 0px;
  width: 145px;
  background-color: transparent;
  line-height:17px;
  font-family: "Univers LT W01 45 Light",Verdana,Geneva,Helvetica,sans-serif;
  font-size: 15px;
}
.MenulinksElement {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.MenulinksElement a {
  color: Black;
  text-decoration: none;
}
.MenulinksElement a:hover {
  text-decoration: underline;
}
.MenulinksSpecial {
  border: 1px solid white;
  background-color:#bbbbbb;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}
.MenulinksSpecial a {
  color: Black;  
  text-decoration: none;
}
.smaller {
  font-size: smaller;
}
div.mypictureandaddress {
  float: right;
  margin:15px 0px 15px 15px;
  clear:right;
}
div.mypictureandaddress p {
  text-align:left;
  font-size:11px;
  line-height:13px;
}
.mypictureandaddress p:first-line {
  font-weight: bold;
}
.mypictureandaddress p+p {
  margin-top:2px;
}

.fotoframe {
  border: none;
  text-align: left;
  padding: 0px 0px 0 8px;
  margin: 0;
}

.fotoframe li {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 7px 15px 7px;
/*
  border: 1px solid #999;
  border: none; */
  padding: 0;
}

.fotoframe>li .wrimg {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-top:10px;
  width: 200px;
  height: 200px;
}
.fotoframe img {
  border: none;
  vertical-align: middle;
  text-align: center;
  height:175px;
  max-width:190px;
}

.fotoframe .caption {
  display: block;
  padding: 0px 5px 5px 5px;
  font-size: .9em;
  line-height: 1.4em;
  /*
  border-top: 1px solid #ccc;
  */
  border-top: none;
  width: 210px;  /* Moz, IE6 */
  height: 7em;
}

#RemaingArea {
  position: absolute;
  left: 145px;
  top: calc(180px + 30px);
  width: calc(100% - 145px);
}

#Content {
  left: 145px;
  top: 205px;
  min-width: 400px;
  max-width: 1025px;
  min-height: 600px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  color: Black;
  background-color: White;
}

#Footer {
  position: relative;
  min-width: 400px;
  max-width: 1065px;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 10px;
  height: 70px;
  color: Black;
  border-top: 1px solid #808080;
  background-color:transparent;
}
#backtotop {
  font-size:10px;
  margin-top:-40px;
  padding-left: 10px;
}
#FooterRow {
  /*background-color: #808080;*/
  margin-top: 25px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}
#FooterRow p {
  font-size: 12px;
  line-height: 14px; 
}
#Validatortags {
  float: right;
}
#Validatortags p {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: right;
}

div.floatright {
  float: right;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 15px;
  /* 1. Wert für margin-top, 2. Wert für margin-right, 3. Wert für margin-bottom, 4. Wert für margin-left */
  clear: right;
}

