/* headlines */
h1 {
	font-size: 1.45em;
	font-weight: normal;
	color: #2D2D2D; /* dark grey */
	padding: 24px 0 0 0;
}
h1.csc-firstHeader {
	padding: 0;
}
.min .w h1 {
	padding: 15px 0 11px 0;
}
h2 {
	font-size: 1.15em;
	font-weight: bold;
	color: #2D2D2D; /* dark grey */
	padding: 22px 0 0 0;
}
h2.csc-firstHeader {
	padding: 0;
}
h2 a {
	background: none !important;
	padding: 0 !important;
	color: #2D2D2D !important; /* dark grey */
	text-decoration: none;
}
h2 a:hover {
	text-decoration: none;
}
h3 {
	font-weight: bold;
	color: #2D2D2D; /* dark grey */
	padding: 22px 0 0 0;
	line-height: 1.15em;
}
h3.csc-firstHeader {
	padding: 24px 0 0 0;
}

/* paragraphs */
p {
	padding: 11px 0 0 0;
	line-height: 1.2em;
}
p.without-top-space {
	padding: 0;
}
p.image {
	padding: 11px 0 0 0;
}
p.image-left {
	padding: 14px 15px 10px 0;
	float: left;
}
p.image-left-without-top-space {
	padding: 3px 15px 10px 0;
	float: left;
}
p.label {
	color: #2D2D2D; /* dark grey */
}
p.field {
	padding: 2px 0 0 0;
}
p.error {
	color: #C6381A !important; /* red 08 */
	padding: 5px 0 0 0;
}
p.message {
	background-color: #bde4f7; /* blue 01 */
	padding: 11px;
	margin: 11px 0 0 0;
}

/* image positions */
.csc-textpic-imagewrap {
	margin: 13px 0 0 0;
}
.csc-textpic-imagewrap a {
	background: none !important;
	padding: 0 !important;
}
.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
	margin: 22px 0 0 0;
}
.csc-textpic-intext-left-nowrap .csc-textpic-text {
	margin: 0;
}

/* special elements */
pre {
	background-color: #bde4f7; /* blue 01 */
	font-family: "Courier New", Courier, monospace;
	padding: 11px;
	margin: 11px 0 0 0;
}
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: #00A4E5; /* cyan link */
	text-decoration: underline;
}
a[href] {
	background: url(../images/a-symbol.png) no-repeat 0 4px;
	padding: 0 0 0 14px;
}
a:hover {
	text-decoration: underline;
}
a.hidden,
a.tx-amsfeuser-pi1-username,
a.tx-amsfeuser-pi1-userimage,
p.pages a {
	background: none !important;
	padding: 0 !important;
}

/* lists */
ul {
	padding: 11px 0 0 25px;
	list-style-image: url(../images/list-symbol.png);
}
* html ul {
	padding: 11px 6px 0 27px;
}
* + html ul {
	padding: 11px 6px 0 27px;
}
ul li ul {
	padding: 4px 0 0 15px;
	margin-bottom: -3px;
}
* html ul li ul {
	padding: 4px 0 0 17px;
}
* + html ul li ul {
	padding: 4px 0 0 17px;
}
ul li {
	padding-bottom: 3px;
	line-height: 1.2em;
}
ol {
	padding: 11px 0 0 22px;
	list-style-type: decimal;
}
* html ol {
	padding: 11px 0 0 25px;
}
* + html ol {
	padding: 11px 0 0 25px;
}
ol li ol {
	padding: 0 0 1px 22px;
}
* html ol li ol {
	padding: 0 0 1px 25px;
}
* + html ol li ol {
	padding: 0 0 1px 25px;
}
ol li {
	padding-bottom: 0;
	line-height: 1.2em;
}

