body {
	background-color: #eeeeee;
	padding:0;margin:0;
}

* {
	font-family: Arial,Helvetica,sans-serif;
}

h1 {
	font-size: 30px;
	margin:0;
}

h1 a,h1 a:hover {
	font-family:serif;
	text-decoration:none;
	color: #900;
	background-color: transparent;
}

h2 {
	font-size: 20px;
	font-style:italic;
}


#container {
	padding:2%;
	margin:2% auto;
	color:#333;
	font-size:13px;
	width:750px;
}

#main {
	font-size: 14px;
	border-bottom: 5px solid #ccc;
	border-right: 5px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	min-height:100px;
	background-color:#fff;
	padding:15px;
	min-height:300px;
	color:#333;
}
.ref {
	text-align:center;
}


#links {
	margin:5%;
	text-align:center;
}

a {
	color: #900;
}

a:hover {
	background-color: #900;
	color: #fc9;
	text-decoration:none;
}

.stin {
	border:7px solid #e3e3e3;
}

.cenik, form	{
	background-color:#f6f6f6;
	border:1px solid #ccc;
	font-size:14px;
	padding:10px;
}

.cenik th {
	text-align:center;
	width:20%;
}

.cenik td {
	text-align:center;
	padding:5px;
}

.cenik a {
	font-size:12px;
}

.male	{
	width:100%;
	text-align:center;
	margin:40px 0;
}

.ptext {
	margin:0 10% 40px 10%;
}

.vice{
	margin:30px 0 80px 0;
	text-align:right;
	font-size:13px;
}

input, textarea, form td	{
	font-size:13px;
}

#footer	{
	font-size:12px;
	text-align:center;
	margin:20px;
}

