html { overflow: -moz-scrollbars-vertical; }


body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	
}
div#container {
	width:100%;
	height:auto;
}

div#pinkc {
	background:#e62590;
	width:100%;
	height:9px;
}

div#header {
	width:1050px;
	height:140px;
	background:url(logo.png);
	background-repeat:no-repeat;
	background-position:125px 0px;
	margin:auto;
	text-align:right;
}

div#menug {
	margin-right:5%;
}

div#pasek {
	height:82px;
	width:100%;
	background:url(pasek.png);
	background-repeat:repeat-x;
}

div#menud {
	height:57px;
	width:100%;
	background:url(menud.png);
	background-repeat:repeat-x;
}

div#menud-tekst {
	width:1050px;
	height:57px;
	margin:auto;
	background:url(menudlogo.png);
	background-repeat:no-repeat;
	background-position:100px 0px;
}

div#pasek-tekst {
	width:1050px;
	height:82px;
	margin:auto;
	background:url(witaj.png);
	background-repeat:no-repeat;
	background-position:400px 0px;
}
	
div#textbox {
	margin:auto;
	width:1050px;
	height:600px;
	background:url(tlo.jpg);
	background-repeat:no-repeat;
}

div#text {
	width:650px;
	float:right;
}

div#loga {
	width:1020px;
	height:150px;
	background:url(loga.png);
	background-repeat:no-repeat;
	margin:auto;
	margin-top:30px;
}


img {
	border:none;
}

div#przyciski {
	margin:auto;
}

.tab_link {
    float: left;
    padding: 2px;
    text-decoration: none;
    font-variant: small-caps;
	width: 150px;
	height: 100px;
	
}
.tab_link_wybrany { 
	border:1px;
	border-color:#06F;
	width: 150px;
	height: 100px;
}
.tab_text {
    display: none;
    padding: 5px;
    color: #000000;
	text-align:justify;
}
#taby {
	width: 650px;
	margin: 12px;

}
.clear {
	clear: both;
}

.firma {
	font-size:18px;
	color:#F09;
}
a {color:#F09;}


 span { /*--Used to crop image--*/
	width: 150px;
	height: 100px;
	overflow: hidden;
	display: block;
}

.wht {
	color:#FFF;
	margin:0px;
}

