@charset "utf-8";
/* ===================================
Stylesheet von "private-publishing.at"

Stand: Stylesheet für die Bildschirmausgabe
Datei: screen.css
Datum: Oktober 2013

Aufbau: 1. Kalibrierung
        2. Allgemeine Styles
        3. Styles für Layoutbereiche
        4. Sonstige Styles
=================================== */

/* ==================================
   1. Kalibrierung
   =============================== */
  * { padding: 0; margin: 0; } /* Abstaende auf Null */
   
   
/* ==================================
   2. Allgemeine Styles
   =============================== */
	body {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12pt;
		color: #000;
		background-color: #ffffff;
	}
	
	
/* ==================================
   3. Styles für Layoutbereiche
   =============================== */
	#tz_website {
		margin: 0;
		width: 100%;
		background-color: #FFF;
	}
	
		#tz_header { display: none; }
		
		#tz_content { background: none; }
			#tz_content_middle { padding: 0; }
			#tz_left { display: none; }
			#tz_middle {
				width: 100%;
				float: none;
			}
			#tz_right {
				width: 100%;
				float: none;
				margin-top: 50pt;
			}
				#tz_content_right { padding: 0; }
			#tz_footer { display: none; }
/* ==================================
   4. Styles für Klassen
   =============================== */
	.text_normal_size p, .text_normal_size li, .text_normal_size th, .text_normal_size td {
		margin: 18pt 0;
		font-size: 12pt;
		line-height: 18pt;
	}
	
	.text_normal_size li {	
		margin: 2pt 0;
		margin-left: 20pt;
	}
	
	.text_normal_size blockquote {
		margin: 9pt 40pt;
	}
		.text_normal_size blockquote p {
			margin: 18pt 0;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 14pt;
			line-height: 18pt;
		}
		.text_normal_size blockquote p:before {
			content: "\201E";
			margin-left: -7pt;
		}
		.text_normal_size blockquote p:after {
			content: "\201C";
		}
	
	.text_normal_size blockquote cite {
		display: block;
		margin: 18pt 0;
		margin-top: -9pt;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 13pt;
		font-style: italic;
	}
	
	.text_normal_size a {
		color: #0069b4;
		text-decoration: underline;
		outline: none;
		font-weight: bold;
	}
	
	.center { text-align: center; }
	
	.rahmen-rechts { margin-right: 15pt; }
	.rahmen-links { margin-left: 15pt; }
	
	.bildbeschreibung {
		margin-top: -14pt !important;
		font-size: 10pt !important;
		font-style: italic !important;
		line-height: normal !important;
	}
	 
	 
/* ==================================
   5. Styles für spezielle IDs
   =============================== */
	#tz_left_headline, #tz_right_headline {
		height: auto;
		font-size: 16pt;
		font-variant: small-caps;
		font-weight: bold;
		line-height: normal;
		padding: 0;
		margin-bottom: 20pt;
	}
	
	#tz_right_headline { background-image: none; }
	
	#tz_content_middle h2, #tz_content_middle h3 {
		font-size: 16pt;
		font-weight: bold;
		color: #0069b4;
		margin-bottom: 18pt;
	}
	
	#tz_content_middle h3 {	font-size: 14pt; }
	
	#tz_content_middle hr {
		border-top: 1px dotted #0069b4;
		color: #f9f8f5;
		background-color: #f9f8f5;
		height: 1pt;
		margin: 18pt 0;
	}
	
	#tz_content_right h3 {
		font-size: 12pt;
		font-weight: bold;
	}
	
	#tz_content_right hr {
		border-top: 1pt dotted #0069b4;
		color: #f9f8f5;
		background-color: #f9f8f5;
		height: 1pt;
		margin: 18pt 0;
	}
	
	
	/* ==================== Clearfix ==================== */
	.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
	}
	
/* ==================================
   ENDE DES STYLESHEETS
   =============================== */