@CHARSET "UTF-8";


.nlRow {}

/* Newsletter
--------------------------------------------------------------*/
.letterform {
}
.letterform fieldset {
	border: 1px solid #008ED4;
}
.letterform legend {
	color: #008ED4;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #008ED4;
	border-right-color: #008ED4;
}
.letterform .nlRow {
	margin-top: 10px;
}
.letterform .nlRow_opt {
	margin-top: 10px;
	margin-left: 150px;
}
.letterform .nlRow label {
	float: left;
	width: 150px;
	padding-left: 5px;
}

.letterform .nlRow input {
	float: left;
}

.letterform .nlRow textarea {
	float: left;
	height: 100px;
	width: 300px;
}
.letterform #captcha{
	margin-left: 20px;
}

.letterform .clear {
	clear: both;
}
.letterform_taste {
	border: 1px solid #008ED4;
	background-color: #CBE7F5;
	margin-bottom: 5px;
	margin-left: 5px;
}
.newsmeldung {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}
.newsmeldung h2 {
	color: #0088CB !important;
	font-size:16px !important;
}
.newsmeldung h3 {
	color: #900 !important;
	font-size:14px !important;
	border: 0px !important;
	font-weight: bold !important;
}
.newsmeldung .datum {
	color:#CCC !important;
	font-size:10px !important;
	text-align: right !important;
}
