/** Stylesheet **
* Reportunio - Die Comuniozeitung  
* 
* Standard-Stylesheet
*
* @copyright Copyright 2008, Fritz Schnürer
* @link      http://www.gleichehoehe-magazin.de
* @author    Fritz Schnürer
*/ 


/**
* -------------------------------------------------------------
* Newsbox
* -------------------------------------------------------------
*/


div.meldung {
	margin: 1em;
	background-color: #025E1F;
	color: #fff;
	border: 1px solid #333;
}

.meldung h3, .meldung .artikelfooter {
	background-color: #ffb800;
	color: #000;
	padding: 0.2em 1em;
	font-family: Georgia;
	border-bottom: 1px solid #025E1F;
}

.meldung h3 a {
	color: #000;
	display: block;
	text-decoration: none;
}

.meldung h3 span {
	font-size: 0.8em;
	float: right;
}

.meldung .artikelfooter .autorkontakt{
	display: block;
	float: right;
}

.meldung .artikelfooter a {
	color: black;
	text-decoration: none;
}

.meldung .artikelfooter a:hover {
	text-decoration: underline;
}

.meldung div {
	padding: 0.7em 1em;
}

.meldung img {
	float: left;
	margin: 1.2em;
	margin-top: 2.1em;
	margin-bottom: .5em;
	border: 0.2em solid white;
}

.meldung img:hover {
	border-color: #ffb800;
}

.meldung a {
	color: #fff;
}

.meldung a.weiterlesen {
	padding: 10px 10px 0 0;
	float: right;
}


.meldung p.clear {
	clear: both;
	font-size: 1px;
	padding: 0.7em;
}

.teaser span a {
	text-decoration: none;
	letter-spacing: 0px;
}

