/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

.content h1 {
	margin: 1.091em 0;
	font-size: 1.273em;
}
.content h1 img {
	font-size: 0.786em;
}
.content h1.firstHeader {
	margin: 0 0 0.455em 0;
}
.content h2 {
	margin: 1.091em 0 0.182em 0;
	font-size: 1.091em;
}
.content h2 img {
	margin-left: 0.909em;
	font-size: 0.917em;
}
.content h3 {
	margin: 0.909em 0 0.182em 0;
	font-size: 1.000em;
}
.content a .ssl-gif {
	margin-left: 10px;
}
.content h4 {
	margin: 0.455em 0 0.182em 0;
	font-size: 0.919em;
}
.content h5 {
	margin: 0.273em 0 0 0;
	font-style: italic;
}
.content h6 {
	margin: 0.273em 0 0 0;
	font-weight: normal;
	font-style: italic;
}
.content p,
.content table {
	margin-bottom: 0.909em;
}
.content .footer {
	font-size: 0.818em;
	margin: 0 0 0 0.455em;
}

/* Fixed Margin Bug for IE/FF with Intext-Images*/
.content .csc-firstHeader,
.content .csc-textpicHeader h3,
.content .csc-textpicHeader h4,
.content .csc-textpicHeader h5,
.content .csc-textpicHeader h6 {
	margin-top: 0;
}

.content hr {
	height: 0.091em;
	margin: 1.455em 0 0.273em !important;
	margin: 0;
	border: 0;
	border-top: 0.091em solid #ccc;
}

.content .csc-textpic-caption {
	font-style: italic;
}

.content  .csc-textpic-intext-left ol,
.content  .csc-textpic-intext-left ul {
	padding-left: 0;
}

/* -----------------------------------------------
	RTE Align-Klassen
----------------------------------------------- */
.content .align-left {
	text-align: left;
}
.content .align-right {
	text-align: right;
}
.content .align-center {
	text-align: center;
}
.content .align-justify {
	text-align: justify;
}

/* -----------------------------------------------
	Link Style
----------------------------------------------- */
a {
	color: #cc0000;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	text-decoration: underline;
}

.extLinkFilesize {
	color: #000000;
	font-weight:normal;
	padding-left: 0.545em;
	font-size: 0.818em;
	text-transform: uppercase;
}

.content a.mail {
	padding-right: 1.364em;
	background: url(../images/links/mail.gif) no-repeat right 0.091em;
}

/* -----------------------------------------------
	Subauftritt Farbe Allgemein
----------------------------------------------- */
.subdomainBackgroundColor {
	background-color: #cc0000;
}
.subdomainColor {
	color: #cc0000;
}

/* -----------------------------------------------
	List Style
----------------------------------------------- */
.content ul {
	margin: 0.455em 0 0.455em 0.182em;
}
.content ul li {
	height: auto !important;
	height: 0.091em;
	padding-left: 2.273em;
	padding-bottom: 0.273em;
	background: url(../images/bulletlist_standard.gif) no-repeat 1.327em 0.445em;
}
.content ol {
	margin-top: 0.455em;
	margin-bottom: 0.455em;
}
.content .text ol li {
	padding-bottom: 0.273em;
}
/* @deprecated seit TYPO3 v4.5
   Definition nur noch wegen bestehendem Content vorhanden */
.content ol.listLineSpace li, 
.content ul.listLineSpace li  {
	padding-bottom: 1.273em;
}

/* Definitionlist */
.content .text dl,
.content .textpic dl  {
	border-bottom: 0.091em solid #c7c7c7;
	margin: 0.455em 0;
}
.content .text dt,
.content .textpic dt {
	float: left;
	width: 13.636em;
	padding: 0.182em 0;
	border-top: 0.091em solid #c7c7c7;
}
.content .text dd,
.content .textpic dd {
	margin-left: 13.636em;
	padding: 0.182em 0;
	border-top: 0.091em solid #c7c7c7;
}
/* Definitionlist in Rechter Spalte */
#col3 .content .text dl,
#col3 .content .textpic dl  {
	border-bottom: none;
}
#col3 .content .text dt,
#col3 .content .textpic dt {
	float: none;
	width: auto;
	padding: 0.182em 0 0.091em 0;
	border-top: none;
}
#col3 .content .text dd,
#col3 .content .textpic dd {
	margin-left: 1em;
	padding: 0 0 0.091em 0;
	border-top: none;
	text-align: right;
}

