body {
	background: #333;
	color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: 14px;
}

a, a:link, a:hover, a:visited {
	color: #f93;
	text-decoration: none;
}

a:hover {
	color: #f93;
	text-decoration: underline;
}

#menu a, #menu a:link, #menu a:hover, #menu a:visited {
	color: #333;
	text-decoration: none;
	font-size: 18px;
}

#menu a:hover {
	font-weight: bold;	
	color: #000;
}


#body {
	background: #003;
	width: 950px;
	margin: 0 auto;
}

h1 {
	color: #003;
}

h2 {
	color: #999;
	font-weight: normal;
	border-bottom: 1px solid #999;
	margin: 0;
	padding:0;
	margin-bottom: 20px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#menu {
	background-image: url(img/menu_bg.gif);
	background-repeat: repeat-x;
	height: 150px;
	width: 100%;
	color: #003;
}

#menu table{
	/*background-image: url(img/c2.gif);*/
	background-repeat: no-repeat;
	/*height: 250px;*/
	width: 100%;
	background-position: center center;
}

.second {
	text-align: right;
	margin: 0 auto;
}

.second li{
	text-align: right;
	margin-left: auto;
	margin-right: 25px;
	right: 0;
}

/*
#c1 {
	background-image: url(img/c1.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 125px;
	align: middle;
	margin: 0;
}

#c1 h1 { 
	display: none;
}
*/
#c1 h1 { 
	color: #fff;
}

/*
#c2 {
	background-image: url(img/c2.gif);
	background-repeat: no-repeat;
	height: 250px;
	width: 480px;
	margin: 0 auto;
	align: center;
}
*/

ul {
	list-style-type: none;
	margin: 0 5px;
	padding: 0;
	border: 0;
}

ul li{
	margin-top: 20px;
	border-bottom: 1px solid #FF9933;
	width: 230px;
}

#mainText{
	text-align: justify;
	margin: 10px;
}

#footer {
	border-top: 5px solid #333;
	text-align: center;
	color: #333;
	font-size: 10px;
	
}

.req{ 
	color: #f93;
	font-size: 12px;
}

#galeria img {
	margin: 10px 10px;
}

#galeria {
	width: 100%;	
	margin: 0 auto;
	text-align: center;
}

#cennik td {
	border: 1px solid #f93;
	padding: 5px;
}

#cennik {
	border: 1px solid #f93;
	border-collapse: collapse;
	text-align: center;
	margin: 0 auto;
}

.city {
/*	font-size: 1.2em;*/
	background-color: #000066;
}

.city  td{
	padding: 5px 0 5px 0;
}


iframe {
	border: none;
	width: 900px;
	height: 3000px;
	background: #fff;
	margin: 0 auto;
}

.red {
	color: #a00;
	font-size: 18px;
}