/*Alles mittels dem ster */
*{
  margin:0;
  padding:0;
}


h2{
  margin-bottom: 15px;
}
body{
color:#555555;
font-family: Arial, Helvetica, san-serif;
font-size: 20px;
font-weight: normal;
/*
font: normal 16px Arial, Helvetica, sans-serif;*/
line-height: 1.6em;
margin: 0;
}
.title_graphics{margin: 0;padding: 0;}

.Title h1{
  color: white;
  font-size: 40px;
  margin-left: 30px;
}

.Title h2{
  font-size: 25px;
}

.Title a{
  text-decoration: none;
  color: white;
}
.Title a:{
  color:orange;
}

a:hover{
  color:blue
}




.container{
  width:70%;
  margin: auto;
  margin-top: 15px;
}



.clr{
  clear:both;
}


.Title
{
  background-color: rgb(50,50,50);
  margin-bottom: 50px
}

.Contact-Section{
  font-size: 20px;
  line-height: 1.6em;
}

.Contact-Section .box1{
  margin-bottom: 25px;
}


.Contact-Section h1{
  margin-bottom: 5px;
}
.Contact-Section a{
  text-decoration: none;
  color: black;
}

.Contact-Section a:hover{
  color:blue
}

.About-Me-Section{
  margin-bottom: 25px;
  font-size: 20px;
}

.Interests-Section{
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 2em
}

.Interests-Section h2{
  margin-bottom: 10px;
}
.Interests-Section ul {
  margin-left: 25px;
}

.Publications-Section{
  font-size: 20px;
  line-height: 1.2em;
}

.Publications-Section a{
  text-decoration: none;
  color: black;
}

.Publications-Section a:hover{
  color: blue;
}

.Publications-Section li{
  padding-bottom: 15px;
padding-top: 15px;
margin-left: 25px;}

.Publications-Section h2{
  margin-top: 20px;
  margin-bottom: 5px;
}



.Teaching-Section{
  font-size: 20px;
  line-height: 1.2em;
}

.Teaching-Section a{
  text-decoration: none;
  color: black;
}

.Teaching-Section a:hover{
  color: blue;
}

.Teaching-Section li{
  padding-bottom: 15px;
padding-top: 15px;}

.Teaching-Section h2{
  margin-top: 20px;
  margin-bottom: 5px;
}





hr{
  height: 5px;
  background-color: #000
}

.Research-Section{
  font-size: 20px;
  line-height: 1.2em;
}
.Research-Section h1{
  margin-bottom: 5px;
}
.Research-Section td{
  border-bottom: 5px dotted rgba(0, 0, 0);
}
.Research-Section li{
  margin-left: 30px;
  margin-bottom: 5px;
}
.Research-Section td{
  margin-top: 10px;
  margin-bottom: 10px;
}


.fix-me{
  position: fixed;
  top:400px;
}



.Uebungs-Seiten{
  font-size: 20px;
line-height: 1.2em;
}
.Uebungs-Seiten h2{
  margin-top: 35px;
}
.Uebungs-Seiten h1{
  line-height:  1em;
}
.Uebungs-Seiten  td {
  padding: 15px;}



.th_class0{
  margin: 15px;
  background-color: rgba(0, 100, 0,1);
  color: rgb(255, 255, 255);
}

.tr_class1{
  background-color: rgba(255, 255, 0,0.5);
  margin: 10px;
}
.tr_class2{
  background-color: rgba(0, 255, 0,0.5);
  margin: 10px;

}
