body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    text-align: center;
    align: center;
}

.content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 10px;
    margin: 0px;
	text-align: left;
}

.content a {
    color: #0057a9;
    text-decoration: underline;
}

.content a:hover {
    color: #667000;
    text-decoration: none;
}

p, table, td, tr {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    /*text-align:justify;*/
}

td {
    vertical-align: top;
}

ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 0px;
}

hr {
    height: 1px;
    color: #ccc;
    border-bottom: 1px dashed;
    border-top: none;
    border-left: none;
    border-right: none;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    color: #333;
    margin: 0px;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #333;
    margin: 0px;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #333;
    margin: 0px;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333;
    margin: 0px;
}

h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    margin: 0px;
}

h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    margin: 0px;
}

ul {
    list-style: disc;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}

/* added by abaton-HS */
#left_image {
	padding-left: 10px;
	padding-bottom: 10px;
}

.sitemap1 {
    padding-left: 30px;
    font-weight: bold;
    font-size: 14px;
    background: url(/fileadmin/t/img/iconArrow_black.png) center no-repeat;
    background-position: 16px
}

.sitemap2 {
    padding-left: 60px;
    background: url(/fileadmin/t/img/sitemap2_arrow.png) center no-repeat;
    background-position: 46px
}

.sitemap3 {
    padding-left: 90px;
    background: url(/fileadmin/t/img/sitemap3_arrow.png) center no-repeat;
    background-position: 76px
}

.sitemap4 {
    font-style: italic;
    padding-left: 120px;
    background: url(/fileadmin/t/img/sitemap4_arrow.png) center no-repeat;
    background-position: 106px
}

/*************************/
/* EXTRAS */
/*************************/
input {
    height: 20px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

textarea {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

select {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

/*************************/
/* MAILFORM BEGIN*/
/*************************/
.mailform {
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
}

.mailform a {
    color: #333;
    text-decoration: underline;
}

.mailform a:hover {
    color: #333;
    text-decoration: none;
}

mailformrequired {
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
    font-size: 16px;
}

.tx-indexedsearch .tx-indexedsearch-rules H2 {
    font-size: 16px;
}

.tx-cscounter-pi1 {
    text-align: center;
    color: #ffffff;
}

.tx-t3references-pi1 H2 {
    font-size: 12px;
}

.tx-t3references-pi1 .tx-t3references-pi1-listrow TD P.tx-t3references-pi1-descr A {
    font-weight: bold;
}

.tx-t3references-pi1 .tx-t3references-pi1-listrow TR.tx-t3references-pi1-listrow-header TD P A {
    font-weight: bold;
}

/***************************************************************************/
.black {
    color: #000000
}

.blau {
    color: #0057a9
}

.violet {
    color: #551a8b
}

.grau {
    color: #808080
}

.gruen {
    color: #a2ae26
}

/***************************************************************************/
/* LEFT/RIGHT/CENTER from RTE */
table p {
    margin: 0 !important;
}

.align-center {
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}

p.indent, 
.indent {
	margin-left: 20px!important;
}

/* Float clearing workaround also working on Mozilla */
.clearer {
    clear: both;
    height: 0px;
    overflow: hidden;
    margin-top: 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*
 * MAILFORM
 ************************************************************************/
/* ===================================================== */
/*
 ** FORMS
 */
/* ===================================================== */
fieldset {
    background: #fff;
    color: inherit;
    margin-bottom: 15px;
}

legend {
    margin-left: -7px;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0;
    color: #000;
    margin-bottom: 10px;
}

legend em {
    color: #fcaf17;
}

legend.error {
    background-color: inherit;
    color: #ba0000;
}

legend span {
    font-size: 0.8em;
    background-color: inherit;
    color: #555;
    font-weight: normal;
}

.fieldset-container {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #faf5ce;
    padding: 15px;
    z-index: 1;
}

.fieldset-container p {
}

fieldset label {
    display: block;
    float: left;
    width: 120px;
    text-align: right;
    padding: 0 8px 0 0;
    background-color: inherit;
    color: #000;
    vertical-align: middle;
    line-height: 1.7;
}

form#mailform fieldset.compressed label {
    width: 100px;
}

form#mailform fieldset.compressed p.message {
    margin-left: 110px !important;
}

fieldset label.error {
    background-color: inherit;
    color: #ba0000;
    font-weight: bold;
}

form .csc-mailform-field, .tx-felogin-pi1 form div {
    margin-bottom: 0.4em;
    width: 100%;
}

form#mailform input, .tx-felogin-pi1 form input {
    line-height: 1.5;
    padding: 0;
    vertical-align: middle;
}

form#mailform input.text, form#mailform select, form#mailform textarea {
    background: #fff;
    color: inherit;
    padding: 1px 2px;
    line-height: 1.2;
    width: 240px;
}

