/*RESET CSS-ÓW
------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { 
margin: 0; padding: 0;
}


/*BODY
------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/tlo.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
}


/*KONTENER
------------------------------------*/

#kont {
	width: 1012px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: left;
}

/*DIV-Y TOP 
------------------------------------*/

#adres {
	width: 1012px;
}

#top {
	width: 1012px;

}
/*LINKI
------------------------------------*/

a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#000;
	font-size: 10px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#000;
	font-size: 10px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color:#000;
	font-size: 10px;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#000;
	font-size: 10px;

}

/*STOPKA
------------------------------------*/

#stopka {
	background-color:#fff;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #000;
	height:100px;
	color: #000;
}

