@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-size: 62.5%; /* alle Schriftgrößen auf Standardgröße (10 Pixel) zurücksetzen */
		font-family: Verdana, Geneva, sans-serif;
		color: #333;
		background-color: #b7c5f7; 
	}
	
	
/* ==================================
   3. Styles für Layoutbereiche
   =============================== */
	#tz_website {
		margin: 0 auto;
		width: 100%;
		background-color: #f9f8f5;
	}
	
		#tz_header { padding: 1em 2em 0 2em; }
			#tz_logo { text-align: center; }
			#tz_mainnavigation {
				margin: 1.5em 0 0 0;
				padding: 1em 1.5em;
				border-top: 1px solid #666;
				border-bottom: 1px solid #666;
			}
				#tz_mainnavigation li {
					list-style-type: none;
					font-variant: small-caps;
					font-weight: bold;
					font-size: 180%;
					line-height: 200%;
				}
		
		#tz_content { padding: 0 2em; }
			#tz_left {
				width: 100%;
				padding: 1em 1.5em;
			}
				#tz_subnavigation {
					margin-bottom: 4em;
				}
					#tz_subnavigation li {
						list-style-type: none;
						font-variant: small-caps;
						font-size: 170%;
						font-weight: bold;
						line-height: 220%;
					}
						#tz_subnavigation li a {
							color: #0069b4;
							text-decoration: underline;
							outline: none;
						}
			#tz_middle {
				padding: 1em 1.5em;
				border-top: 1px solid #666;
			}
			#tz_right {
				padding: 1em 1.5em;
				border-top: 1px solid #666;
			}
			#tz_footer { height: 2em; }
	
	
/* ==================================
   4. Styles für Klassen
   =============================== */
	#tz_mainnavigation li a { color: #0069b4; text-decoration: underline; outline: none; }
	.home #tz_mainnavigation li a.nav_home { color: #999; text-decoration: none; }
	.paddling #tz_mainnavigation li a.nav_paddling { color: #999; text-decoration: none; }
	.flying #tz_mainnavigation li a.nav_flying { color: #999; text-decoration: none; }
	.culinary #tz_mainnavigation li a.nav_culinary { color: #999; text-decoration: none; }
	.fishing #tz_mainnavigation li a.nav_fishing { color: #999; text-decoration: none; }
	.contact #tz_mainnavigation li a.nav_contact { color: #999; text-decoration: none; }
	
	.text_normal_size p, .text_normal_size li, .text_normal_size th {
		margin: 1.25em 0;
		font-size: 140%;
		line-height: 150%;
	}
	
	.text_normal_size li {	
		margin: .1em 0;
		margin-left: 2em;
	}
	
	.text_normal_size blockquote { margin: .6em 3em; }
		.text_normal_size blockquote p {
			margin: 1.25em 0;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 160%;
			line-height: 140%;
			color: #414141;
		}
		.text_normal_size blockquote p:before {
			content: "\201E";
			margin-left: -7px;
		}
		.text_normal_size blockquote p:after {
			content: "\201C";
		}
	
	.text_normal_size blockquote cite {
		display: block;
		margin: 1.25em 0;
		margin-top: -.6em;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 150%;
		font-style: italic;
		color: #333;
	}
	
	.text_normal_size a {
		color: #0069b4;
		text-decoration: underline;
		outline: none;
		font-weight: bold;
	}
	
	.center { text-align: center; }
	
	.rahmen-rechts { margin-right: 1em; }
	.rahmen-links { margin-left: 1em; }
	
	.bildbeschreibung {
		margin-top: -1em !important;
		font-size: 120% !important;
		font-style: italic !important;
		line-height: normal !important;
	}
	
	
/* ==================================
   5. Styles für spezielle IDs
   =============================== */
	#tz_left_headline, #tz_right_headline {
		font-size: 180%;
		font-variant: small-caps;
		font-weight: bold;
		margin-bottom: 1em;
	}
	
	#tz_content_middle h2, #tz_content_middle h3 {
		font-size: 180%;
		font-weight: bold;
		color: #0069b4;
		margin-bottom: 1.25em;
	}
	
	#tz_content_middle h3 {
		font-size: 160%;
		color: #333;
	}
	
	#tz_content_middle hr {
		border-top: 1px dotted #0069b4;
		color: #f9f8f5;
		background-color: #f9f8f5;
		height: 1px;
		margin: 1.25em 0;
	}
	
	#tz_content_right h3 {
		font-size: 140%;
		font-weight: bold;
	}
	
	#tz_content_right hr {
		border-top: 1px dotted #0069b4;
		color: #f9f8f5;
		background-color: #f9f8f5;
		height: 1px;
		margin: 1.25em 0;
	}
	
	
	/* ==================== Clearfix ==================== */
	.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
	}
	
/* ==================================
   ENDE DES STYLESHEETS
   =============================== */