html, body, h1, h2, h3, h4, h5, h6, 
blockquote, address, form, fieldset,
ul, ol, li, img, div, span, p {
	margin: 0;
	padding: 0;
	border: none;
}

a, a:visited { text-decoration: none; }
ol, ul { list-style: none; }
legend { display: none; }

body {
	font-size: 100%;
	background-color: #fff;
}

body, input, textarea, select, option, optgroup, button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input, textarea, select, option, optgroup, button {
	font-size: 1em;
}

.clear {
	clear: both;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

a {
	color: #6E8F11;
}

a:hover {
	text-decoration: underline;
}

/* -- site -- */
body {
	background: #fff url(../images/bg.jpg) no-repeat center top;
}

#container {
	width: 1025px;
	margin: 0 auto;
	min-height: 500px;
}

#container #top {
	height: 71px;
	background: transparent url(../images/bg_top.jpg) no-repeat bottom left;
}

/* -- base site -- */
#top #back {
	padding: 0 0 0 30px;
	float: left;
}

#top #tymbark {
	padding: 4px 20px 0 0;
	text-align: right;
}

#login ul {
	text-align: right;
	padding: 0 20px 0 0;
}

#login ul li {
	display: inline;
	padding-left: 25px;	
}

#menu {
	margin: 27px 0pt 0pt 21px;
	min-height: 100px;
	width: 999px;
	height: 260px;
	background: transparent url(../images/bg_green.png) no-repeat top right;
}

#menu #left, #menu #left_main, #menu #right, #menu #right_main {
	float: left;
}

#menu #left {
	background: transparent url(../images/bg_green_left.png) no-repeat top left;
	width: 362px;
	height: 260px;
	position: relative;
}

#menu #left_main {
	background: transparent url(../images/bg_green_left_2.png) no-repeat top left;
	width: 362px;
	height: 260px;
	position: relative;
}

#left a.add, #left_main a.add {
	position: absolute;
	display: block;
	text-indent: -9999px;
	background: transparent url(../images/buttons/btn_dodaj.png) no-repeat top left;
	width: 359px;
	height: 132px;
	top: 18px;
	left: -19px;
}

#left ul.menu, #left_main ul.menu {
	padding: 166px 0 0 54px;
}

#left ul.menu li, #left_main ul.menu li {
    text-indent: -99999px;
	padding-bottom: 19px;
}

#left ul.menu li a, #left_main ul.menu li a {
    display: block;
    height: 12px;
	width: 80%;
	background-repeat: no-repeat;
	width: 200px;
}

#left ul.menu li a, #left_main ul.menu li a { background-position: left top; margin-right: 21px; }
#left ul.menu li.m1 a, #left_main ul.menu li.m1 a { background-image: url(../images/menu/m_chodzi.jpg); }
#left ul.menu li.m2 a, #left_main ul.menu li.m2 a { background-image: url(../images/menu/m_regulamin.jpg); }
#left ul.menu li.m3 a, #left_main ul.menu li.m3 a { background-image: url(../images/menu/m_galeria.jpg); }

#left ul.menu li a:hover, #left ul.menu li.active a, #left_main ul.menu li a:hover, #left_main ul.menu li.active a { background-position: left bottom }

#menu #right {
	background: transparent url(../images/bg_green_right.jpg) no-repeat top left;
	width: 637px;
	height: 260px;
	position: relative;
}

#menu #right a.winner {
	display: block;
	width: 102px;
	height: 102px;
	text-indent: -9999px;
	position: absolute;
	right: 6px;
	top: 0;
	background: transparent url(../images/winner.png) no-repeat top right;
}

#menu #right_main {
	background: transparent url(../images/bg_green_right_2.jpg) no-repeat top left;
	width: 637px;
	height: 260px;
}

#menu #right img {
	padding: 24px 0 0 20px;
}

#middle {
	margin: 0pt 0pt 0pt 16px;
	background: transparent url(../images/bg_middle.png) no-repeat top left;
	width: 1009px;
	height: 13px;
}

#middle_main {
	margin: 0pt 0pt 0pt 16px;
	background: transparent url(../images/bg_middle_2.png) no-repeat top left;
	width: 1009px;
	height: 13px;
}

#footer {
	clear: both;
	margin-top: 45px;
	border-top: solid 1px #eee;
	padding: 10px 10px 0 30px; 
} 

#footer img {
	float: left;
}

#footer ul {
	float: right;
	vertical-align: top;
}

#footer ul li {
	float: left;
	padding-left: 20px;
	height: 7px;
}