* {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 17px;
}

img {
	border: none;
}

body {
	background: #F0F0F0 url(/fileadmin/tpl/background.png) repeat-y;
}

.clear {
	clear: both;
}

#fwContainer {
	width: 980px;
	/*background-color: #FFF;*/
}
#fwContainerInner {
	margin: 0 0 0 90px;
}

#fwTop {
	position: relative;
	height: 81px;
}

/* @group fwLogo */

#fwLogo {
	position: absolute;
	top: 6px;
	left: 0;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group fwLogin */

#fwLogin {
	position: absolute;
	top: 27px;
	right: 20px;
	text-align: right;
	width: 500px;
}
#fwLogin form {}
#fwLogin form label {
	color: #999;
	margin: 0 0 0 16px;
}
#fwLogin form input.text {
	margin: 0 0 0 6px;
	width: 100px;
	height: 18px;
	font-size: 13px;
}
#fwLogin form input.img {
	margin: 0 0 0 6px;
	padding: 0;
	vertical-align: bottom;
}
#fwLogin p {
	color: #999;
}
#fwLogin a {
	display: block;
	float: right;
	height: 18px;
	padding-right: 23px;
	background: url(/fileadmin/tpl/login_submit.png) no-repeat right center;
	vertical-align: middle;
	margin-left: 50px;
	color: #999;
}

#loginError {
	text-align: left;
	margin-top: 5px;
	margin-left: 188px;
}
#loginError * {
	color: #D5011A;
}
#loginError a {
	background: none;
	display: inline;
	float: none;
	height: auto;
	margin-left: 0;
	padding-right: 0;
	vertical-align: inherit;
	color: #D5011A;
}

/* @end */

/* @group fwNavOne (Top) */

#fwNavOne {
	margin: 0 0 0 0px;
	height: 20px;
}

#fwNavOne ul {
	list-style: none;
	float: right;
}
#fwNavOne ul li {
	display: inline;
	padding-right: 20px;
}
#fwNavOne ul li a {
	display: inline;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
#fwNavOne ul li a strong {
	color: #D5011A;
	font-weight: bold;
	font-size: 14px;
}

/* @end */
#fwHeader {
	z-index: 10;
	/*height: 344px;*/
}

/* @group fwMain */

#fwMain {
	position: relative;
	margin-top: 19px;
}
#fwMain h1 {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 10px;
}



/* @end */

/* @group fwNavTwo (Left) */

#fwNavTwo {
	float: left;
	left: 0;
	top: 0;
	width: 210px;
}
#fwNavTwo h1 {
	color: #666;
}

#fwNavTwo ul {
	list-style: none;
}
#fwNavTwo ul li {
	margin: 0 0 5px 0;
}
#fwNavTwo ul li a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
}
#fwNavTwo ul li.login1 a {
	color: #979797;
}
#fwNavTwo ul li a strong {
	font-size: 14px;
	font-weight: bold;
	color: #D5011A;
}
#fwNavTwo ul li a span {
	font-size: 14px;
	text-decoration: underline;
}

#fwNavTwo ul.news li span.intro {
	display: block;
	color: #666;
	padding-bottom: 10px;
}



/* @end */

/* @group fwContent */

#fwContent {
	margin-left: 280px;
	margin-right: 170px;
	padding-bottom: 40px;
}
#fwContent h1 {
	color: #D5011A;
}



/* @end */

/* @group fwFooter */

#fwFooter {
	clear: both;
	margin-left: 280px;
	border-top: 1px solid #666;
	padding: 3px 0;
}
#fwFooter ul {
	list-style: none;
}
#fwFooter ul li {
	display: inline;
	padding-right: 15px;
}
#fwFooter ul li a {
	display: inline;
	text-decoration: none;
	color: #999;
	font-weight: normal;
}
#fwFooter ul li a strong {
	color: #D5011A;
	font-weight: normal;
}



/* @end */

/* @group Form */

fieldset.csc-mailform, fieldset.csc-mailform-wide {
	border: none;
	padding: 20px 0 0 0;
	width: 380px;
}
fieldset.csc-mailform-wide {
	width: 430px;
}

div.csc-mailform-field {
	padding: 0 0 10px 0;
	clear: both;
}

div.csc-mailform-field label {
	float: left;
	display: block;
	width: 80px;
}
div.csc-mailform-field-radio label, div.csc-mailform-field-check label {
	display: inline;
	float: none;
}

div.csc-mailform-field input {
	width: 300px;
}
div.csc-mailform-field-radio input {
	width: auto;
	margin-left: 130px;
}
div.csc-mailform-field-check input {
	width: auto;
	margin-left: 80px;
}
div.csc-mailform-field input.csc-mailform-submit,
#tx-srfeuserregister-pi1-fe_users_form input.tx-srfeuserregister-pi1-submit {
	width: 150px;
	float: right;
}

div.csc-mailform-field p {
	margin-left: 80px;
}


div.csc-mailform-field textarea {
	width: 300px;
}

p.tx-srfeuserregister-pi1-error {
	padding: 0 0 10px 80px;
}

fieldset.csc-mailform-wide div.csc-mailform-field label {
	width: 130px;
}

div.mailFormError {
	color: #F00;
	margin-left: 130px;
}

#registerSalesperson {
	display: none;
}

/* @end */

/* @group Generic */

#fwContent a,
#fwContent a:visited {
	color: #666;
	text-decoration: underline;
}

#fwContent ul {
	list-style: square;
	/*color: #666;*/
}

#fwContent ul li {
	margin-left: 20px;
}

#fwContent h2 {
	font-size: 20px;
	line-height: 22px;
	color: #D5011A;
	margin-bottom: 10px;
}
#fwContent h3 {
	font-size: 18px;
	line-height: 20px;
	color: #D5011A;
	margin-bottom: 10px;
}

#fwContent table.contenttable tr td,
#fwContent table.contenttable tr th {
	vertical-align: top;
}

.red {
	color: #F00;
}

/* @end */

/* @group News */

#fwContent ul.news {
	list-style: none;
}
#fwContent ul.news li {
	margin: 0 0 10px 0;
}
#fwContent ul.news li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#fwContent ul.news li a span {
	text-decoration: underline;
}

#fwContent .newsBackLink {
	margin-top: 10px;
}

/* @end */

/* @group Feedback-Formular */

.feedbackForm {
	padding: 20px 0;
}

.feedbackForm label.spacer {
	padding-right: 80px;
}

.feedbackForm textarea {
	width: 300px;
}

.feedbackFormContent {
	padding-top: 10px;
	display: none;
}
.feedbackFormContent p {
	padding-top: 10px;
}

/* @end */

/* @group Login Welcome */

#welcome {
	display: none;
	position: absolute;
	left: 243px;
	top: 136px;
	width: 665px;
	z-index: 20;
}
#welcomeContent {
	border: 3px solid #9AA29B;
	padding: 20px;
	background-color: #FFF;
}

#welcome h1 {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 10px;
	color: #D5011A;
}
#welcome p {
	margin-top: 10px;
}

#welcomeClose {
	float: right;
	cursor: pointer;
}

/* @end */

.tx-lnetpwreminder-pi1 p.error {
	color: #D5011A;
	margin: 20px 0;
}