html {
	font: normal 80%/ 1.3 Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
	margin: 0 auto 0 auto;
	padding: 0px;
	width: 1600px;
	background-image: url("../images/back.jpg");
	background-position: center top;
}

p {
	margin: 0;
	font-size: 0.8em;
}

h1,h2,h3 {
	margin: 0.4em 0 0.2em 0;
	font-weight: bold;
}

h1 {
	font-size: 1.6em;	
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 0.8em;
}

table {
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 5px;
	text-align: center;
}

table.liste {
	text-align: left;
	font-size: 0.8em;
}

th {
	text-align: center;
}

td.tradi {
	background: #90d050;
}

td.myst {
	background: #5080bd;
}

td.multi {
	background: #ffff00;
}

td.geo {
	background: #ff0000;
}

td.sonst {
	background: #b0a0c8;
}