/* headlines */
h1 {
	font-size: 1.65em;
	font-weight: normal;
	color: #FA8000; /* orange 08 */
	padding: 27px 30px 0px 30px;
	line-height: 1.3em;
}
h1.csc-firstHeader {
	padding: 23px 30px 0px 30px;
}
h2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #FA8000; /* orange 08 */
	padding: 19px 30px 0px 30px;
	line-height: 1.4em;
}
h2.csc-firstHeader {
	padding: 15px 30px 0px 30px;
}
h2.after-header {
	padding: 5px 30px 0px 30px;
}
h3 {
	font-weight: bold;
	color: #2A2623; /* brown 12 */
	padding: 19px 30px 0px 30px;
	line-height: 1.3em;
}
h3.csc-firstHeader {
	padding: 15px 30px 0px 30px;
}
h3.after-header {
	padding: 5px 30px 0px 30px;
}
h4 {
	font-weight: bold;
	padding: 20px 30px 0px 30px;
	line-height: 1.2em;
}
h4.csc-firstHeader {
	padding: 16px 30px 0px 30px;
}
h5 {
	text-transform: uppercase;
	padding: 20px 30px 0px 30px;
	line-height: 1.2em;
}
h5.csc-firstHeader {
	padding: 16px 30px 0px 30px;
}

/* paragraphs */
p {
	padding: 10px 60px 0px 30px;
	line-height: 1.2em;
}
.box p {
	padding: 10px 30px 0px 30px;
	line-height: 1.2em;
}
p.without-top-space {
	padding: 0px 60px 0px 30px;
}
p.image {
	padding: 10px 0px 0px 0px;
}
p.image-left {
	padding: 13px 15px 10px 30px;
	float: left;
}
p.image-left-without-top-space {
	padding: 3px 15px 10px 0px;
	float: left;
}
p.address {
	padding: 5px 60px 0px 30px;
	line-height: 1.2em;
}
p.link {
	padding: 20px 60px 0px 30px;
	line-height: 1.2em;
}
p.label {
	float: left;
	width: 177px;
	text-align: right;
	padding: 9px 7px 0px 30px;
}
p.field {
	padding: 7px 0px 0px 0px;
	float: left;
	position: relative;
}
p.field.noinput {
	padding: 9px 0px 0px 0px;
	float: left;
}
p.error {
	color: #C6381A; /* red 08 */
	padding: 3px 60px 7px 214px;
}
p.message {
	background-color: #7E7369; /* brown 08 */
	color: #ffffff; /* white */
	padding: 10px;
	margin: 10px 60px 0px 30px;
	line-height: 1.3em;
}

/* image positions */
.csc-textpic-intext-left {
	margin: 0px 0px 0px 0px;
}
.csc-textpic-intext-right {
	margin: 0px 60px 0px 0px;
}
.csc-textpic-imagewrap {
	margin: 13px 0px 0px 30px;
}
.csc-textpic-below .csc-textpic-imagewrap {
	margin: 10px 0px 0px 30px;
}
.csc-textpic-intext-left-nowrap {
	margin: 0px 0px 0px 30px;
}
.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
	margin: 24px 0px 0px 0px;
}
.csc-textpic-intext-left-nowrap .csc-textpic-text {
	margin: 0px 0px 0px -30px;
}
.csc-textpic-intext-right-nowrap {
	margin: 0px 30px 0px 0px;
}
.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
	margin: 28px 0px 0px 0px;
}
.csc-textpic-caption {
	padding: 5px 0px 0px 0px;
	font-size: 0.85em;
	line-height: 1.2em;
	font-style: italic;
}

/* special elements */
p.code,
pre {
	background-color: #FEDFBF; /* orange 02 */
	font-family: "Courier New", Courier, monospace;
	padding: 10px;
	margin: 10px 60px 0px 30px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
sup {
	font-size: 0.7em;
	vertical-align: super;
}
sub {
	font-size: 0.7em;
	vertical-align: sub;
}

/* links */
a {
	color: #D66E00; /* orange 09 */
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a.external-link-new-window {
	background: url(../images/link-external.gif) no-repeat top right;
	padding: 0px 15px 0px 0px;
	text-decoration: none;
}
a.down {
	background: url(../images/link-down.gif) no-repeat 1px 3px;
	padding: 0px 0px 0px 15px;
	text-decoration: none;
}
a.up {
	background: url(../images/link-up.gif) no-repeat 1px 5px;
	padding: 0px 0px 0px 15px;
	text-decoration: none;
}
a.hidden {
	text-decoration: none;
	color: #2A2623; /* brown 12 */
}
a.hidden:hover {
	text-decoration: none;
	color: #2A2623; /* brown 12 */
}
h2 a {
	text-decoration: none;
	color: #FA8000; /* orange 08 */
}
h2 a:hover {
	text-decoration: none;
	color: #FA8000; /* orange 08 */
}
h3 a {
	text-decoration: none;
	color: #696057; /* brown 09 */
}
h3 a:hover {
	text-decoration: none;
	color: #696057; /* brown 09 */
}

/* lists */
ul {
	padding: 10px 60px 0px 54px;
	list-style-type: square;
}
* + html ul {
	padding: 10px 60px 0px 56px;
}
ul li ul {
	padding: 0px 0px 0px 15px;
}
* + html ul li ul {
	padding: 0px 0px 0px 17px;
}
ul li {
	line-height: 1.2em;
}
ol {
	padding: 10px 60px 0px 60px;
	list-style-type: decimal;
}
* + html ol {
	padding: 10px 60px 0px 54px;
}
ol li ol {
	padding: 0px 0px 1px 21px;
}
* + html ol li ol {
	padding: 0px 0px 1px 24px;
}
ol li {
	padding-bottom: 0px;
	line-height: 1.2em;
}

/* tables */
table {
	margin: 15px 30px 0px 30px;
	width: 582px;
}
#col5 table {
	width: 908px;
}
table.csc-uploads {
	width: auto !important;
	margin: 0 60px 0px 30px;
	border: none;
}
th {
	vertical-align: top;
	text-align: left;
	padding: 7px 10px;
	background-color: #D7D1CC; /* brown 02 */
	font-size: 0.85em;
}
th p {
	padding: 0px;
	line-height: 1.3em;
}
td {
	padding: 7px 10px;
	vertical-align: top;
	font-size: 0.85em;
}
td p {
	padding: 0px;
	line-height: 1.3em;
}
td.coloured,
tr.odd td {
	background-color: #FEEFDF; /* orange 01 */
}
td.hover {
	background-color: #D7D1CC; /* brown 02 */
}
td.right {
	text-align: right;
}
table.csc-uploads td {
	border: none;
	padding: 10px 10px 0px 0px;
	background-color: transparent;
}

/* form elements */
form {
	padding: 9px 0px 0px 0px;
}
input, textarea, select {
	border: none;
	background-color: #FEDFBF; /* orange 02 */
	padding: 2px;
	width: 364px;
	color: #2A2623; /* brown 12 */
}
select{
	width: 368px;
	padding: 1px;
}
textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
}

