@charset "utf-8";
/* COPYRIGHT GSTALTIG GMBH */

body, table, select, input, textarea {
	color: #ABABAB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
/* PARAGRAPHS and HEADLINES */
p {
	margin: 0 0 18px 0;
}
.box {
	margin: 0 0 36px 0;
}
h1, h2, h3, .anrisstext {
	font-family: Candara, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px;
}
h1 {
	color: #FFFFFF;
	margin: 0 0 18px 0;
	font-size: 20px;
}
h2 {
	color: #CCCCCC;
	font-size: 15px;
	margin: 9px 0 9px 0;
}
h3 {
	color: #AAAAAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.anrisstext {
	margin: 15px 0 30px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}
/* LINKS and TEXT ELEMENTS */
a {
	color: #ca2c2a;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
}
a.anchor { /* hide anchor a tags */
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;
}
b, em, strong, .hervorgehoben {
  color: #CCCCCC;
	font-weight: bold;
}
q, blockquote {
	display: block;
	margin: 8px 0;
	padding: 8px 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
}
.quelle {
	display: block;
	margin: 4px 0 0 12px;
	text-align: right;
	font-size: 10px;
}
.autor {
	padding: 0 10px 0 0;
	font-size: 10px;
}
.klein {
	font-size: 10px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.content ul, .content ol {
	margin: -9px 0 9px 0;
	padding: 0 20px;
	list-style-position: inside;
}
.content ul {
	list-style-type: disc;
}
.content ol {
	list-style-type: decimal;
}
.content li {
	margin: 0;
	padding: 2px 0;
	text-indent: -15px;
}
.content li ul, .content li ol {
	margin: 3px 0 13px 32px;
	border: none;
}
.content li li {
	border: none;
}
dl {
	margin: 9px 0;
	border-bottom: 1px solid #989FA5;
}
dd, dt {
	display: block;
	float: left;
	padding: 2px 0 2px 0;
	border-top: 1px solid #989FA5;
}
dt {
	clear: both;
	width: 120px;
	font-weight: bold;
}
dd {
	width: 420px;
	font-style: italic;
}
/* IMAGES */
img {
	border: none;
}
img.left {
	margin: 2px 18px 9px 0;
}
img.right {
	margin: 2px 0 9px 18px;
}
/* TABLES */
table {
	margin: 8px 0;
	width: 471px;
}
table.left {
	float: left;
	margin: 8px 18px 8px 0;
	width: auto;
}
table.right {
	float: right;
	margin: 8px 0 8px 18px;
	width: auto;
}
caption {
}
thead th {
	padding: 8px;
}
tbody {
}
tfoot {
	font-size: 10px;
}
tr {
}
th {
	padding: 2px 5px;
	height: 30px;

	color: #999999;
	text-align: left;
	font-weight: bold;

	background-color: #404040;
	background-image: url(../image/headBg.png);
}
tfoot th {
	background-color: #C3C3C5;
}
tfoot td, tfoot a {
	color: #23586B;
}
td {
	padding: 2px 5px;
	border: 1px solid #0F0F0F;
	border-bottom-color: #3B3B3B;
}
tr:hover td {
	background-color: #222222;
}
/* FORMS */
form {
	margin: 10px 0;
	width: 471px;
}
fieldset {
	clear: both;
	padding: 0;
	margin-bottom: 20px;
}
legend {
	padding: 5px 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #7DA7B7;
}
label, input, select, textarea {
	float: left;
	margin: 5px 0;
	padding: 3px 5px 3px 5px;
}
label {
	clear: both;
	width: 120px;
}
label.short { /* adds up with input.short for full line length */
	width: 350px;
}
label.middle { /* adds up with input.middle for full line length */
	width: 262px;
}
input, select, textarea {
	float: left;
	width: 210px;
	height: 18px;
	padding: 3px 5px 0 5px;
	margin: 5px 0;

	color: #FFFFFF;
	vertical-align: middle;

	background-color: #414141;
	border: 1px solid #585C5F;
}
.checkbox {
	margin: 5px 0;
}
.checkbox input {
	width: 30px;
	padding: 0;
	margin: 0 140px 0 0;
}
textarea {
	height: auto;
}
input.middle {
	width: 158px; /* 170px */
}
input.short {
	width: 60px; /* 72px */
	margin-left: 10px;
}
input.submit, input.reset,
.csc-mailform-submit {
	width: auto;
	height: 30px; /* */
	margin: 20px 0;
	padding: 2px 10px 5px 10px;

	color: #204365;
	font-weight: bold;
	line-height: 12px;

	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input.submit,
.csc-mailform-submit {
	clear: both;
	color: #FFFFFF;

	border: none;
	background-color: #161616;
	background-position: top;
	background-image: url(../image/headBg.png);
	background-repeat: repeat-x;
}
input.submit:hover,
.csc-mailform-submit:hover {
	background-color: #CA2C2A;
	background-image: none;
}
input.reset {
	margin-left: 10px;
}
input.reset:hover {
	color: #347db4;
}
label.requried {
	font-weight: bold;
}
input.requried, select.requried, textarea.requried {
	border-color: #214466;
	background-color: #FFFFFF;
}
.radioCheck {
	clear: both;
	padding: 0 5px 10px 5px;
}
.radioCheck input {
	clear: both;
	width: 30px;
	padding: 0;
	margin: 2px 0;
	background: none;
	border: none;
}
.radioCheck label {
	clear: none;
	width: 402px;
	margin: 3px 0;
	padding: 0;
}
.msg {
	display: block;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #FFFFFF;
}
.msg b {
	padding: 0 10px 0 0;
}
.error {
	color: #FFFFFF;
	background-color: #B73C41;
	border-color: #B72026;
}
.success {
	color: #FFFFFF;
	background-color: #80B77D;
	border-color: #5EB759;
}


/* filetypes */
a[href$=".pdf"], a[href$=".doc"], a[href$=".docx"], a[href$=".xls"] {
 padding-left: 22px;
 background-position: center left;
 background-repeat: no-repeat;
}
a[href$=".pdf"] {
 background-image: url("../image/icon/media/pdf.png" );
}
a[href$=".doc"] {
 background-image: url("../image/icon/media/doc.png" );
}
a[href$=".docx"] {
 background-image: url("../image/icon/media/docx.png" );
}
a[href$=".xls"] {
 background-image: url("../image/icon/media/xls.png" );
}

/* leftCol */
.leftCol img {
	opacity: 0.4;
}
.leftCol img:hover,
.leftCol a:hover img {
	opacity: 1;
}


/* rightCol */
.rightCol {
	color: #7b7b7b;
	font-size: 10px;
	line-height: 15px;
}
.rightCol p {
	color: #7b7b7b;
	margin: 0 0 15px 0;
}
.rightCol h1 {
	margin: 0 0 15px 0;
	color: #BBBBBB;
	font-size: 18px;
	line-height: 15px;
}
.rightCol h2 {
	color: #A0A0A0;
	font-size: 13px;
	line-height: 15px;
}
.rightCol h3 {
	margin: 0;
	color: #999999;
	font-size: 10px;
	line-height: 15px;
}
.rightCol h3 .news-list-date {
	display: none;
}
.rightCol b,
.rightCol em,
.rightCol strong {
  color: #999999;

}
.rightCol table {
	width: 174px;
}
.rightCol img {
	opacity: 0.4;
}
.rightCol a:hover img {
	opacity: 1;
}
/* foot */
.foot {
	font-size: 10px;
	line-height: 16px;
}
.foot .copyright {
	white-space: nowrap;
}
.foot .copyright a { /* copyright */
	display: block;
	overflow: hidden;
	float: right;
	height: 22px;
	width: 100px;
	font-size: 1px;
	text-indent: -1000px;
	text-decoration: none;
	line-height: 1px;
	background-image: url("../image/copyright.png");
	background-repeat: no-repeat;
}
.foot .copyright a:hover {
	background-image: url("../image/copyright_hover.png");
}

/* TYPO3 overrides */
.spacer-gif {
	display: none;
}
dl.csc-textpic-image, .csc-textpic-image dd, .csc-textpic-image dt {
	border: none;
}
dl.csc-textpic-image {
	margin-bottom: 10px !important;
}
.csc-textpic-firstcol {
	clear: both;
}
.csc-uploads td {
	border:none;
}
table p {
	margin:0;
	padding: 0;
}

