/* CSS Document */
*,a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h1{
	color:#0CB3FA;
	font-size:21px;
	font-weight:normal;
	margin-top:0px;
	line-height:40px;
}

img{
	border:0px;
}

html {
    height:100%;
}

body{
	height:100%;
	margin:0px;
}

/*Opera Fix*/
body:before {
    content:"";
    height:100%;
    float:left;
    width:0;
}

div.container_tla{
	width:100%;
    min-height:100%;
    margin-top:-59px;
}

div.tlo_gora{
	width:100%;
	height:212px;
	background: repeat-x url(img/start_tlo_gora.jpg);
	border-top:59px solid #fff;
}

div.gora_baner{
	margin:60px auto 0px auto;
	width:164px;
	height:69px;
	background:no-repeat url(img/baner.png);
}

div.gora_baner a{
	display:block;
	width:100%;
	height:69px;
	cursor:pointer;
}

div.tlo_top{
	width:100%;
	height:254px;
	/*background: repeat-x url(img/tlo_top.jpg) 50% 0%;*/
	background-color:#000;
}

div.tlo_top_wzorek_lewa{
	position:absolute;
	z-index:1;
	left:0px;
	width:91px;
	height:204px;
	background:no-repeat url(img/tlo_top_wzorek_lewa.png);
}

div.tlo_top_wzorek_prawa{
	position:absolute;
	z-index:1;
	right:0px;
	width:91px;
	height:204px;
	background:no-repeat url(img/tlo_top_wzorek_prawa.png);
}

div.top{
	width:620px;
	height:254px;
	margin:0px auto 0px auto;
	background: no-repeat url(img/start_zdjecia.jpg);
}

table.zawartosc{
	width:860px;
	height:240px;
	margin:40px auto 20px auto;
	border-collapse:collapse;
}

td.okno_glowne{
	vertical-align:top;
	text-align:center;
}

div.tlo_stopka{
    width:100%;
    margin:auto;
    height:59px;
    clear:both;
	/*background:repeat-x url(img/tlo_stopka.jpg);*/
	background-color:#000;
	overflow:hidden;
}

div.tlo_zawartosc{
	width:100%;
	height:355px;
	position:absolute;
	z-index:-1;
	margin-top:-355px;
	background:repeat-x url(img/tlo_zawartosc.jpg);
	left:0;
}

div.stopka_txt{
	width:860px;
	height:20px;
	margin:0px auto 0px auto;
	padding-top:15px;
	color: gray;
	text-align: center;
}

/*style jezykow*/
table.jezyk{
	border-collapse:collapse;
}

table.jezyk td{
	padding-left:12px;
	text-align:center;
}

table.jezyk a.on{
	display:block;
	width: 24px;
	cursor:pointer;
	background-color:#59b130;
	color:#fff;
	font-size:8pt;
	font-weight:bold;
}

table.jezyk a.on:hover{
	text-decoration:none;
}

table.jezyk a.off{
	display:block;
	width: 24px;
	cursor:pointer;
	font-size:8pt;
	font-weight:bold;
}

table.jezyk a.off:hover{
	background-color:#59b130;
	color:#fff;
	text-decoration:none;
}

