body {
	margin: 0;
	padding: 0;
	background: #fff url('images/bg.jpg') repeat-x; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

#page-container {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
/*==============================
	UPPER PART
===============================*/
#page-container #top {
	height: 100px;
	text-align: left;
}
#page-container #top h1,
#page-container #top h2 {
	position: absolute;
	margin: 0;
	padding: 0;
}
#page-container #top h1 {
	top: 40px;
	left: 20px;
}
#page-container #top h2 {
	color: #1968B5;
	font-size: 14px;
	font-family: Georgia;
	font-style: italic;
	float: right;
	top: 52px;
	left: 200px;
}
#page-container #top h1:hover {
	text-decoration: none;
}
/*==============================
	HEADER
===============================*/
#wrapper {
	text-align: left;
	height: 280px;
}
#header {
	margin-right: 400px;
	padding-left: 20px;
	color: #ffffff;
	font-size: 22px;
}
#header .headersmaller {
	font-size: 17px;
}
#header .headersmaller span {
	color: #FACEA8;
	font-size: 22px;
}
#header .headersmall {
	font-size: 14px;
	font-style: italic;
}
#header p {
	margin-top: 10px;
	line-height: 1.0em;
}
#header #arrow {
	margin-left: 280px;
}
/*==============================
	FORM
===============================*/	
#wrapper #form {
	width: 399px;
	float: right;
	background: #D8E7FC;
	border: 7px solid #fff;
	margin-top: 3px;
	height: 260px;
}

#form p {
	color: #1968B5;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
#form #godziny {
	font-size: 12px;
	font-weight: normal;
}
#form table th {
	font-size: 12px;
	font-weight: normal;
}
#form table {
	width: 250px;
	text-align: center;
	margin-left: 55px;
}
/*==============================
	CONTENT
===============================*/


#content #right {
	float: right;
	width: 350px;
	text-align: center;
}
#content #left {
	margin-right: 360px;
	margin-top: 20px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px dashed #DDDFE1;
	font-size: 14px;
}
#content #left h2,
#content #right h3 {
	font-size: 22px;
	color: #1968B5;
}
#content #right #kontakt {
	background: #D8E7FC;
	margin: 10px;
	padding: 5px;
	text-align: center;
	border: 1px solid #1968B5;
}
#content #right #kontakt h3 {
	padding: 0;
	margin: 0;
	padding-top: 10px;
	font-size: 16px;
}
#content #right #kontakt span {
	font-size: 22px;
	font-weight: bold;
	color: black;
}
#content #left .box1 {
	border-bottom: 1px dashed #1968B5;
}
#content #left .box1 dt {
	font-size: 18px;
	font-weight: bold;
	clear: left;
	color: #E38126;
	padding-bottom: 10px;
}
#content #left .box1 dt img {
	display: block;
	border: 1px solid #1968B5;
	float: left;
	margin: 0 20px 0 0;
}
#content #left .box1 dd {
	margin: 10px 0 40px 0;
}
#clearer {
	clear: both;
	height: 20px;
}
/*==============================
	FOOTER
===============================*/
#footer {
	background: #1968B5;
	height: 105px;
}
#footer p {
	color: #fff;
	padding-top: 20px;
	line-height: 1.5em;
}