* {
	margin: 0;
	padding: 0;
	}
body {
	margin-top: 20px;
	font-family: verdana;
	font-size: 12px;
	background: #FEFFFC;
	}

#container{
	margin: 0 auto;
	width: 980px;
	height: 637px;
	position: relative;
	}
#header {
	width: 980px;
	height: 50px;
	background: url('images/header.png') no-repeat scroll 590px 0;
	}
#box {
	width: 980px;
	height: 586px;
	background: url('images/box_left.jpg') no-repeat;
	}
#box_middle {
	background: url('images/box_middle.jpg');
	float: left;
	width: 954px;
	height: 586px;
	margin-left:13px;
	}
#box_right {
	background: url('images/box_right.jpg');
	float: left;
	width: 13px;
	height: 586px;
	}
ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#menu {
	position: absolute;
	top: 27px;
	left: 55px;
	font-size: 20px;
	font-family: times,serif;
	width: 420px;
	}


#menu ul {
	float: left;
	padding-left: 20px;
	}

#menu ul li {
	float: left;
	background: url("images/li.jpg") no-repeat left top;
	}
#menu ul li#act {
	background: url("images/li_act.jpg") no-repeat left top;
	}

#menu ul a:link, #menu ul a:visited {
	text-decoration: none;
	display: block;
	font-weight: normal;
	background: url("images/a.jpg") no-repeat right top;
	color: #646464;
	padding: 6px 16px 8px 5px;
	margin-left: 11px;
	}
#menu #act a:link, #menu #act a:visited {
	background: url("images/a_act.jpg") no-repeat right top;
	color: #2b477b;
	}

#menu ul a:hover {
	color: #476293;
	}
#main_foto {
	position: absolute;
	top: 398px;
	left: 600px;
	}
.opis {
	width: 390px;
	margin: 52px 20px 0 52px;
	line-height: 140%;
	float: left;

	font-size: 13px;
	}
p {
	margin: 10px 0;
	}

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:600px;
		height:450px;
		overflow:hidden; 
		}
	#slider {
		margin: 70px 0 0 178px;
		}
	span#prevBtn{
		position: absolute;
		top: 330px;
		left: 191px;
		}
	span#prevBtn a{
		background: url('images/left.gif') no-repeat;
		width: 38px;
		height: 48px;
		display: block;
		-moz-opacity: 0.6; 
		opacity: 0.6;
		filter: alpha(opacity=60);
		}
	span#prevBtn a:hover {
		-moz-opacity: 0.8; 
		opacity: 0.8;
		filter: alpha(opacity=80);
		}
	span#nextBtn a{
		background: url('images/right.gif') no-repeat;
		width: 38px;
		height: 48px;
		display: block;
		-moz-opacity: 0.6; 
		opacity: 0.6;
		filter: alpha(opacity=60);
		}
	span#nextBtn a:hover {
		-moz-opacity: 0.8; 
		opacity: 0.8;
		filter: alpha(opacity=80);
		}	
	span#nextBtn {	
		position: absolute;
		top: 330px;
		left: 753px;
	}

#mapa {
	margin: 60px 0 0 180px;
	border: 7px solid #fff;
	width: 600px;
	height: 450px;
	}

#formularz {
	width: 400px;
	height: 520px;
	float: left;

	margin: 77px 0 0 130px;
	font-size: 12px;
	}
/*#formularz {
	float: left;
	margin-top: 10px;
	margin-left: 25px;
	}*/
#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;
	}
#kontakt {
	width: 200px;
	height: 520px;
	float: left;

	margin: 114px 0 0 85px;
	text-align: right;
	}
a {
	text-decoration: none;
	font-weight: normal;
	color: #12376B;
	}
a:hover {
	color: #476293;
	}