/* -----------------------------------------------
	Blockstile für Tabellen:
	- contenttable   = Tabelle ohne Blockstil
	- contenttable-1 = Tabelle Flexible Breite
	- contenttable-2 = Tabelle Transparent
	- contenttable-3 = Tabelle Grau mit Titel
	- stripedtable   = Tabelle Zebra
----------------------------------------------- */
.content .contenttable-1,
.content .contenttable-2 {
	margin-right: 0.909em;
}
.content .contenttable p,
.content .contenttable-1 p,
.content .contenttable-2 p,
.content .contenttable-3 p ,
.content .stripedtable p  {
	margin: 0;
	padding: 0;
}

/* Tabelle Flexible Breite */
.content .contenttable td,
.content .contenttable th,
.content .contenttable-1 td,
.content .contenttable-1 th {
	padding: 0.182em 0.364em;
	border: 0.091em solid #fff;
}
.content .contenttable thead td,
.content .contenttable th,
.content .contenttable-1 thead td,
.content .contenttable-1 th {
	color: #fff;
	background-color: #CC0000;
	font-weight: bold;
}
.content .contenttable td,
.content .contenttable-1 td {
	background-color: #e9e9e9;
}

/* Tabelle Transparent */
.content .contenttable-2 thead td,
.content .contenttable-2 th {
	padding: 0 0.545em 0.545em 0;
}
.content .contenttable-2 td {
	padding: 0 0.273em 0.273em 0;
}

/* Tabelle Grau mit Titel */
/* Tabelle Zebra          */
.content .contenttable,
.content .contenttable-3,
.content .stripedtable {
	width: 100%;
}
.content .contenttable-3 caption,
.content .stripedtable caption {
	display: table-caption;
	position: relative;
	height: auto;
	width: auto;
	top: 0;
	left: 0;
	background-color: #cc0000;
	color: #fff;
	font-weight: bold;
	text-align: left;
	border: 0.091em solid #fff;
	border-bottom: none;
	padding: 0.182em 0.364em;
}
.content .contenttable-3 th,
.content .contenttable-3 thead td,
.content .contenttable-3 td,
.content .stripedtable th,
.content .stripedtable thead td,
.content .stripedtable td {
	color: #000;
	background-color: #e9e9e9;
	padding: 0.182em 0.364em;
	border: 0.091em solid #fff;
}
.content .contenttable-3 th,
.content .contenttable-3 thead td,
.content .stripedtable th,
.content .stripedtable thead td {
	font-weight: bold;
}
.content .contenttable-3 td,
.content .stripedtable td  {
	font-weight: normal;
}
.content .stripedtable tr.row-even th,
.content .stripedtable tr.row-even td {
	background-color: #fff;
}

/* @deprecated seit TYPO3 v4.5
   Bitte .stripedtable verwenden
   Definition nur noch wegen bestehendem Content vorhanden */
.content .contenttable .contenttr-1 td,
.content .contenttable .tr-even td,
.content .contenttable-1 .contenttr-1 td,
.content .contenttable-1 .tr-even td,
.content .contenttable-3  .contenttr-1 td,
.content .contenttable-3  .tr-even td {
	background-color: #fff;
	border: 0.091em solid #e9e9e9;
}
.content .contenttable-2 .contenttr-1 td,
.content .contenttable-2 .tr-even td {
	background-color: #e9e9e9;
}
.content .td-1 {
	white-space: nowrap;
}


/* -----------------------------------------------
	Formular Styles
----------------------------------------------- */
input[type=submit], input[type=button] {
	padding: 0 0.5em;
	width: auto;
}

.formNavigation {
	padding-bottom: 0.455em;
	margin-top: 1.818em;
	border-bottom: 0.091em solid black;
}
.formNavigation .curr {
	font-weight: bold;
}

