﻿body {
	margin: 0;
	padding: 0;
	background:#9e9e9e url('gfx/tlo.png') top left;
	font-family: Georgia, sans-serif;
	color: #000;
	font-size: 13px;
}

img {
	border: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration:underline;
}

div#all {
	width: 700px;
	margin: auto;
	overflow:hidden;
	border-left:solid #000 2px;
	border-right:solid #000 2px;
	background:#861e1e;
}

div#header {
	text-align:center;
}

div#top {
	text-align:center;
	border-bottom:solid 2px;
}

div#text {
	text-align:justify;
}

div#dworzec {
	text-align:center;
	margin-top:30px;
}

div#link {
	text-align:center;
	margin-top:30px;
}

div#teksty {
	border-bottom:solid #000 2px;
	text-align:center;
	padding-bottom:20px;
}

div#konduktor {
	float:right;
}

div#kasa {
	width:226px;
	border:solid 1px;
}

div#copyright {
	text-align:center;
	font-size: 10px;
	clear:both;
}