body {
	font-family:Century Gothic, Verdana,sans-serif;
	font-size:1em;
	background:#fff;
	text-align:center;
}

h1 {  
	font-size:2.8em; 
	color:#FF6600; 
	font-weight:normal; 
}
h2 {  
	font-size:1.6em; 
	color:#FF6600; 
	font-weight:normal; 
}
h3 {  
	font-size:1.2em; 
	color:#FF6600; 
	font-weight:normal; 
}
img.border {
	border:1px solid #282828;
}
a { text-decoration:none; color:#FF6600; }
a:hover { text-decoration:none; color:#cf5300; }
a.mail { color:#6B8E23;  }
a.mail:hover { color:#435F06; }

td.arrowRight { background:url('arrowRight.jpg') no-repeat right; vertical-align:middle; text-align:center; }
td.arrowLeft { background:url('arrowLeft.jpg') no-repeat left; vertical-align:middle; text-align:center; }
table.withBorder tr { padding:20px 0 20px 0; }

a.back {
	float:left;
	font-size:0.8em;
}
table { clear:both; }
table.tableView
{
	width:800px;
}
table.tableView td
{
	text-align:left;
}
table.tableView td.right
{
	text-align:right;
	vertical-align:top;
}
div.programm
{
	float:right;
	width:200px;
	padding:5px;
	margin:0 0 5px 5px;
	background:#efefef;
	border:1px solid #ccc;
	color:#4F4F4F;
	font-size:0.9em;
}
	div.programm h2
	{
		font-size:1.1em;
		font-weight:bold;
		margin:0 0 5px 0;
	}