.kopftext {
	margin-bottom: 0.909em;
}
.formElement.kopftext img {
	margin: 0 10px 0 0 !important;
}
.anwendungtext {
	margin-bottom: 0.909em;
}

/* Pseudo legend */
.formElement .legend {
	float: left;
}

/* Visible Legend Label */
.visiblefieldset {
	clear: both;
}
.visiblefieldset legend.visiblelegend {
	display: block;
	padding: 0.545em 0 0.273em 0;
	font-weight: bold;
	height:auto;
	overflow:hidden;
	position:relative;
	width:auto;
	top:0;
	left:0;
	color: #000;
}

/* FormElements */
.formElement {
	clear: both;
	height: auto !important;
	height: 1.909em;
	min-height: 1.636em;
	padding-bottom: 0.455em;
	width: auto;
}
.formElement h2 {
	margin: 0.182em 0;
}
.formElement h4 {
	font-size: 1em;
	font-weight: bold;
	padding-top:0.455em;
}

.formElement .readonly {
	margin: 0.455em 0 0.909em 11.455em;
}
.formElement .errorMessage {
	float: none;
	clear: both;
	color: red;
	margin-left: 11.455em;
	padding-top: 0.455em;
}
.formElement .required {
	margin-top: 0.182em;
}
.formElement .requiredElement {
	position: absolute;
}

.formElement img.helpbubble {
	float: left;
	margin-left: -1.636em !important;
	margin-left: -2.000em;      
}
.formElement .helptext {
	font-size: 0.909em;
	position: absolute;
	display: block;
    left:14.182em;
	width: 23.200em !important;
	width: 24.000em;
	background: silver;
	padding: 0.400em;
	margin-top: 2em;
	z-index: 10;
}

.formElement label img {
	margin-left: 0.909em;      
}	

/* Textfeld */	
.formElement .text {
	width: 30.182em !important;
	width: 30.364em;
	padding: 0.182em;
	margin: 0 !important;
	margin: 0.182em 0 0.182em 0.091em; 
	border-color: #505050;
}
    
.formElement input.inputOrder {
	width: 3.636em !important;
	margin-right: 0.909em !important;
}

.formElement div.orderText {
	float: left;
	width:22.636em;
	padding-bottom:0.545em;
}

.formElement div.orderText label {
	float: none;
	margin-right: 0;
	padding-bottom: 0;
	width:22.636em;
	text-align: left;
}
    
.formElement .orderTotal {
	font-weight: bold;
}

/* Textarea */
.formElement .textarea {
	padding: 0.182em !important;
	padding: 0;
	margin-bottom: 0.273em;
	margin-left: auto !important;
	margin-left: -0.182em;
}

.formElement label,
.formElement .left,
.formElement .right,
.formElement legend.legendInputRadio,
.formElement legend.legendInputCheckbox {
	display: block;
	float: left;
	width: 9.636em;
	padding-bottom: 0.455em;
	margin-right: 1.818em;
	text-align: right;
	color: #000;
}
.formElement legend.legendInputRadio,
.formElement legend.legendInputCheckbox {
	height:auto;
	left:0;
	overflow:visible;
	position:relative;
	top:0;
	white-space: normal;
}
/* Select-Listen */
.formElement select.select {
	border: 0.091em solid #505050;
	margin-left: auto !important;
	margin-left: -0.182em;
	min-height: 1.327em;
}
.formElement select.select option {
	padding-right: 0.455em;
}

/* dateSelector */
fieldset.dateSelector .formElement {
	float: left;				
	background: none;
}
fieldset.dateSelector .formElement label {	
	width: auto !important;
}
.formElement .inputTextDateSelector {
	width: 8.0em !important;
}
button.dateSelector {
	float: left;
	width: 2.273em;
	height: 1.818em;
	margin-left: 0.364em;
	margin-right: 0.364em;
	background: url(../images/yafe/calendar.gif) no-repeat;
}
   
.formElement input.error,
.formElement select.error,
.formElement textarea.error {
	background: #fcc;
}