input:focus, textarea:focus, select:focus {
	background-color: #D7D1CC; /* brown 02 */
}
input:active, textarea:active, select:active {
	background-color: #D7D1CC; /* brown 02 */
}
input.error, textarea.error, select.error {
	background-color: #F1CDC6; /* red 02 */
}
.csc-mailform-submit {
	border: none;
	background-color: transparent;
	color: #FFFFFF; /* white */
	cursor: pointer;
	font-size: 0.95em;
	background: url(../images/background-button-19-right.gif) no-repeat bottom right;
	padding: 1px 10px 3px 10px;
	width: auto;
	margin: 0px;
}
* + html .csc-mailform-submit {
	padding: 3px 0px 1px 0px;
}
div.button-left {
	background: url(../images/background-button-19-left.gif) no-repeat top left;
	padding: 0px 0px 4px 0px;
	display: inline;
}
* + html div.button-left {
	background: url(../images/background-button-19-left.gif) no-repeat 0px 3px;
}
.csc-mailform-submit:hover,
.csc-mailform-submit:focus {
	cursor: pointer;
	border: none;
	background: url(../images/background-button-19-right.gif) no-repeat bottom right;
}
.configurator .csc-mailform-submit {
	color: #2A2623; /* brown 12 */
	padding: 1px 5px 3px 5px;
	background: url(../images/background-button-19-right-customize.gif) no-repeat bottom right;
}
* + html .configurator .csc-mailform-submit {
	padding: 3px 0px 1px 0px;
}
.configurator div.button-left {
	background: url(../images/background-button-19-left-customize.gif) no-repeat top left;
	margin: 0px 10px 0px 0px;
}
* + html .configurator div.button-left {
	background: url(../images/background-button-19-left-customize.gif) no-repeat 0px 3px;
}
input.csc-mailform-radio, input.csc-mailform-check {
	width: auto;
	border: none;
	padding: 0px;
	background-color: transparent;
}
.tx_amscaptcha_pi1_description {
	margin: 0px 0px 2px 0px;
	display: block;
}
.csc-mailform-checkbox {
	padding: 10px 60px 0px 214px;
	line-height: 1.2em;
}
.csc-mailform-checkbox label {
	padding: 0px 0px 0px 5px;
}
.configurator .csc-mailform-checkbox label {
	padding: 0px;
}
.csc-mailform-radio {
	padding: 10px 60px 5px 214px;
	line-height: 1.2em;
}
.csc-mailform-radio label {
	padding: 0px;
	vertical-align: bottom;
}
.csc-mailform-radio legend {
	display: none;
}

/* jquery checkbox plugin */
.jquery-checkbox {
	display: inline;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
}
.jquery-checkbox .mark {
	display: inline;
}
.jquery-checkbox img {
	vertical-align: middle;
	width: 13px;
	height: 13px;
}
.jquery-checkbox img {
	background: transparent url(../images/checkbox.gif) no-repeat;
}
.configurator .jquery-checkbox img {
	background: transparent url(../images/checkbox-custom.gif) no-repeat;
}
.jquery-checkbox img {
	background-position: 0px 0px;
}
.jquery-checkbox-checked img,
.configurator .jquery-checkbox-checked img {
	background-position: 0px -13px;
}
.jquery-checkbox-disabled img,
.configurator .jquery-checkbox-disabled img {
	background-position: 0px -26px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img,
.configurator .jquery-checkbox-checked .jquery-checkbox-disabled img {
	background-position: 0px -39px;
}
.jquery-radio {
	display: inline;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
}
.jquery-radio .mark {
	display: inline;
}
.jquery-radio img {
	vertical-align: middle;
	width: 13px;
	height: 13px;
	margin: 5px 5px 0px 0px;
}
.configurator .jquery-radio img {
	margin: 0px;
}
.jquery-radio img {
	background: transparent url(../images/radio.gif) no-repeat;
}
.configurator .jquery-radio img {
	background: transparent url(../images/radio-custom.gif) no-repeat;
}
.jquery-radio img {
	background-position: 0px 0px;
}
.jquery-radio-checked img,
.configurator .jquery-radio-checked img {
	background-position: 0px -13px;
}
.jquery-radio-disabled img,
.configurator .jquery-radio-disabled img {
	background-position: 0px -26px;
}
.jquery-radio-checked .jquery-radio-disabled img,
.configurator .jquery-radio-checked .jquery-radio-disabled img {
	background-position: 0px -39px;
}