/* Styles für Templates */
.newslist ul li {
	list-style-type: none;
	padding: 10px;
	border-bottom: 1px solid #ececed;
}

.newslist ul li:hover {
	background-color: #ececed;
	cursor: pointer;
}

.newslist h2 {
	font-size: 14px;
	font-weight: bold;
	color: #eb8433;
	margin-top: 0px;
	margin-bottom: 8px;
}

.newsdetails img.newsimg {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}


/* Formulare */
.form label {

}

.form input.text {
	padding: 2px;
	border: 1px solid #000000;
	width: 180px;
}

.form input.submit {
	padding: 2px;
	background-color: #ec8533;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	border: 0;
}

.form .errors {
	color: #CC0033;
}

/* Auszeichnungen */
.auszeichnungen {
	overflow: hidden;
}

.auszeichnungen p {
	float: left;
	width: 140px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
}

.auszeichnungen p img {
	margin-top: 8px;
}
