/* CSS consensus */

* {margin: 0; padding: 0;}

body {
	background-color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Verdana, "Times New Roman", serif;
	color: #555555;
}

#body1 {
	background-image: url(grafiki/torun.png);
	background-repeat: no-repeat;
	background-position: inherit;
	font-size: 10px;
	font-family: Arial, Verdana, "Times New Roman", serif;
	color: #555555;
}

p {
	text-align: justify;
	color: #555555;
}

.p {
	font-size: 12px;
	text-align: justify;
	color: #555555;
}

.p1 {
	font-size: 12px;
	font-variant: small-caps;
	text-align: right;
	color: #555555;
}

.p2 {
	text-align: justify;
	color: #555555;
}

#container {
	height: 354px;
	width: 800px;
	margin-left: 100px;
	margin-top: 20px;
	border: 1px solid white;
}

table {font-family: arial, verdana;
	font-size: 11pt;
	color: #555555;
}	

.proste8ar {font-family: arial, verdana;
	font-size: 8pt;
	color:#555555;
}

.proste10ar {font-family: arial, verdana;
	font-size: 10pt;
	color: #555555;
}

.proste12ar {font-family: arial, verdana;
	font-size: 12pt;
	color: #555555;
	font-weight: bold;
}

.proste16ar {font-family: arial, verdana;
	font-size: 16pt;
	color: #555555;
	font-weight: bold;
}

p {margin-bottom: 15px;
   margin-top: 15px;
}

h1 {
	color: #555555;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 2.6em;
}

h2 {
	color: #555555;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
}

a:link {
	color: #555555;
	text-decoration: none;
} /* unvisited link */
a:visited {
	color: #800000;
	text-decoration: underline;
} /* visited link */
a:hover {
	color:#555555;
	font-weight: normal;
	text-decoration: underline;
} /* mouse over link */
a:active {
	color: #555555;
	text-decoration: underline;
} /* selected link */
	
div#stopka{
	font-size: 10px;
	float: right;
	position: absolute;
	top: 250px;
	left: 12%;
	color: #555555;
	border-width: 1px;
	border-style: none;
	border-color: #555555;
}
