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: #2B507D;
	display: block;
	position: relative;
	font-family: "Tahoma CE", "Tahoma", sans-serif;
	width: 100%;
}

.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; }

.blockimg img {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#leftbg {
	display: block;
	position: absolute;
	top: 0;
	left:0;
	width: 50%;
	height:400px;
	background-image: url("g/");
	overflow: hidden;
}

#pageout {
	width:100%;
	position: relative;
	display: block;
	overflow: hidden;
	background-position: center;
	background-repeat: repeat-x;
	background-image: url("g1/tlo.jpg");
}


#page {
	width: 949px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#rightbg {
	display: block;
	position: absolute;
	top: 0;
	left:50%;
	width: 50%;
	height:697px;
	background-image: url("g1/tlo2.jpg");
	overflow: hidden;
}

#main {
	position: relative;
	display: block;
}

.startfooter {
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	clear: both;
	position: relative;
	padding-bottom: 15px;
	padding-top: 15px;
	display: block;
	width:100%;
} 

#dolna {
	display: block;
	position: absolute;
	z-index: 10;
	top: 600px;
	left: 120px;
	color: #6FC3EF;
	font-size: 12px;
	width: 700px;
	text-align: center;
}

a:link, a:visited {
	text-decoration: none;
	color: #2477D9;
}






























