/* CSS Document */

* {
		margin: 0;
		padding: 0;
}

body {
		margin: 0px;
		padding: 0px;
		color: #000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #0A1B0D;
}

div, p, ul, h2, img {
		margin: 0px;
		padding:0px;
}

ul {
		list-style-type: none;
		display: block;
}

a {
		text-decoration: none;
}

img {
		border: none;
		float: right;
}

/*----PANEL_01----*/

#panel_01 {
		height: 590px;
		width: 900px;
		margin: 0 auto;
		margin-top: 80px;
}

#panel_01 #gorny {
		height: 60px;
		width: 810px;
		background-color: #2C4F32;
		padding-top: 20px;
		padding-right: 90px;
}

#panel_01 #naglowek {
		background-image: url(images/01.png);
		background-repeat: no-repeat;
		height: 300px;
		width: 900px;
		background-color: #0A1B0D;
		background-position: top left;
}

#panel_01 #menu {
		height: 200px;
		width: 900px;
		background-color: #2C4F32;
}

#panel_01 #menu ul {
		float: right;
		height: 44px;
		width: 400px;
}

#panel_01 #menu li {
		float: left;
		height: 44px;
		width: 155px;
}

#panel_01 #menu a {
		font-size: 12px;
		font-weight: bold;
		color: #0A1B0D;
		background-image: url(images/m_a.png);
		background-repeat: no-repeat;
		text-align: left;
		display: block;
		height: 34px;
		width: 105px;
		padding-top: 10px;
		padding-left: 50px;
		background-position: top left;
}

#panel_01 #menu a:hover {
		color: #B6D4BB;
		background-image: url(images/m_ah.png);
		background-repeat: no-repeat;
		height: 34px;
		width: 105px;
		padding-top: 10px;
		padding-left: 50px;
		background-position: top left;
}

#panel_01 #menu .current {
		color: #0A1B0D;
		background-image: url(images/m_ahc.png);
		background-repeat: no-repeat;
		background-position: top left;
}

#panel_01 #menu a:hover.current {
		color: #0A1B0D;
}
