/* =========================================
=============== Überschriften ==============
========================================= */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	line-height: normal;
	position: static;
	text-decoration: none;
	TEXT-TRANSFORM: none;
	margin-top: 10px;
	margin-bottom: 15px;
}

/* .csc-subheader */
h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	line-height: normal;
	position: static;
	text-decoration: none;
	TEXT-TRANSFORM: none;
	margin-top: 10px;
}

/* =========================================
============ Textauszeichnungen ============
========================================= */

p {
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 1.4em;
	position: static;
	text-decoration: none;
	TEXT-TRANSFORM: none;
	
	margin-top: 5px;
	margin-bottom: 3px;
}

p.cue {
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	line-height: normal;
	position: static;
	text-decoration: none;
	TEXT-TRANSFORM: none;
}

p.def, div.indent, div.infoBox p.bodytext, div.infoBox div.filelinks, div.csc-frame-indent {
	margin-left: 30px;
	margin-right:  6px;
}

div.infoBox p {
	margin-top: 0px;
}

div.infoBox > p {
	margin-bottom: 0px;
}

.highlight {
	font-style: normal;
	font-weight: bolder;
	color: #FF6600;
	position: static;
	text-decoration: none;
	TEXT-TRANSFORM: none;
}

li {
	margin-bottom:6px;
}

/* =========================================
================= Tabellen =================
========================================= */

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-image:url("/uploads/tf/layout_hintergrund.png");
}

td.tableRowGroup, th.tableRowGroup {
	color: #000000;
	background: #FFFFFF;
	vertical-align: middle;
	text-align: center;
}

td.tableMarkedCell, th.tableMarkedCell, table.contenttable-1 td {
	color: #000000;
	background: #ADD8E6;
	vertical-align: middle;
	text-align: center;
}

td, th.tableClearCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 1.4em;
	background: none;
	vertical-align: middle;
	text-align: left;
}

/* Tabelle ohne Gitternetz mit 10px Zellenabstand */
table.contenttable-0 {
	border-spacing: 10px;
	table-layout: fixed;
	width: 100%;
}

table.contenttable-1 {
	margin: 10px auto;
}

table.contenttable-1 td {
	text-align: left;
	vertical-align: middle;
	padding: 3px 5px;
}

table.contenttable-1 th {
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	padding: 4px;
}

td.yellowbg {
	background: #FFFF77;
	padding: 5px;
}

/* =========================================
======== Bilder (Typo3-Ergänzungen) ========
========================================= */

dd.csc-textpic-caption, caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;

	background:#FFFFFF;
	padding-left:8px;
	padding-right:8px;
	padding-top:3px;
	padding-bottom:3px;
}

dd.csc-textpic-caption {
	margin-top:0px;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:10px;
}

/* =========================================
================== Rahmen ==================
========================================= */

div.csc-frame {
	
}

div.csc-frame-frame1 {
	margin: 20px auto;
	padding: 10px;
	border: 2px solid rgb(255, 102, 0);
	font-weight: bold;
	text-align: center;
	background: url('/fileadmin/images/logo_wz.png') no-repeat right bottom;
	background-color: #FFFFCC;
}

div.csc-frame-frame2 {
	margin: 20px auto;
	padding: 10px;
	border: 1px solid rgb(255, 102, 0);
	background-color: white;
}

div.csc-frame-rulerBefore {
	margin-top: 5px;
	padding-top: 3px;
	border-top: 2px solid #6666FF;
}

div.csc-frame-rulerAfter {
	margin-bottom: 3px;
	padding-bottom: 5px;
	border-bottom: 2px solid #6666FF;
}

div.csc-frame-indent3366 {
	margin-left: 33%
}

div.csc-frame-indent6633 {
	margin-left: 66%;
}

div.csc-frame-invisible {
	visibility: hidden;
}

/* =========================================
=================== News ===================
========================================= */

.mailform {
	margin-top:15px;
	background-color: #E8E8E8;
	width: 491px;
}

.news-latest-item {
	margin-top:15px;
	background-color: #E8E8E8;
}

.cl-right {
	color: #FF6600;
	background-color: #FF6600;
	height: 1px;
	border: 0px solid #FF6600;
}

.news-list-container {
	width: 50em;
	margin-left: auto;
	margin-right: auto;
}

.news-list-item {
	background-color: #E8E8E8;
}

/* =========================================
================== Forms ===================
========================================= */

.csc-mailform-field {
/*	clear: both;
	float: right;
	margin-right: 10px;*/
}

.csc-mailform-field > label,
.csc-mailform-field > input,
.csc-mailform-field > select {
	font-size: 10px;
}

.csc-mailform-field {
	text-align: left !important;
}

.csc-mailform-field > input,
.csc-mailform-field > select {
	width: 200px;
}

tr + tr * input {
	width: auto;
}

table.csc-searchform {
	margin: auto;	
}

td.csc-form-labelcell {
}

p.csc-form-label {
}

td.csc-form-fieldcell {
}

p.csc-searchResult + form {
	border-top: 2px solid black;
}

p.csc-searchResult {
	margin-left: 20px;
}

h3.csc-searchResultHeader {
	border-top: 1px solid black;
	padding-left: 5px;
	padding-top: 2px;
}


