/*
 File: 							print.css
 Author: 						(c) Ivo Deisenroth
 Contact: 					id@polyvision.de
 Last Modified: 		29. November 2005
 Last Modified by:	Ivo Deisenroth
 Type:							CSS-File
 Description:				Stylsheet-Datei für das Design im Redaktions-Frontend
*/


/* BODY: Grund-Schriftgröße wird auf 13pt (Standard) bzw. benutzerdefinierte       */
/* Standard-Schriftgröße festgelegt. Font wird vordefiniert.                       */
body {	font-family:			Helvetica, Arial, Verdana, Tahoma, sans-serif;
				font-size:				10pt;
				font-style: 			normal;
				line-height: 			1.3;
				font-weight: 			normal;
				background-color: #FFFFFF;
}
/* Trotz BODY-Def wird in manchen Browser Font nicht oder nicht richtig vererbt:   */
TR,TD,P,UL,OL,DL,DIV,ADDRESS,BLOCKQUOTE,FORM,H1,H2,H3,H4,H5,H6 {
				font-family:		Helvetica, Arial, Verdana, Tahoma, sans-serif;
				font-size:			10pt;
				font-style: 		normal;
				line-height: 		1.3;
				font-weight: 		normal;
}
/* Klassen zur Erzeugung von 8pt und 12pt Schriftgrößen. Diese werden damit zwingend 		*/
/* vorgeschrieben, d.h. keine FONT, BIG, SMALL, ... im HTML-Quelltext!               		*/
.blocksatz { text-align: justify; }
.kleiner	{	font-size: 0.85em; }
.klein		{	font-size: 0.9em; }
.groesser	{	font-size: 15pt; }
.dick			{	font-weight: bold; }
/* Klasse für Fliesstext außerhalb von Tabellen (= 10pt bei Standardeinstellungen) 			*/
.fliess		{ font-size: smaller;	}
.blau     { color: #2A266A; }

/* Einige spezifische Linkvorgaben                                                 			*/
a:link 	{ font-size: 10pt; font-style: normal;
	  			line-height: normal; font-weight: bold; text-decoration: underline; color: #660066; }
a:visited{font-size: 10pt; font-style: normal;
	  			line-height: normal; font-weight: bold; text-decoration: underline; color: #660066; }
a:hover { font-size: 10pt; font-style: normal;
	  			line-height: normal; font-weight: bold; text-decoration: underline; color: #DF0024; }
a:active{ font-size: 10pt; font-style: normal;
	  			line-height: normal; font-weight: bold; text-decoration: underline; color: #660066; }
/* Style-Definition für die Navigation bei Aufzählung aller Content-Inhalte       */
a.LinkNav:link			{ font-size: 9pt; text-indent:20px; text-align: left; color: #3E3D41; text-decoration: none;}
a.LinkNav:visited		{ font-size: 9pt; text-indent:20px; text-align: left; color: #3E3D41; text-decoration: none;}
a.LinkNav:hover			{ font-size: 9pt; text-indent:20px; text-align: left; color: #DF0024; text-decoration: none;}
a.LinkNav:active		{ font-size: 9pt; text-indent:20px; text-align: left; color: #3E3D41; text-decoration: none;}

/* Style-Definition für den Link "Bild vergrößern"  				          									 */
a.ScaleBild:link		{ font-size: 8pt; color: #666666; }
a.ScaleBild:visited	{ font-size: 8pt; color: #666666; }
a.ScaleBild:hover		{ font-size: 8pt; color: #DF0024; }
a.ScaleBild:active	{ font-size: 8pt; color: #666666; }

/* seperate Darstellung des Frontends über Klassen                                */
/* HeadLinie		                                                                  */
.HeadLinie {
				font-style:						normal;
				font-weight: 					bold;
				line-height: 					2;
}

/* Haupüberschrift eines Inhaltes                                                 */
.ContentTitle {
				font-family: 					Helvetica, Arial, Geneva, "Adobe Helvetica";
				font-size:						24pt;
				font-style:						normal;
				font-weight: 					normal;
				line-height: 					2;
				color:								#660066;
}
/* Style-Definitionen für die unterschiedlichen Absatzüberschriften der Inhalte   */
.PartTitle, .PartTitle1, .PartTitle2, .PartTitle3, .PartTitle4 {
				margin-bottom:				-10px;
				font-style:						normal;
				font-weight: 					bold;
				color:								#000000;
}
.PartTitle1 { color: #660066; } /* lila */
.PartTitle2 { color: #336633; } /* grün */
.PartTitle3 { color: #CC6600; } /* orange */
.PartTitle4 { color: #660066; font-style:	italic; } /* lila kursiv */

.ErrorMessage {
				font-size:						10pt;
				font-style:						normal;
				font-weight: 					bold;
				color:								#DF0024;
}
.ErrorMessageList {
				font-size:						10pt;
				font-style:						normal;
				color:								#DF0024;
}
.comment {
				font-style:						normal;
				font-weight: 					normal;
				font-size:						8pt; 
}

