* {
  margin: 0;
  padding: 0;
}
body {
  background: #fff url('images/background.gif') repeat-x;
	font-family: tahoma;
	color:#4D4D4D;
	font-size: 13px;
}

h1 {
	font-size: 23px;
	margin: 10px 0 20px;
	font-weight: normal;
	font-family: georgia;
	text-align: center;
	line-height: 140%;
}
h2 {
	font-size: 16px;
	margin: 20px 0 10px 30px;
	font-weight: normal;
	font-family: georgia;
	text-align: left;
}
h3 {
	font-size: 16px;
	margin: 10px 0;
	font-weight: normal;
	font-family: georgia;
	color: #F6F6F6;
}
h4 {
	font-size: 11px;
	margin: 5px 0;
	font-weight: bold;
	font-family: georgia;
	text-align: center;
}
h5 {
	font-size: 16px;
	margin: 10px 0;
	font-weight: normal;
	font-family: georgia;
	color: #FB2000;
}
p {
	margin: 7px 0;
}
.clear {
	clear: both;
	}
.red {
	color: #FB2503;
	font-weight: bold;
}
#container {
  background: url('images/header.jpg') no-repeat scroll 7px 0;
  width: 980px;
	padding-top: 200px;
	margin: 0 auto;
}
#menu {
	padding-left: 97px;
	font-size: 14px;
	width: 200px;
	float: left;
}
#menu ul li, #menu_plany ul li {
	list-style: none;
}
#menu a, #content a {
	display: block;
	width: 160px;
	height: 23px;
	margin-top: 10px;
	padding-left: 50px;
	line-height: 23px;
	text-decoration: none;
	color:#546779;
}
#menu a:hover {
	background: #546779 url('images/menu.jpg') no-repeat;
	color: #F7FAFC;
}
#biuro {
	margin-top: 60px;
	text-align: center;
}
#biuro p {
	font-size: 11px;
}
#biuro a, #content a {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 11px;
	color: #4D4D4D;
}
#biuro a:hover {
	color: #546779;
	background: #fff;
	text-decoration: underline;
	}
#biuro img {
	margin: 30px 0 0 0px;
}

#content {
	float: left;
	width: 558px;
	padding: 88px 0 0 71px;
	line-height: 140%;
}
#content ul {
	margin-left: 40px;
}


#gallery { 
	position: relative; 
	padding-left: 41px;
}
#pictures { 
	position: relative; 
	height: 408px; 
}
#pictures img { 
	position: absolute; 
	top: 0; 
	left: 0; 
}

#prev, #next { 
	text-align: center; 
	float: left;
}
#next {
	padding-left: 334px;
}
#content a:hover {
	color: #000;
}

#formularz {
	width: 255px;

	margin: 30px 0 0 152px;
	font-size: 12px;
	}

#formularz label {
	width: 100px;
	margin-top: 10px;
	display: block;
	}
.form, #formularz textarea {
	width: 240px;
	height: 20px;
	border: 1px solid;
	}
#formularz textarea {
	height: 100px;
	}
#button {
	margin-left: 187px;
	}
#komunikat {
	text-align: center;
	margin: 20px 0;
	}
#credits {
	padding-top: 30px;
}
#credits a {
	font-size: 10px;
	color:#d4d4d4;
	display: inline;
	padding-left: 24px;
}
#credits a:hover {
	color: #808080;
	background: #fff;	
}
table {
	margin: 20px auto;
}
th {
	background: #13488A;
}
.col {
	width: 200px;
}
.col_r {
	text-align: right;
	width: 100px;
}
#menu_plany {
	margin: 10px 0 20px 0; 
}
#menu_plany ul li {
	display: inline;
	margin: 0 20px;
}