fieldset.submitForm {
	padding: 0.909em 0 1.818em 11.335em;
}

.receiptLink {
	margin: 1.818em 0;    
}
.receiptLink a {
	font-weight: bold;
}
  
/* Form Preview & Confirmation */	
div.readOnly div.readOnly {
	width: 37.273em;
}

fieldset.confirmation .readonly {
	margin: 0 0.909em 0 0;
	font-weight: bold;
}

fieldset.preview div.formElement .readonly, 
fieldset.confirmation div.formElement .readonly {
	margin: 0 0.909em 0 0;
	padding-bottom:0.909em;
	font-weight: bold;
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	height: 1%;
	/* End hide from IE5/mac */
	float: left;
	width: 25.909em;
}

fieldset.preview label , 
fieldset.confirmation label {
	font-weight: normal;
	float:left;
}

/* Checkboxen */
.inputCheckbox {
	padding: 0.182em 0 0 0;
	height: auto;
}
.inputCheckbox fieldset fieldset {
	float: left;
	padding-bottom: 0.909em;	
}
.checkElement input,
.inputCheckbox input {
	float: none;
	border: 0;
	padding: 0;
}
.checkElement label,
.inputCheckbox fieldset label {
	float: none;
	width: 35.273em !important;
	padding: 0 0 0 2em;
	text-align: left;
}

/* Other Form-Elements */
.formElement .additionalText {
	float: left;
	margin-left: 0.909em;
}
.inputCheckbox .additionalText {
	float: right;
}
.inputOrder .additionalText {
	float: left;
    margin-left:0;
    width:7.273em;
    text-align:right;
}
.inputText .additionalText {
	float: right;
}
.inputTextDateSelector .additionalText {
	float: right;
}
.readOnly .additionalText {
	float: right;
}

/* Radiobutton Formularfelder */	
.inputRadio {
	margin-top: 0.455em;
}
.radioElement fieldset,
.inputRadio fieldset {
	float: left;
	padding-bottom: 0.455em;	
}
.radioElement fieldset input,
.inputRadio fieldset input {
	clear: both;
	width: 1.273em;
	height: 1.273em;	
	margin-bottom: 0.455em;	
	padding: 0;
}
.radioElement fieldset label,
.inputRadio fieldset label {
	padding: 0 0 0 0.455em;
}
.formElement .inputRadioItem label {
	width: 35.273em !important;
	width: 32.273em;
	text-align: left;
}
.formElement .inputRadioItem img {
	margin-left: 0.909em !important;
}
.formElement .inputRadioItem label span {
	float: left;
}
.formElement .readonly span {
	float: left;
}

/* Hinweis zur Datenübertragung */
.kontakt-hinweis {
	margin: 0.909em 0 0 0;
	font-size: 0.818em
}
.kontakt-hinweis h4 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.formElement .importantFormText {
	color: #ff0000;
	font-weight: bold;
}


/* -----------------------------------------------
	List Style:
	15 = Inline: Menu dieser Seiten
	16 = Inline: Menu der Unterseiten
----------------------------------------------- */
.content ul.csc-menu-15,
.content ul.csc-menu-16 {
	margin-left: 0;
}
.content ul.csc-menu-15 li,
.content ul.csc-menu-16 li {
	padding-right: 0.545em;
	padding-left: 0;
	background: none;
	display: inline;
	border-right: 0.091em solid #000;
	margin-right: 0.182em;
	margin-left: 0;
}
.content ul.csc-menu-15 li.last,
.content ul.csc-menu-16 li.last{
	padding-right: 0;
	border-right: none;
	margin-right: 0;
}
.content ul.csc-menu-15 li.act a,
.content ul.csc-menu-16 li.act a{
	color: #000;
}

