@charset "UTF-8";
/* CSS Document */


/* LIST */
.newsmeldung {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.newsmeldung h2 {
	font-size: 16px;
	font-weight: normal;
}
.newsmeldung .meldung_inhalt {
    margin: 0px;
    padding: 0px;
}


/* LIST o. Text */
.newsmeldungen {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.newsmeldungen ul {
    margin: 0px;
    padding: 0px;
}
.newsmeldungen li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.newsmeldungen li a {
    line-height: 2em;
    text-decoration: none;
}


/* ARCHIV */
.newsfilter {
	font-size: 12px;
	border: 1px solid #ccc;
	color: #666;
}



/* BOX */
.letterform {}
.letterform fieldset {
	border: 1px solid #ccc;
}
.letterform legend {
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-left-color: #ccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.letterform .nlRow {}
.letterform .nlRow label {
	float: left;
	width: 110px;
	margin-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.letterform .nlRow input {
	float: left;
	color: #666;
	border: 1px solid #CCC;
	width: 100px;
}
.letterform .nlRow .letterform_taste {
	float: left;
	margin: 10px;
	width: 90px;
}


/* GROSSE BOX */
.letterform .nlRow #nl_email {
	float: left;
	color: #666;
	border: 1px solid #CCC;
	width: 250px;
}
.letterform .nlRow_opt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	margin-left: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.letterform .nlRow .captcha_code {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 120px;
	width: 300px;
}
.letterform .nlRow #captcha_code {
	float: left;
	color: #666;
	border: 1px solid #CCC;
	margin-left: 120px;
	width: 100px;
}
.letterform .nlRow #captcha {
	float: left;
	margin-left: 10px;
}


