#Jobcontent {
  font-family: Arial;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  width: 100%;
}

#linkliste {
  clear: left;
  width: 100%;
  text-align: center;
}

a.navlink {
  text-decoration: none;
}

a.navlink:visited {
  text-decoration: none;
}

a.navlink:hover {
  text-decoration: none;
}

#eintrag {
  float: left;
  width: 100%;
  margin: 25px 0px 10px 0px;
}

#eintrag a.titel {
  font-weight: bold;
  text-decoration: underline;
  color: black;
}

#eintrag a.titel:hover {
  font-weight: bold;
  text-decoration: none;
  color: black;
}

span.fett {
  font-weight: bold;
}

#navigation {
  text-align: center;
}

#navigation a {
  border: 1px solid #E0E0E0;
  margin: 0 1px;
  padding: 4px 7px;
  color: #444; 
  text-decoration: none;
}

#navigation a:visited {
  color: #507DB4; 
  font-weight: normal;
  text-decoration: none;
}

#navigation a:hover, #navigation a:active {
  border: 1px solid #507DB4;
  background: #F8F8F8;
  color: #737373; 
  text-decoration: none;
}

span.current {
  border: 1px solid #E0E0E0;
  padding: 4px 7px;
  color: #444;
}

#eintrag a.link_more {
  color: blue;
  text-decoration: none;
}

#eintrag td.right {
  text-align: right;
}

#eintrag img.imgleft {
  float: left;
  margin: 5px 10px 0px 0px;
  border: 0px none;
}
