@page { size: portrait; }
* 			{
	font-family:Verdana;	
}
body {
	background-color: #F4F4F4;
	line-height: 16px;
}
table 		{ margin: 0 auto; border: 1px solid #ccc; background-color: #fff; width: 640px;}
tr			{ }
th			{ width:5%; border-right: 0px solid white;}
a	 		{ color: #222222; text-decoration: none;}

td a:link, td a:active, td a:selected	{ color:#fff; text-decoration:none;}
td			{ color:#333; font-size:11px; padding:1em; }
td .speaker	{ color:#333; font-style: normal; }
td .title	{ color:#333; font-weight: bold; }
td.session 	{ border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }



td.time		{
	padding: 0.5em;
	color:#000000;
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-right: 2px solid #ccc;
	font-size:0.55em;
	width: 100px;
	}
	
td.konfday 	{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 16px;
	font-weight: bold;
	background-color: #FCB110;
	color: #fff;
	padding: 8px;
}

td.startupday 	{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 14px;
	font-weight: bold;
	background-color: #FCB110;
	color: #fff;
}

.header {
				border-right: 1px solid #ccc;
				width: 918px;
				margin-bottom: 10px;
			}
			
.header img {
				width: 620px;
				height: 95px;
}

.keynote {
				background-image: url('http://it-republik.de/konferenzen/planer/images/ipc09se/bg_keynote.png');
				background-position: 13px;
				background-repeat: no-repeat;
				text-align: center;
				border: 1px solid #FCB110;
			}
.break {
				font-weight: bold;
				text-align: center;
				border-bottom:1px solid #e3df3e;
				border-top:1px solid #e3df3e;
				color:#FFFFFF;
				font-size:11px;
			}
			
td.special {
				font-weight: bold;
				font-size:11px;
				background-color: #ece8e8;
				text-align: center;
				border-bottom:1px solid #ccc;
				border-right: 1px solid #ccc;
			}
			
.pagebreak {
		page-break-after: always;
}