/* =======
rte.css
===== */
h1.pageheadline {
    color: #FF6600;
    width: 515px;
    border-bottom: 1px solid #ccc;
    background: transparent url(img/bg-headline.gif) no-repeat 0 5px;
    padding: 0 0 10px 25px;
    margin: 0 0 25px 0;
}
h2{
    width: 525px;
    background: transparent url(img/bg-h2.gif) no-repeat 0 6px;
    padding-left: 21px;
    font-weight:bold;
	font-size: 1.25em;
}

a {
  color: #eb4800;
  text-decoration: none;
  }
	a:visited {
		color: #eb4800;
		text-decoration: none;
	}
	a:focus {
		color: #eb4800;
		text-decoration: underline;
	}
	a:hover {
		color: #eb4800;
		text-decoration: underline;
	}
	a:active {
		color: #eb4800;
		text-decoration: underline;
		outline:none;
	}
	
.orange {
color: #eb4800;
}
.orange-underline {
color: #eb4800;
}
p.orange {
color: #eb4800;
}
p.orange-underline {
color: #eb4800;
}	

.zelleorange {border: #eb4800 }
td.zelleorange {border: #eb4800 }

/* Morelink mit Pfeil */
a.More-Orange, a.More-Brown,a.More-Orange:visited, a.More-Brown:visited,a.More-Orange-Back, a.More-Brown-Back,a.More-Orange-Back:visited, a.More-Brown-Back:visited,.morelink.tourberichte a,.morelink.tourberichte a:visited,.news-single-backlink a {
    padding-left: 12px;
    background: transparent url(http://www.biotechnikum.eu/fileadmin/templates/css/rte.css) no-repeat 0 3px;
    text-decoration: none;
}
a.More-Brown:hover, a.More-Orange:hover,a.More-Brown:active, a.More-Orange:active,a.More-Orange:focus, a.More-Brown:focus,a.More-Brown-Back:hover, a.More-Orange-Back:hover,a.More-Brown-Back:active, a.More-Orange-Back:active,a.More-Orange-Back:focus, a.More-Brown-Back:focus,.morelink.tourberichte a:focus,.morelink.tourberichte a:hover {
    text-decoration: underline;
}
a.More-Orange{
	background-image: url(img/pfeil-more-orange.png)!important;
}
a.More-Orange-Back,.news-single-backlink a{
	background-image: url(img/pfeil-more-orange-back.png)!important; 
        background-position: 0 4px;
        
}

 a.More-Brown {
	background-image: url(img/pfeil-more-brown.png)!important;
        color: #ad781d;
}
a.More-Brown-Back{
	background-image: url(img/pfeil-more-brown-back.png)!important;
        color: #ad781d;
}
.linkinvortext {
	border: 1px solid #ff6600;
	border-left: 0; border-right:0;
	background: #f2f2f2;
}