@charset "utf-8";
/* Kod CSS - Rafał Różowicz */

/* Ogólna struktura strony */
body {
	margin: 0;
	background: url(background.jpg) repeat-x #8a9302;
	font-family: Verdana, Sans;
	font-size: 12px;
	color: #ffffff;
}

a{
	text-decoration: none;
	color: #DDD;
}

a:hover{
	text-decoration: none;
	color: #111;
}

#wrapper {
	margin: auto;
	width: 100%;
	height: 765px;
	background: url(background_2.jpg) no-repeat top center;
}

/* Menu gorne */
#main_menu {
	float: left;
	width: 908px;
	height: 61px;
	background: url(menu.jpg);
}

/* Lewy box z pionowym menu */

#sidebar h1 {
	float: left;
	width: 167px;
	height: 34px;
	background: url(sidebar-h1.png);
	margin: 0;
	padding: 9px 0 0px 30px;
	font-size: 16px;
	font-weight: normal;
}

#sidebar ul li a:hover {
	color: #a8b000;
}

/* Content - głowna zawartość strony */

#content div.article a {
	color: #a8b000;
	text-decoration: none;
}

#content div.article a:hover {
	color: #c2d425;
}

#content #stronnicowanie a {
	color: #a8b000;
	text-decoration: none;
}

#content #stronnicowanie a:hover {
	color: #c2d425;
}

