@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) IE7-Patch stylesheet for YAML standard layout (3 columns without column dividers)
 *
 * @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) $
 */

/* Layout-dependent adjustments | Layout-abhängige Anpassungen --------------------------------------- */
@media screen, projection {
body {
	padding: 0;
}
.page_margins {
	background-image:  none;
	width: 960px;
}
.page {
	margin: 0;
	padding: 0;
	background-image: none;
}
#border-top {
	display: none;
}
#border-bottom {
	display: none;
}
/* Popups */

div.popupcontainer select, div.popupcontainer select.multi {
	height: auto!important;
	padding-left: 10px;
}
#upload_button {
	display: none;
}

#footer {
	color: #999;
	padding: 5px;
width: 950px;	
}
}

