body, td { font-family: Arial;  font-size: 9pt;  }

.heading {
	font-size: 28px;
	font-family: Times;
	font-weight: bold;
	line-height: 60px;
}

.ueber1 {
	font-family: times, arial, verdana;
	font-size: 18px;
	font-weight: bold;
}

.ueber2 {
	font-family: times, arial, verdana;
	font-size: 16px;
	font-weight: bold;
}

.text {
	font-family: arial, verdana, times;
	font-size: 14px;
	font-weight: normal;
}

.sub {
	font-family: times, arial, verdana;
	font-size: 11px;
	font-weight: normal;
}

.nav {
	font-family: times, arial, verdana;
	font-size: 14px;
	font-weight: bold;
}

a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: arial;
}

a.menue {
	padding-left: 15px;
	font-size: 12px;
	text-decoration: none;
	font-family: arial;
	font-weight: normal;
}

a:link, a.menue:link {
	color: #848484;
}

a:active, a.menue:active {
	color: black;
}

a:visited, a.menue:visited {
	color: #848484;
}

a:hover, a.menue:hover {
	color: black;
}

.block {
	text-align: justify;
}

a.news, .news {
	font-family: arial;
	font-size: 18px;
	color: #606060;
	text-decoration: none;
}

img.thumbnail {
	border: 1px solid #444444;
}

ul#images {
    margin:0;
    padding:0;
    list-style:none;
    width:100%;
}
ul#images li {
    margin:0;
    padding:0;
    float:left;
    width:33%;
}