/* 
easyCss~printCss 
Copyright (C) 2010 Joachim Doerr, easyCssframework.com
Creative Commons Attribution-Share Alike 3.0 License
*/
/* ----------------------------------------------------- ~ body */
body {
/*	font-family: Georgia, "Times New Roman", serif; */
	font-family: Arial, Verdana, sans-serif;
/*	font-family: Helvetica, Arial, Verdana, sans-serif; */
/*	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 100; */
/*	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; */
	background: white;
	font-size: 101%;
	line-height: 1.5;
	color: #000;
}
* {
	background-color: transparent;
	background-image: none;
}
/* ----------------------------------------------------- ~ layout */
#main-navigation,
#head {
	display: none;
}
.hide,
.logo em {
	display: none;
}
.logo a {
	display: none;
}
.logo img {
	width: 184px;
	height: 35px
}
#footer hr,
#footer h5,
.footer-aboutus,
#footer .jobs,
.footer-contact,
.foot-navigation-headline,
.foot-navigation-hr,
.foot-navigation {
	display: none;
}
/* ----------------------------------------------------- ~ parts */
.part-100,
.part-95,
.part-90,
.part-85,
.part-80,
.part-75,
.part-70,
.part-65,
.part-60,
.part-55,
.part-50,
.part-45,
.part-40,
.part-35,
.part-33,
.part-30,
.part-25,
.part-20,
.part-15,
.part-10,
.part-0,
.part-auto {
	float: left;
	display: block;
}
.part-100 > p,
.part-95 > p,
.part-90 > p,
.part-85 > p,
.part-80 > p,
.part-75 > p,
.part-70 > p,
.part-65 > p,
.part-60 > p,
.part-55 > p,
.part-50 > p,
.part-45 > p,
.part-40 > p,
.part-35 > p,
.part-33 > p,
.part-30 > p,
.part-25 > p,
.part-20 > p,
.part-15 > p,
.part-10 > p,
.part-0 > p,
.part-auto > p {
	padding-left: 9px;
	padding-right: 9px;
}
* html .part-100,
* html .part-95,
* html .part-90,
* html .part-85,
* html .part-80,
* html .part-75,
* html .part-70,
* html .part-65,
* html .part-60,
* html .part-55,
* html .part-50,
* html .part-45,
* html .part-40,
* html .part-35,
* html .part-33,
* html .part-30,
* html .part-25,
* html .part-20,
* html .part-15,
* html .part-10,
* html .part-0,
* html .part-auto {
	margin-right: -0.05em;
}
* + html .part-100,
* + html .part-95,
* + html .part-90,
* + html .part-85,
* + html .part-80,
* + html .part-75,
* + html .part-70,
* + html .part-65,
* + html .part-60,
* + html .part-55,
* + html .part-50,
* + html .part-45,
* + html .part-40,
* + html .part-35,
* + html .part-33,
* + html .part-30,
* + html .part-25,
* + html .part-20,
* + html .part-15,
* + html .part-10,
* + html .part-0,
* + html .part-auto {
	margin-right: -0.05em;
}
.part-100 {
	width: 100%;
}
.part-95 {
	width: 95%;
}
.part-90 {
	width: 90%;
}
.part-85 {
	width: 85%;
}
.part-80 {
	width: 80%;
}
.part-75 {
	width: 75%;
}
.part-70 {
	width: 70%;
}
.part-65 {
	width: 65%;
}
.part-60 {
	width: 60%;
}
.part-55 {
	width: 55%;
}
.part-50 {
	width: 50%;
}
.part-45 {
	width: 45%;
}
.part-40 {
	width: 40%;
}
.part-35 {
	width: 35%;
}
.part-33 {
	width: 33.333%;
}
.part-30 {
	width: 30%;
}
.part-25 {
	width: 25%;
}
.part-20 {
	width: 20%;
}
.part-15 {
	width: 15%;
}
.part-10 {
	width: 10%;
}
.part-auto
.part-0 {
	width: auto;
}
/* ----------------------------------------------------- ~ columns */
.column-1 > p,
.columns-1 > p,
.columns-2 > p,
.columns-3 > p,
.columns-4 > p,
.columns-5 > p,
.columns-6 > p,
.columns-7 > p,
.columns-8 > p,
.columns-9 > p,
.columns-10 > p {
	padding-left: 9px;
	padding-right: 9px;
}
.column-1,
.columns-1,
.columns-2,
.columns-3,
.columns-4,
.columns-5,
.columns-6,
.columns-7,
.columns-8,
.columns-9,
.columns-10 {
	display: block;
	float: left;
}
* html .columns-2,
* html .columns-3,
* html .columns-4,
* html .columns-5,
* html .columns-6,
* html .columns-7,
* html .columns-8,
* html .columns-9,
* html .columns-10 {
	margin-right: -0.05em;
}
* + html .columns-2,
* + html .columns-3,
* + html .columns-4,
* + html .columns-5,
* + html .columns-6,
* + html .columns-7,
* + html .columns-8,
* + html .columns-9,
* + html .columns-10{
	margin-right: -0.05em;
}
.column-1,
.columns-1 {
	width: 100%;
}
.columns-2 {
	width: 50%;
}
.columns-3 {
	width: 33.333%;
}
.columns-4 {
	width: 25%;
}
.columns-5 {
	width: 20%;
}
.columns-6 {
	width: 16.666%;
}
.columns-7 {
	width: 14.285%;
}
.columns-8 {
	width: 12.5%;
}
.columns-9 {
	width: 11.111%;
}
.columns-10 {
	width: 10%;
}