@charset "utf-8";

	/*
	
		Tigerradtour für den Eberswalder Zoo
		Print Layout
		----------------------------------------------------------------------
	
	*/
	
	
	
	/*
		Global
		----------------------------------------------------------------------
	*/
	
	body {
		width: 100%;
		color: #000;
		background-color: #fff;
		background-image: none;
		border: none;
	}
	
	/*
		Container gesamter Content
		----------------------------------------------------------------------
	*/
	
	div#page {
		width: 100%;
		border: none;
	}
	
	/*
		Header
		----------------------------------------------------------------------
	*/
	
	div#header {
		position: relative;
		height: 167px;
		color: #000;
		background-color: #fff;
		background-image: none;
		border: none;
	}

	div#header div#header-img {
		float: left;
		display: inline;
		width: 200px;
		height: 167px;
		background: url(logo-tigerradtour-print.gif) 0 0 no-repeat;
	}
	
	div#header h1 {
		height: auto;
		margin-left: 220px;
		line-height: 1.4;
		font-size: 1.6em;
		font-weight: bold;
		text-indent: 0;
		display: block;
	}

	div#header div#header-txt {
		position: absolute;
		margin: 0;
		padding: 0;
		left: 220px;
		bottom: 0;
	}
	
	div#header div#header-txt p {
		font-size: 1.1em;
		line-height: 1.3;
		font-weight: normal;
		color: #000;
		background-color: #fff;
	}
	
	div#header div#header-flv {
		display: none;
	}
	
	/*
		Hauptmenu
		----------------------------------------------------------------------
	*/
	
	div#mainnav {
		display: none;
	}


	/*
		Inhaltsbereich
		----------------------------------------------------------------------
	*/
	
	div#contentframe {
		position: relative;
		min-height: inherit;
		padding: 0;
		color: #000;
		background-color: #fff;
		background-image: none;
		border: none;
	}

	div#contentframe div#biker {
		display: none;
	}

	/*
		Spalte Links
		----------------------------------------------------------------------
	*/
	
	div#leftcol {
		display: none;
	}

	/*
		Spalte Rechts
		----------------------------------------------------------------------
	*/
	
	div#rightcol {
		position: relative;
		float: none;
		display: block;
		width: 100%;
		margin: 0;
		padding-bottom: 5em;
	}

	div#rightcol h1 {
		font-size: 180%;
		line-height: 1.4;
		margin: 0.5em 1em 0.5em 0;
		color: #000;
		background-color: #fff;
	}

	div#rightcol h2 {
		font-size: 150%;
		line-height: 1.4;
		margin: 0.5em 1em 0.5em 0;
		color: #000;
		background-color: #fff;
	}

	div#rightcol h3,
	div#rightcol h4,
	div#rightcol h5 {
		font-size: 140%;
		line-height: 1.4;
		margin: 0.5em 1em 0.5em 0;
		color: #000;
		background-color: #fff;
	}

	div#rightcol p {
		font-size: 1.2em;
		line-height: 1.6;
		font-weight: normal;
		margin: 1em 0;
		color: #000;
		background-color: #fff;
	}

	div#rightcol strong {
		color: #000;
		background-color: #fff;
		font-weight: bold;
	}

	div#rightcol ol,
	div#rightcol ul {	 
		color: #000;
		background-color: #fff;
		font-weight: normal;
	}
