/* CSS Document */

* {
		margin: 0;
		padding: 0;
}

body {
		margin: 0px;
		padding: 0px;
		color: #333333;
		font-family: Arial, Helvetica, sans-serif;
		background-color: #4D4D4D;
}

div, p, ul, h2, img {
		margin: 0px;
		padding:0px;
}

ul {
		list-style-type: none;
		display: block;
}

a {
		text-decoration: none;
}

img {
		border: none; 
}

/*----PANEL_01----*/

#panel_01 {
		height: 500px;
		width: 980px;
		margin: 0 auto;
		position: relative;
		background-color: #606468;
}

#panel_01 #pierwszy {
		height: 40px;
		width: 980px;
		background-color: #4D4D4D;
}

#panel_01 #drugi {
		height: 125px;
		width: 940px;
		background-image: url(img/menu.png);
		background-repeat: no-repeat;
		padding-right: 40px;
}

#panel_01 #drugi ul {
		height: 30px;
		width: 350px;
		float: right;
		padding-top: 75px;
}

#panel_01 #drugi li {
		display: block;
		float: left;
		height: 30px;
		width: 115px;
}

#panel_01 #drugi a {
		font-size: 13px;
		color: #FFFFFF;
		background-image: url(img/m_a.png);
		background-position: left;
		text-align: center;
		display: block;
		height: 24px;
		width: 115px;
		padding-top: 6px;
		background-repeat: no-repeat;
}

#panel_01 #drugi a:hover {
		font-size: 13px;
		color: #FFFFFF;
		background-image: url(img/m_ah.png);
		background-position: left;
		text-align: center;
		display: block;
		height: 24px;
		width: 120px;
		padding-top: 6px;
		background-repeat: no-repeat;
}

#panel_01 #drugi .current {
		color: #FD260E;
		background-image: url(img/m_a.png);
		background-repeat: no-repeat;
}

#panel_01 #trzeci {
		height: 335px;
		width: 980px;
		background-image: url(img/baner03.png);
		background-repeat: no-repeat;
}

/*----PANEL_02----*/

#panel_02 {
		height: 250px;
		width: 880px;
		margin: 0 auto;
		position: relative;
		background-color: #808080;
		padding-right: 50px;
		padding-left: 50px;
		padding-top: 30px;
		background-image: url(img/linia.png);
		background-repeat: no-repeat;
		background-position: center bottom;
}

#panel_02 #lewy {
		float: left;
		height: auto;
		width: 880px;
}

#panel_02 #lewy p {
		font-size: 12px;
		color: #000000;
		padding-bottom: 10px;
		text-align: center;
}

#panel_02 #lewy h1 {
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
		margin-bottom: 15px;
}

/*----PANEL_03----*/

#panel_03 {
		height: 290px;
		width: 880px;
		margin: 0 auto;
		background-color: #808080;
		position: relative;
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 30px;
		background-image: url(img/linia.png);
		background-repeat: no-repeat;
		background-position: center bottom;
}

#panel_03 #lewy {
		float: left;
		height: auto;
		width: 880px;
}

#panel_03 #lewy p {
		font-size: 12px;
		color: #000000;
		padding-bottom: 10px;
		text-align: center;
}

#panel_03 #lewy h1 {
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
		margin-bottom: 15px;
}

/*----PANEL_04----*/

#panel_04 {
		height: 320px;
		width: 880px;
		margin: 0 auto;
		background-color: #808080;
		position: relative;
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 30px;
		background-image: url(img/linia.png);
		background-repeat: no-repeat;
		background-position: center bottom;
}

#panel_04 #lewy {
		float: left;
		height: auto;
		width: 880px;
}

#panel_04 #lewy p {
		font-size: 12px;
		color: #000000;
		padding-bottom: 10px;
		text-align: center;
}

#panel_04 #lewy h1 {
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
		margin-bottom: 15px;
}

/*----PANEL_05----*/

#panel_05 {
		height: 390px;
		width: 880px;
		margin: 0 auto;
		background-color: #808080;
		position: relative;
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 30px;
}

#panel_05 #baner02 {
		background-image: url(img/baner02.png);
		background-repeat: no-repeat;
		height: 210px;
		width: 880px;
}

#panel_05 #stopka {
		height: auto;
		width: 880px;
		padding-top: 25px;
}

#panel_05 #stopka p {
		font-size: 12px;
		color: #FFFFFF;
		text-align: center;
}

#panel_05 #stopka a {
		color: #FD260E;
}
