body, td, tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {background-color:#999999;}
th {
	color: #AAAAAA;
	background-color: #666666;
}
.headline {
	font-size: 16px;
	color: #333333;
	font-weight: bolder;
	font-variant: normal;
}

A:link, A:visited {
	text-decoration: underline;
}
A:hover {
	text-decoration: none;
}
A:active {
	text-decoration: none;
}

A.menu:link, A.menu:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
A.menu:hover {
	text-decoration: none;
}
A.menu:active {
	text-decoration: none;
}.small {
	font-size: 10px;
}
.header {background:#666666 url(../gui/header.jpg) top left no-repeat;}
h1 {
	font-size: 14px;
}


.headline2{font-size:0.8em;}

/* BEGIN navi */
#navlist
{
padding-left: 0;
margin: 0px 10px;
border-bottom: 1px dotted #333333;
width: 160px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px dotted #333333;
}

#navlist li a { text-decoration: none; }

/* END navi */