/* -----------------------------------------------
	List Style:
	25 = Inline: Menu dieser Seiten (mit Trennlinie)
	26 = Inline: Menu der Unterseiten (mit Trennlinie)
----------------------------------------------- */
.content ul.csc-menu-25,
.content ul.csc-menu-26 {
	padding-bottom: 0.727em;
	border-bottom: 0.091em solid black;
	margin-left: 0;
}
.content ul.csc-menu-25 li,
.content ul.csc-menu-26 li {
	padding-right: 0.545em;
	padding-left: 0;
	background: none;
	display: inline;
	border-right: 0.091em solid #000;
	margin-right: 0.182em;
	margin-left: 0;
}
.content ul.csc-menu-25 li.last,
.content ul.csc-menu-26 li.last{
	padding-right: 0;
	border-right: none;
	margin-right: 0;
}
.content ul.csc-menu-25 li.act a,
.content ul.csc-menu-26 li.act a{
	color: #000;
}

/* -----------------------------------------------
	List Style:
	35 = Menu dieser Seiten (2 Spalten)
	36 = Menu der Unterseiten (2 Spalten)
----------------------------------------------- */
.content ul.csc-menu-35,
.content ul.csc-menu-36 {
	margin-top: 1.091em;
	margin-left: 0;
}
.content ul.csc-menu-35 li {
	float: left;
	width: 45%;
	height: 2em !important;
	margin-left: 0;
}
.content ul.csc-menu-36 li {
	width: 48%;
	height: auto !important;
	margin-left: 0;
}
.content ul.csc-menu-35 li a,
.content ul.csc-menu-36 li a {
	font-weight: bold;
}
.content ul.csc-menu-35 li.odd {
	float: left;
}

/* -----------------------------------------------
	List Style:
	45 = Themen Navigation - Menu dieser Seiten
	46 = Themen Navigation - Menu der Unterseiten
----------------------------------------------- */
.content ul.csc-menu-45,
.content ul.csc-menu-46 {
	margin-top: 1.091em;
	margin-left: 0;
}
.content ul.csc-menu-45 li,
.content ul.csc-menu-46 li {
	background: none;
	float:left;
}
.content ul.csc-menu-45 li a,
.content ul.csc-menu-46 li a{
	font-size: 0.909em;
	font-weight: bold;
	padding:0 0.545em;
	border-left: 0.091em solid #000;
}
.content ul.csc-menu-45 li.first a,
.content ul.csc-menu-46 li.first a{
	border-left: none;
	padding-left:0;
}
.content ul.csc-menu-45 li.act a,
.content ul.csc-menu-46 li.act a{
	color: #000;
}

/* -----------------------------------------------
	List Style:
	Sitemap-Main - Haupt-Sitemap einer Domain
----------------------------------------------- */
.content a.csc-sitemap-main-1,
.content a.csc-sitemap-main-2 {
	font-weight: bold;
}

/* -----------------------------------------------
	List Style:
	60 = Suche - Updates
----------------------------------------------- */
.content ul.csc-menu-60 li {
	background: none;
	padding-left: 0;
	margin: 0 0 0.455em 0;
}
.content ul.csc-menu-60 .lastupdatedPages .changeDate {
	display: block;
	float: left;
	width: 7.727em;
}
.content ul.csc-menu-60 .lastupdatedPages a {
	font-weight: bold;
}
.content ul.csc-menu-60 .lastupdatedPages .domainTitle {
	display: block;
	padding-left: 7.727em;
}


/* -----------------------------------------------
	calendarScript
----------------------------------------------- */
table.calendarScriptHeader {
	margin-bottom: 0;
}
table.calendarScriptHeader td {
	margin-bottom: 0;
	vertical-align: middle;
}
table.calendarScriptHeader .Title2 {
	font-size: 1.091em;
	font-weight: bold;
}
table.calendarScript {
	margin-bottom: 0;
}
div.calendarScriptBox {
	clear:both;
	border:0.091em solid;
	border-color:#606048;
	padding-bottom:-0.091em;
	margin: 0 0 1.364em 0;
}
table.calendarScript th{
	width:2.182em;
	font-weight:normal;
	text-align:center;
	border-bottom:0.091em solid #606048;
}
table.calendarScript td {
	width:2.182em;
	font-weight:normal;
	text-align:center;
	border-bottom:0.091em solid #B7B7A9;
}
table.calendarScript td.last {
	width:2.182em;
	font-weight:normal;
	text-align:center;
	border:0;
}
table.calendarScript .foot {
	font-size: 0.818em;
}
div.calendarScriptHeader {
	width:15em;
	clear:both;
}
div.calendarScriptHeaderLeft {
	width:4.091em;
	float:left;
	padding:0.727em 0;
}
div.calendarScriptHeaderMonth {
	width:6.818em;
	float:left;
	text-align:center;
	padding-top:0.545em;
}
div.calendarScriptHeaderMonth div {
	font-size: 1.091em;
	font-weight: bold;
}
div.calendarScriptHeaderRight {
	width:4.091em;
	float:left;
    padding:0.727em 0;
}

