
/***************************/
/* Druckansicht            */
/***************************/

body, #footer  {
	background: #ffffff;
	color:#000000;
	font: 11pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	/* 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;
}

P.csc-linkToTop { 
   display: none;
}

	
/* 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;
}	
				
/* 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... */

.headline_gross {
	font-size: 23px;
	font-weight: bold;
	color: #000;
	letter-spacing: 3px;
	font-variant: small-caps;
}

.vorspann_12pt {
	font-size: 17px;
	font-weight: bold;
	color: #000;
	line-height: 1.2em;
}


/*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; }

