	
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px; /* klein: 10px / mittel: 12px (default) / groß: 14px */
	line-height: 16px;
	color: #000;
	background-color: #fff;
}
	
a:link,
a:visited {
	text-decoration: none;
	color: #0076b3;
	}

a:hover {
  text-decoration: underline;
	}
	
h1 {
	font-size: 1.5em;
	line-height: 1.0em;
	color: #008dc1;
	font-weight: normal;
	padding: 0 0 12px;
	}

h2 {
	font-size: 1.25em;
	line-height: 1.0em;
	color: #008dc1;
	font-weight: normal;
	}

h3 {
	font-size: 1.0em;
	line-height: 1.0em;
	font-weight: bold;
	color: #008dc1;
	}

h4 {
	font-size: 0.8em;
	line-height: 1.0em;
	font-weight: bold;
	color: #008dc1;
	}
	
p {
  padding: 8px 0;
  }

input.btn {
  color: #7b7c7e;
  height: 20px;
  padding: 0px 5px;
  margin: 0px;
  font-size: 10px;
  text-transform: uppercase;
  background: url(img/btn_bg.png) repeat-x #d6d7d7;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  width: auto !important;
    width: 0px;  /* IE6 fix */
    overflow: visible;
  }
  
input.btn:hover {
  background-position: 0 -6px;
  cursor: pointer;
  }

.news-list-morelink {
  padding-bottom: 20px;
  position: relative;
  top: -5px;
  }