/* -----------------------------------------------
	RSS
----------------------------------------------- */
.rss {
	background: #FF6600 none repeat scroll 0%;
	border-color: #FFCC99 rgb(102, 51, 0) rgb(51, 51, 0) rgb(255, 153, 102);
	border-style: solid;
	border-width: 0.091em;
	color: #FFFFFF;
	font-family: verdana,sans-serif;
	font-size: 0.909em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	margin: 0 0.182em 0 0;
	padding: 0 0.182em;
	text-decoration: none;
}
a.rss, .rss a, 
a:visited.rss, .rss a:visited {
	color: #FFF;
	font-size: 0.909em;
}
a:hover.rss, .rss a:hover {
	color: #EBEBEB;
}

/* -----------------------------------------------
	iCal
----------------------------------------------- */
.content a.icalicon {
	background-image: url("../images/icon_ical.png");
	background-repeat: no-repeat;
	display: block;
	width: 1.455em;
	height: 1.455em;
	text-decoration: none;
	text-indent: -909em;
}
.content a.icalicon:hover,
.content a.icalicon:focus,
.content a.icalicon:active {
	text-decoration: none;
}

/* -----------------------------------------------
	winfetchurl
----------------------------------------------- */
.winfetchurl_pi1 form {
	margin-top: 1.818em;
}

/* -----------------------------------------------
	winaddress
----------------------------------------------- */
.tx_winaddress_pi1_detail_item_timetable a {
	padding-left: 1.636em;
	background: url(../images/arrow.gif) no-repeat 0 0.364em;
}

/* -----------------------------------------------
	Rahmentypen der Content-Elemente
----------------------------------------------- */
/* 33 = grauer Rahmen */
.content div.version33 {
	border: 0.182em solid #c7c7c7;
	padding: 0.455em;
}

/* 34 = grauer Hintergrund */
.content div.version34 {
   	background-color: #ebebeb;
	padding: 0.909em 1.364em;
}
.content div.version34 p {
	margin: 0;
}

/* 37 = 2-spaltige Liste (ul/li) */
.version37 ul li {
	float: left;
	width: 22.727em !important;
	width: 25.000em;
	margin: 0 0 0.909em 0;
}

/* 90 = Linie unten (Rechte Spalte) */
#col3 #rightContent .version90 {
	border-bottom: 0.091em solid #999999;
	margin-bottom: 1.182em;
	padding-bottom: 1.182em;
}
#col3 #rightContent .version90  .tx_winaddress_pi1_list {
	margin-bottom: -1.000em;
}

/* -----------------------------------------------
	Seitenlayouts
----------------------------------------------- */
/* 100 = Seitentitel ausblenden */
.layout100 .content h1.firstHeader {
	display: inline;
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height:0;
	overflow: hidden;
}
	
/* 150 = Rechte Spalte ausbleden */
body.layout150 {
	background-image: url("../images/bg1.gif");
}
.layout150 #header {
	width: 86.200em;
}
.layout150 #col3 {
	display: inline;
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height:0;
	overflow: hidden;
}
.layout150 #col2 {
	width: 71.000em;
	margin-right: 0 !important;
	border-right: none !important;
}
.layout150 #mainContent {
	width: 69.636em !important;
	width: 71.000em;
	padding-right: 0;
}
.layout150 #headerFunction {
	padding-right: 19.182em;
}
.layout150 #footer {
	width: 69.636em !important;
	width: 71.000em;
	padding-right: 0;
}

