body	{
	background-color:#FFF8DC;
	margin:20px 40px;
	}

h1, h2, h3, td,th, p	{
	font-family:Verdana,Arial,Andale sans;
	}

table	{
	width:100%;
	}

th	{
	text-align:left;
	height:20pt;
	font-size:large;
	}

td	{
	vertical-align:top;
	}

li	{
	font-weight:bold;
	list-style-type:none;
	margin-top:20pt;
	}

/* Zweite Ebene */
li li	{
	font-weight:normal;
	margin-top:2pt;
	}

.nolink {
	font-size:32pt;
	font-weight:bold;
	}

/* noch nicht besuchte Ziele */
a:link	{
	color:black;
	text-decoration:underline;
	}

/* besuchte Ziele */
a:visited	{
	color:grey;
	}

 /* Verweise bei "MouseOver" */
a:hover	{
	color:blue;
	}