/* tables */
table {
	margin: 17px 0 0 0;
	width: 100%;
}
table.csc-uploads {
	width: auto;
	margin: 11px 0 0 0;
}
table.csc-uploads a {
	background: none;
	padding: 0;
}
th {
	vertical-align: top;
	text-align: left;
	padding: 0 11px 11px 0;
	font-size: 1.15em;
}
th p {
	padding: 0;
	line-height: 1.0em;
	font-size: 0.9em;
}
th.last-cell {
	padding: 0 0 11px 0;
}
td {
	padding: 11px 11px 11px 0;
	vertical-align: top;
	line-height: 1.2em;
	border-top: 1px solid #84d0f0; /* blue 05 */
}
td p {
	padding: 0;
	line-height: 1.0em;
}
td.last-cell {
	padding: 11px 0 11px 0;
}
table.csc-uploads td {
	border: none;
	padding: 7px 11px 3px 0;
	background: none;
}

/* form elements */
input, textarea, select {
	border-top: 1px solid #84d0f0; /* blue 05 */
	border-left: 1px solid #84d0f0; /* blue 05 */
	border-right: 1px solid #84d0f0; /* blue 05 */
	border-bottom: 3px solid #84d0f0; /* blue 05 */
	padding: 1px 2px 1px 2px;
	width: 356px;
	background-color: #bde4f7; /* blue 01 */
}
select{
	width: 360px;
	padding: 1px 0 0 2px;
}
textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
}

input:focus, textarea:focus, select:focus,
input:active, textarea:active, select:active {
	border-top: 1px solid #5ec5ed; /* blue 07 */
	border-left: 1px solid #5ec5ed; /* blue 07 */
	border-right: 1px solid #5ec5ed; /* blue 07 */
	border-bottom: 3px solid #5ec5ed; /* blue 07 */
	background-color: #a2daf4; /* blue 03 */
}
.csc-mailform-submit {
	border: none;
	background: url(../images/background-button.png) no-repeat top right;
	color: #FFFFFF; /* white */
	cursor: pointer;
	font-size: 0.96em;
	padding: 3px 11px 5px 8px;
	margin-right: 3px;
	width: auto;
}
* html .csc-mailform-submit {
	padding: 3px 0 5px 0;
}
* + html .csc-mailform-submit {
	padding: 3px 0 5px 0;
}
div.button-left {
	background: url(../images/background-button-left.png) no-repeat top left;
	padding: 4px 0 4px 3px;
	display: inline;
}
* html div.button-left {
	background: url(../images/background-button-left.png) no-repeat 0 4px;
}
* + html div.button-left {
	background: url(../images/background-button-left.png) no-repeat 0 4px;
}
.csc-mailform-submit:hover,
.csc-mailform-submit:focus {
	cursor: pointer;
	border: none;
	background: url(../images/background-button.png) no-repeat top right;
}
input.csc-mailform-radio, input.csc-mailform-check {
	width: auto;
	border: none;
}
.tx_amscaptcha_pi1_captchaimage {
	margin-bottom: -10px;
}
.csc-mailform-checkbox {
	padding: 11px 0 0 0;
	line-height: 1.2em;
}
.csc-mailform-radio {
	padding: 11px 0 0 0;
	line-height: 1.2em;
}

/* 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: 14px;
	height: 12px;
}
.jquery-checkbox img {
	background: transparent url(../images/checkbox.png) no-repeat;
	background-position: 0 0;
}
.jquery-checkbox-checked img {
	background-position: 0 -12px;
}
.jquery-checkbox-disabled img {
	background-position: 0 -24px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img {
	background-position: 0 -36px;
}
.jquery-radio {
	display: inline;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
}
.jquery-radio .mark {
	display: inline;
}
.jquery-radio img {
	vertical-align: middle;
	width: 14px;
	height: 12px;
}
.jquery-radio img {
	background: transparent url(../images/radio.png) no-repeat;
	background-position: 0 0;
}
.jquery-radio-checked img {
	background-position: 0 -12px;
}
.jquery-radio-disabled img {
	background-position: 0 -24px;
}
.jquery-radio-checked .jquery-radio-disabled img {
	background-position: 0 -36px;
}
label {
	color: #2D2D2D; /* dark grey */
}
