/* Galerie */
#galerie {
}
#galerie_links {
	float: left;
	width: 327px;
}
#galerie_rechts {
	width: 327px;
	margin-left: 338px;
}
div.news div.row a{
	text-decoration: none;
}
div.news div.row {
	background-image: url(../images/transparent1.png);
	padding-left: 4px;
	padding-right: 4px;
	height: 105px;
	margin-bottom: 10px;
}
div.news div.row div.news_bild {
	margin-top: 5px;
	width: 90px;
	float: left;
}
div.news div.row div.news_bild {
	border: 1px solid #ccc;
	padding: 2px;
}
div.news div.row div.news_text {
	padding-top: 5px;
	margin-left: 105px;
}
div.news div.row div.news_text h2 {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px;
	font-style: italic;
}
div.news div.row div.news_text p {
}
div.news p.small {
	font-size: 10px;
}