.h_date {
  color: #B9BDB0;
  font-size: 9.8px;
  font-family: 'Century Gothic';
  font-weight:bold;
}

.h_title {
  color: #A1CF03;
  font-size: 9px;
  font-family: tahoma;
  font-weight:bold;
}

.h_title a {
  color: #A1CF03;
  font-size: 9px;
  font-family: tahoma;
  font-weight:bold;
  text-decoration:none;
}

#content a {
  font-family:tahoma;
  font-size:10px;
  font-weight: bold;
  color: #000000;
  text-decoration:underline;
}

#content a:hover {
  font-family:tahoma;
  font-size:10px;
  font-weight: bold;
  color: #797878;
  text-decoration: none;
}

#content h1 {
  margin:0 0 0 21px;
  padding:0;
  font-family:tahoma;
  font-size: 13px;
  font-weight: bold;
  color: #95C851;
}

#content h1 a {
  font-family:tahoma;
  font-size: 13px !important;
  font-weight: bold !important;
  color: #95C851 !important;
  text-decoration: none;
}

p.small {
  padding:0;
  margin:0;
  
  font-family:tahoma;
  font-size:9px;
  font-weight: bold;
  color: #606060;
}

#content p.titel {
  margin-bottom: 28px;
  padding-bottom: 28px;

  font-family:tahoma;
  font-size: 15px;
  font-weight: bold;
  color: #95C851;
}

#content p {
  margin-left: 21px;
  margin-right: 35px;
  margin-bottom: 20px;

  font-family:tahoma;
  font-size:10px;
  font-weight: bold;
  color: #797878;
}

.tab_head {
  color:#ffffff;
  font-family:tahoma;
  font-size:10px;
  font-weight: bold;
}

#content table {
  width: 100%;
  margin:auto;
}

#content table.auto {
  width: auto;
  margin-left:0;
}


/* NAVI LINKS */


#sidebar a {
  color:#ffffff;
  text-decoration:none;
}



.tab_head_link {
  color:#ffffff;
}
.tab_head_link a {
  color:#ffffff;
}

div.pagination
{
	margin: 5px 0px;
	
}

.pagination a
{
	text-decoration: none !important;
}

a:focus, a:active {
  outline:none;
}

