html {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}


body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #9EA1A6;
	display: block;
	position: relative;
	font-family: "Tahoma CE", "Tahoma", sans-serif;
}


#pageout {
	width:100%;
	position: relative;
	display: block;
	overflow: hidden;
	background-position: top center;
	background-repeat: repeat-x;
	background-image: url("g/tlo.jpg");
}


#page {
	width: 948px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url("g/pagebg.jpg");
	background-repeat: repeat-y;
}

.fl { float: left; }
.fr { float: right; }
.clr { clear: both; }
.clleft { clear: left; }
.clright { clear: right; }
.r { text-align: right; }
.c { text-align: center; }
.l { text-align: left; }
.j { text-align: justify; }

#tlo img {
	display: block;
	position: relative;
	border: 0px none;
	margin: 0;
	padding: 0;
}

#menu {
	display: block;
	position: absolute;
	z-index: 10;
	top: 170px;
	left: 790px;
}

#menu a:link, #menu a:visited {
	position: relative;
	display: block;
	text-decoration: none;
	color: white;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 4px;
}

#menu a:hover {
	color: #652122;
}


#opis {
	display: block;
	position: absolute;
	z-index: 10;
	top: 563px;
	left: 450px;
	color: #F9FAFB;
	font-weight: bold;
}


.startfooter {
	display: block;
	position: absolute;
	z-index: 10;
	top: 685px;
	left: 580px;
	color: #000000;
	font-size: 10px;
	text-align: center;
	width: 500px;
}

.menutop {
	color:  #652122;
	font-size: 12px;
	margin-bottom: 4px;
	font-weight: bold;
}

#flag {
	display: block;
	position: absolute;
	z-index: 12;
	top: 35px;
	left: 755px;
}

#flag img {
	border: 0px none black;
}









