@charset "utf-8";

/*----------------------------------------------------
//      Website: deikon.de
// Creaded Date: 01.10.2009
//   Created By: Fidel Seehawer
/----------------------------------------------------*/
/*------------ Print CSS --------------------------*/

* {
	margin:0;
	padding:0;
}

#header, #nav, #subNav, #footer {
	display:none;
}


body {
	font:11pt Verdana, Geneva, sans-serif;
	background:#fff;
}

#contentContainer {
	float:none !important;
	background: transparent;
	width:auto;
	margin:0 5%;
	padding:0;
	border:0;
	color:#000;
}

#content p 	{margin:11pt 0;}
#content h2 {font-size:14pt;font-weight:normal;}#content h1 {font-size:16pt;font-weight:normal;}
#content a 	{color:#39f;text-decoration:underline;}
#content ul {
	list-style:none;
	margin:11pt 0;
}

div.column {
	width:auto;
	height:auto;
}

#content .column {
	float:none !important;
}
