/***************************/
/* Druckansicht  bei Druckansicht über Browser          */
/***************************/

/* nicht benötigte Bereiche ausblenden */
#masthead, #container-top-navi, #left_col, #left_col_content, #right_col, #right_col_content, .csc-linkToTop {
	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) ") ";
}
*/

/**********/
/* Images */
/**********/

/* für Text mit Bild */
DIV.csc-textpic-imagewrap { margin-top: 5px; margin-bottom: 0;}

/* für Bildreihen */
DIV.csc-textpic-imagerow {margin-top: 5px; margin-bottom: 7px;}

/* Images / Captions */
.csc-textpic-caption{font-size: 9px; background: #fff; }

/* 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;
}

H3 {
    	font-size: 15pt;
	border-bottom: 2px solid #000;
}

/* 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: #fff;
}

/*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: #fff;
}

.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-weight: 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--------*/


/* Teaser und Frame */

/*Rahmen 1 */             
.csc-frame-frame1 {
              color: #000;
              background-color: #fff;
              border: 1px solid #d1d1d1;
              margin: 5px;
              padding: 10px;
              }
				  
/*Rahmen 2 */             
.csc-frame-frame2 {
              color: 000;
              background-color: #eee;
              border: 1px solid red;
              margin: 5px;
              padding: 10px;
              }

/* Linie davor */
.csc-frame-rulerBefore {
              border-bottom: 1px dotted red;
              padding-top: 10px;
              }

/* Linie danach */              
.csc-frame-rulerAfter {
              border-bottom: 1px dotted #000;
              padding-top: 10px;
              }

.teaser-einspaltig-links {
             float:left;
             width:292px;
             text-align:justify!important;
             margin-right: 0;
             }
           
.teaser-einspaltig-rechts {
           float:right;
           width:292px;
           text-align:justify!important;
           }       

.teaser-zweispaltig {
           float:left;
           width:595px;
           text-align:justify!important;
           } 
			  
/* Schriftgroesse für Teaser festlegen */
.teaser-einspaltig-rechts p, .teaser-einspaltig-links p, .teaser-zweispaltig p {
           font-size: 11px!important;
           }        

/*Ueberschriften im Teaserbereich gestalten */
.teaser-einspaltig-links H1, .teaser-einspaltig-rechts H1, .teaser-zweispaltig H1 {
   margin: 0 0 5px 0;
	text-align:left!important;
	font-size: 15px!important;
	color: #000!important;
	letter-spacing:1px ;
	border-bottom: 2px solid #000!important;
	}
			  
			  
.teaser-clearer {
  clear:both;
  }

/* fester Inhalt in der linken bzw. rechten Spalte */  

.fester-inhalt-links, .fester-inhalt-rechts {
	margin: 3px;
	padding: 3px;
	border: 1px solid #000;
	background-color: #fff;
}

.fester-inhalt-links p, .fester-inhalt-rechts p {
           font-size: 11px!important;
           }

.fester-inhalt-links H1, .fester-inhalt-rechts H1 {
           font-size: 13px!important;
           } 
