@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "3col_standard"
 * (de) Zentrales Stylesheet - Beispiellayout "3col_standard"
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */

@import url(screen/basemod.css);
@import url(screen/content.css);
@import url(screen/nav.css);

@import url(extensions/jp_pageteaser.css);
@import url(extensions/itao_world.css);

/* import print layout | Druck-Layout einbinden */
/*@import url(../yaml/print/print_120_draft.css);*/

@media print
{
	#header-img-top,
	#header-img-bottom,
	#topnav,
	#nav,
	.print-link,
	#postit{
		display:none;
		visibility:hidden;
	}

	.wrap-top,
	.wrap-bottom{
		background:none;
	}

	.page_margins{
		width:auto;
	}

	#col1{
		width:100%;
	}

	#breadcrumb{
		width:97%;
	}
	
	#header{
		background:#006976;
	}
	
	#col2 .box .boxbody,
	#col2 .box .boxhead,
	#col2 .tx-jppageteaser-pi1-box,
	body{
		background:none;
		border:none;
	}
	
	#col2 .box .boxhead h3{
		color:#22666D;
	}
	
	#col1,
	#col2,
	#breadcrumb,
	#header{
		float:none;
		clear:none;
	}
	
	#col1_content,
	#col2_content{
		padding:10px 0px;
		border:none;
	}
	
}

/*
#col1 .news-list-item{
	width:598px;
}
*/