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

Stand: Stylesheet für die Bildschirmausgabe
Datei: screen.css
Datum: Jänner 2014

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;
		color: #333;
		background-color: #b7c5f7;
	}
	
	
/* ==================================
   3. Styles für Layoutbereiche
   =============================== */
	#tz_website {
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 50px;
		width: 960px;
		background-color: #f9f8f5;
		-webkit-box-shadow:  4px 4px 6px 0px rgba(0, 0, 0, .8);
		box-shadow:  4px 4px 6px 0px rgba(0, 0, 0, .8);
	}
	
		#tz_header {
			position:  relative;
			height: 135px;
			border-bottom: 1px solid #0069b4;
		}
			#tz_logo {
	position: absolute;
	left: 20px;
	top: 17px;
	width: 260px;
			}
			#tz_mainnavigation {
				position: absolute;
				right: 0;
				top: 65px;
			}
				#tz_mainnavigation li {
					float: left;
					list-style-type: none;
					margin-right: 20px;
					font-variant: small-caps;
					font-weight: bold;
					font-size: 15px;
				}
		
		#tz_content { background: url(../img/stripes.gif) repeat-y; }
			
			#tz_content_middle { padding: 7px 15px; }
				
			#tz_left {
				width: 210px;
				float: left;
				
			}
				#tz_subnavigation {
					margin-bottom: 60px;
					padding: 0 15px;
					
				}
					#tz_subnavigation li {
						list-style-type: none;
						font-variant: small-caps;
						font-size: 14px;
						font-weight: bold;
						line-height: 24px;
						
					}
						#tz_subnavigation li a {
							color: #0069b4;
							text-decoration: underline;
							outline: none;
							
						}
				#tz_content_left { padding: 0 15px; }
			#tz_middle {
				width: 540px;
				float: left;
				
			}
			#tz_right {
				width: 210px;
				float: left;
			
			}
				#tz_content_right { padding: 0 15px; }
			#tz_footer {
				width: 100%;
				height: 30px;
				
			}
	
	
/* ==================================
   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: 18px 0;
		font-size: 12px;
		line-height: 18px;
	}
	
	.text_normal_size li {	
		margin: 2px 0;
		margin-left: 20px;
	}
	
	.text_normal_size blockquote { margin: 9px 40px; }
		.text_normal_size blockquote p {
			margin: 18px 0;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 14px;
			line-height: 18px;
			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: 18px 0;
		margin-top: -9px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 13px;
		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: 15px; }
	.rahmen-links { margin-left: 15px; }
	
	.bildbeschreibung {
		margin-top: -14px !important;
		font-size: 11px !important;
		font-style: italic !important;
		line-height: normal !important;
	}
	 
/* ==================================
   5. Styles für spezielle IDs
   =============================== */
	#tz_left_headline, #tz_right_headline {
		height: 30px;
		font-size: 16px;
		font-variant: small-caps;
		font-weight: bold;
		line-height: 30px;
		padding: 0 15px;
		margin-bottom: 20px;
	 }
	
	#tz_left_headline { background-image: url(../img/verlauf_links.jpg); }
	
	#tz_right_headline { background-image: url(../img/verlauf_rechts.jpg); }
	
	#tz_content_middle h2, #tz_content_middle h3 {
		font-size: 20px;
		font-weight: bold;
		color: #0069b4;
		margin-bottom: 18px;
	}
	
	#tz_content_middle h3 {
		font-size: 14px;
		color: #333;
	}
	
	#tz_content_middle hr {
		border-top: 1px dotted #0069b4;
		color: #f9f8f5;
		background-color: #f9f8f5;
		height: 1px;
		margin: 18px 0;
	}
	
	#tz_content_right h3 {
		font-size: 12px;
		font-weight: bold;
	}
	
	#tz_content_right hr {
		border-top: 1px dotted #0069b4;
		color: #f9f8f5;
		background-color: #f9f8f5;
		height: 1px;
		margin: 18px 0;
	}
	
	
	/* ==================== Clearfix ==================== */
	.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
	}
	
/* ==================================
   ENDE DES STYLESHEETS
   =============================== */
