/***************************/
/* Druckansicht  bei Druckansicht über Browser          */
/***************************/

/* nicht benötigte Bereiche ausblenden */
#masthead, #container-top-navi, #left_col, #left_col_content, #right_col, #right_col_content {
	display:none;
}

body, #footer  {
	background: #ffffff;
	color:#000000;
	font: 11pt 'palatino linotype', georgia, serif;
	padding:0;
	margin:0 0 0 1cm;
}

p, pre, blockquote { 
   margin: 0px 0px 0px 0px; 
	orphans:3;
	/* verhindert, dass die ersten Zeilen eines Abschnittes am Seiteende stehen */
	widows:3;
	/* verhindert, dass letzte Zeilen eines Abschnittes am folgenden Seitenanfang stehen */
	}

/* Linkadresse anzeigen lassen */

/* bei absoluten Pfadangaben */
a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 11pt;
	font-style:italic;
	color:#000;
}
/* bei relativen Pfadangaben */
a[href^="/"]:after {
	content: " (http://localhost" attr(href) ") ";
}


/* Footerbereich */

#footer {
	font-size: 9pt;
	margin:0;
	margin-top: 25px; 
	border-top: 1px dotted #000; 
	border-bottom: 1px dotted #000; 
	padding: 10px;
}

/* Überschriften */

H1 {
	font-size: 15pt;
	border-bottom: 1px dotted Gray;
}

H2 {
	font-size: 13pt;
}

/* Seitenumbruch nach einer Überschrift verhindern */
H1, H2, H3, H4, H5 {
	page-break-after: avoid;
}

.button_fe {
	display: none;
}	
				
/* Gestaltung Mailformulare ab Typo3 V4.0 */

.csc-mailform, #csc-mailform {
   font: 11pt 'palatino linotype', georgia, serif;
   margin: 15px 0 0 5px;
	border: 0px;
	background-color: #;
}

/*Abstand*/
.csc-mailform-field, #csc-mailform-field {
	margin-bottom: 10px;
	}

/*Beschriftung der Formularfelder*/
.csc-mailform-field label, #csc-mailform-field label {
   float: left;
	font-weight: bold;
	color: #000000;
	width: 160px;
	}
	
.csc-mailform-label {
	font-weight: normal;
	}

/*Eingabefelder*/	
.csc-mailform-field input, #csc-mailform-field input, .csc-mailform-field textarea, #csc-mailform-field textarea  {
   font: 11pt 'palatino linotype', georgia, serif;
	padding-left: 2px;
	border: 1px dotted #d1d1d1;
	background-color: #EFEFEF;
	padding-left: 2px;
	}

.csc-mailform-field select, #csc-mailform-field select {
	border-style: solid;
	border-width: 0px;
	border-color: #d1d1d1;
	background-color: #000000;
	width: 200px;
}

.csc-mailform-submit {
 	display:none;
	}

.csc-mailform-radio input {
	width: auto;
	border-style: none;
	background-color: transparent;
}

.csc-mailform-radio label {
	width: auto;
	float: none;
}

.csc-mailform-radio fieldset {
	border-style: solid;
	border-width: 0px;
	border-color: black;
	background-color: ;
}

.csc-mailform-radio legend {
	visibility: hidden;
	display: none;
}

.csc-mailform legend, #csc-mailform legend {
	font-weight: bold;
}

/* Ergänzung für Tip-A-Friend Formular */
#csc-mailform-error {
	border: 1px solid #000;
	margin: 4px;
	margin-left: 0;
	padding: 5px;
	color: #000;
	font-style: bold;
	}

#csc-mailform-error li {
   list-style: none;
}


#tipform-center {
	padding:0;
	border: 0px solid #d1d1d1;
	padding: 15px;
}

/* Anpassung der eigenen Klassen... */

.textbig, .textbig_red, .textbig_blue, .textbig_blue2 {
 font-size: 15pt;
 }

.textverybig, .textverybig_blue, .textverybig_blue2, .textverybig_red {
 font-size: 17pt;
}


/*Druckansicht css-styled-file-list */
.filelinks div {
	  padding:5px 0 5px 5px; 
	  background: #fff; 
	  margin-bottom: 5px;
	   width: 100%;
	  border-bottom: 1px dotted Gray;
	  }
	
.filelinks div.even {
	background-color: #fff;
          }

.filelinks span{display:block;}
.filelinks .filecount{display:block; margin-bottom:0px;} 
.filelinks a{color:#000;text-decoration:underline;font-weight:bold; }

/*-------contenttable--------*/

table.contenttable  {
	background-color: #FFFFFF ! important;
	border:0px ! important;
	margin:0px ! important;
	border-collapse:collapse;
	margin-left:0px ! important;
	margin-top:0px ! important;
	width:100% ! important;
	}
	
table.contenttable td {
   vertical-align:top;
   line-height:17px;
	background-color:#ffffff ! important;
	border-bottom:1px solid #000 ! important;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	}
	
table.contenttable p {
   margin:0px ! important;
   padding:0px ! important;
	font-size:12pt ! important;
	color:#000000 ! important;
	background-color:transparent ! important;
    }
	 
table.contenttable p a:link, table.contenttable p a:visited {
	color:#000 ! important; 
	font-weight:normal;
	font-size:12pt ! important;
}

table.contenttable  a:hover {
	color:#000066 ! important; 
	font-weight:normal;
	font-size:12pt ! important;
}

tr.tr-even td  {
	background-color:#d1d1d1 ! important;
	}
	
tr.tr-0 td  {
	font-weight:bold;
	}

/*-------contenttable--------*/

	
/* Gestaltung Mailformulare bis Typo3 V3.81 */

/* Email, Login and Search forms generally: */
FORM TABLE TR TD { font: 11pt 'palatino linotype', georgia, serif; padding-left: 5px; padding-right: 20px; }

FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell { background-color: ; }
/*Hintergrund der Formular-Tabelle*/
FORM TABLE TR TD.csc-form-fieldcell { background-color:; }
/*Hintergrund von Formularfeldern*/
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA {
	font: 11pt 'palatino linotype', georgia, serif;
	border: 1px dotted #d1d1d1;
	background-color: #EFEFEF;
	padding-left: 2px;
}
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight: bold; }

.button_fe {
	display: none;
}	
