#content p { line-height: 18px; margin: 0 0 15px 0; }
#content li { line-height: 18px; }
.sn { width: 760px; height: 10px; overflow: visible; }
html>body .sn { height: auto; min-height: 10px; }
.lh18 { line-height: 18px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mr-30 { margin-right: 30px; }
.snl { width: 410px; }
.snl p:first-letter, .snr-text p:first-letter { color: #FF6600; font-weight: bold; }
.snr { width: 320px; }
.snr-pic { width: 320px; position: relative; margin-bottom: 20px; }
.snr-picboco { display: block;position: absolute; left: 0; bottom: 0; width: 320px; height: 27px; background-image: url(/templates/pics/snr-pic.png); background-repeat: no-repeat; background-position: right top; }
.snl-logo { width: 275px; overflow: hidden; }
.snr-text { width: 460px; overflow: hidden; }
.snr-text a:link, .snr-text a:visited, .snr-text a:active, .snr-text a:hover { color: #000000; }
.snr-text p:first-letter { color: #FF6600; font-weight: bold; }
h2.snr-head { margin: 0 0 15px 0; padding: 0; color: #E64427; font-size: 14px; font-weight: bold; }
.snH { width: 410px; }
h1.indexH1 {
	font-size: 36px;
	line-height: 41px;
	color: #B4B4B4;
	font-style: italic;
	padding: 65px 0 0 0;
}


form, textarea, input, button, select {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B5B4B4;
}
input.submit, button {
	cursor: pointer;
}
/* Standardformular */
fieldset {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border: 0;
}
legend { 
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
label {
	color: #B5B4B4;
	display: block;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#Kontakt legend { display: none; }
.input-text, .input-textarea {
	border: 0;
	border: 1px solid #E64427;
	width: 128px;
	height: 16px;
	display: block;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
.input-select {
	border: 0;
	border: 1px solid #838587;
	width: 370px;
	display: block;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
.div-input-check {
	width: 370px;
	clear: both;	
}
.div-input-check .form-label {
	width: 330px;
	float: left;
}
.input-check {
	border: 0;
	width: 12px;
	height: 12px;
	display: block;
	margin-right: 5px;
	float: left;
}
div.input-halfsize {
	width: 180px;
	float: left;
	margin-right: 10px;
}
div.input-halfsize .input-text  {
	width: 178px;
}
div.input-halfsize .input-select  {
	width: 180px;
}
.input-textarea {
	height: 48px;
}
div.captcha { clear: both; }
.captcha { margin-top: 5px; clear: both; }
.captcha img {
	margin-bottom: 5px;
	width: 130px;
	height: 32px;
}
.input-submit {
	border: 0;
	background-color: #E64427;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: visible;
	padding: 1px 5px;
	margin: 0;
	background-image: url(/templates/pics/submit.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 130px;
	text-align: left;
}
.error-field label, .error-msg{
	color: #E64427;
	font-weight: bold;
}
.error-msg{
	padding-bottom: 5px;
}
.error-field input-text { border: 1px solid #B5B4B4;  }