body {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 0px;
	top: 0px;
}
.banner {
	background-attachment: scroll;
	background-image: url(../images/greenBanner.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: large;
	color: #000000;
	font-weight: bold;
	text-align: center;
	overflow: visible;
	
}
.background {
	background-attachment: scroll;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	overflow: hidden;
	
}
#navi a , #navi strong {
	color: #000000;
	display: block;
	width: 130px;
	height: 24px;
	text-align: center;
	text-decoration: none;
}
#navi strong {background: url(../images/activeButton.gif);}
#navi a {background: url(../images/inactiveButton.gif);}
#navi a:hover {background: url(../images/activeButton.gif);}
#navi table{
	float: left;
	position: absolute;
	top: 120px;
	display: table;
	vertical-align: top;
	border: 0px none;
	padding: 0px;
	margin: 0px;
}
.heading {font-size: medium; font-weight: normal;}

#reklama {top: 2em;
	position: relative;
	border: 0px none;
	padding: 0px;
	margin: 0px;
  vertical-align: bottom;
	text-align: center;
	font-size: 0.7em;
}

h1{
	font-size: large;
	font-weight: bold;
	border: Green;
}
h2{
	font-size: medium;
	font-weight: bold;
	margin: 5px;
}
h3{
	font-size: small;
	font-weight: bold;
}
.thumb{
  width: 3em;
  height: 3em;
}


td #bilingual{vertical-align: top;}
