/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

@import 'screen.css';

.container {
	margin:				0px;
	width:				100%;
}

.languageChooser {
	display:			none;
}

.left {
	display:			none;
}

.right {
	display:			none;
}

.middle, .middle_without_right {
	float:				none;
	width:				100%;
}

.middle .page_content {
	padding-right:		0px;
}

.spalte {
	float:				left;
	width:				45%;
	padding-right:		20px;
}

.footer_content {
	width:				100%;
}

.footer_partner {
	width:				100%;
}

tr, li {page-break-inside: avoid;}