form#mailform input.text, form#mailform textarea {
}

form#mailform .small {
    width: 100px;
}

form#mailform .medium {
    width: 160px;
}

form#mailform select {
    width: 228px;
}

form#mailform textarea {
    width: 300px;
}

form#mailform input.text.error, form#mailform select.error, form#mailform textarea.error {
    border: 2px solid #ba0000;
    background: #fffee0;
    color: #000;
}

form#mailform input.medium, form#mailform select.medium, form#mailform textarea.medium {
    width: 200px;
}

form#mailform input.small, form#mailform select.small, form#mailform textarea.small {
    width: 100px;
}

/*
 ** Subitems, e.g. for radio or checkbox lists
 */
form#mailform .subitems {
    float: left;
    width: 220px;
    position: relative;
}

form#mailform .subitems label {
    float: none;
    display: inline;
    width: auto !important;
    padding: 0;
    vertical-align: middle;
    margin-right: 5px;
}

form#mailform .subitems input {
    float: none;
    vertical-align: middle;
}

/* Required star */
form#mailform span.requ {
    width: 1em;
    background-color: inherit;
    color: #ba0000;
}

form#mailform .subitems p {
    font-size: 0.9em;
}

form#mailform .subitems p.captcha-hint {
    margin-bottom: 0.2em !important;
}

form#mailform .subitems li {
    margin-bottom: 0.4em;
}

form#mailform .subitems img {
    vertical-align: middle;
    margin-right: 5px;
}

form#mailform .subitems.vertical {
    padding-top: 0.2em;
}

form#mailform .subitems.vertical label {
    position: relative;
    padding-left: 18px;
}

form#mailform .subitems.vertical input {
    position: absolute;
    left: 0;
    top: 0;
}

form#mailform .subitems.vertical p {
    padding-left: 18px;
}

form#mailform p.message {
    background-color: inherit;
    color: #ba0000;
    margin: 0.8em 0 0.1em 130px !important;
    font-size: 0.8em;
}

form .csc-mailform-field.small p.message {
    margin-left: 100px;
}

form .csc-mailform-field p.descr {
    font-size: 0.9em;
}

/* ERROR */
.csc-mailform-header-error, .error, .csc-mailform-header-success, .warningMessage, .tx-powermail-pi1_mandatory, .tx-felogin-pi1.error {
    background: url(/fileadmin/cms/images/content/48px-Tango-dialog-warning.svg.png) 10px 10px no-repeat #ffe5e5;
    padding: 2.1em 1em 1.8em 70px;
    color: #ff0000;
    margin-bottom: .7em;
    border: 1px solid #ff0000;
}

.success, .csc-mailform-header-success {
    background: url(/fileadmin/cms/images/content/ok.png) 10px 10px no-repeat #cdeaca;
    border-color: #58b548;
    color: #58b548;
}

#left input.go {
    margin-left: 128px;
    cursor: pointer
}

#left .tx-felogin-pi1 {
    background: url(/fileadmin/cms/images/buttons/Lock_icon.png) 18px 15px no-repeat;
}

.tx-felogin-pi1 fieldset, .tx-felogin-pi1 {
    background-color: transparent;
    border: none;
}

.csc-mailform-field-error label, .csc-mailform-field-error-message {
    color: #ff0000 !important;
}

.csc-mailform-field-error input, .validation-failed {
    background: url() 10px 10px no-repeat #ffe5e5;
    border: 1px solid #ff0000;
}

.csc-mailform-submit {
    margin-left: 128px;
    margin-top: 0px;
}

#mailformformtype_reset {
    position: absolute;
    top: -24px;
    left: 216px;
}

#content #mailform .csc-mailform .csc-mailform-field {
    position: relative !important;
}

