/*-------	ZERUJE DOMYŚLNE USTAWIENIA PRZEGLĄDAREK ----------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
img { border:0; }
ol,ul { list-style:none; }

/*------- WYGLĄD STRONY --------------------------------------------------------------- */
body {
	margin: 50px 0 50px 10%;
	text-align: center;
	background: #000  url(../images/background.jpg) repeat fixed;
	font-family: Helvetica, Arial, Verdana,  Tahoma, Arial, Geneva, sans-serif;
	color:#ccc;
}

/*------ UKŁAD DIVÓW ----------------------------------------------------------------- */
#content {
	width: 600px;
	background-color: #000;
	float: left;
	min-height: 320px;
	height: auto;
	_height: 320px;
	padding-bottom:25px;
}
#menu {
	font-family: 'arial black';
	width: 195px;
	float: left;
	font-size: 20px;
	text-transform: uppercase;
	color: #c7006c;
}
#container {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	clear: both;
}
#top {
	width: 600px;
	height: 190px;
	background: #000 url(../images/top.gif) no-repeat;
}
#stopka {
	width:580px;
	margin: 5px 0;
	padding:10px;
	background-color: #000;
	float: left;
}
.reklama {
	position: relative;
	left: -10%;
	margin: 0 auto 10px;
	text-align: center;
}


/*------ LISTY ----------------------------------------------------------------------- */
#menu li {
	margin: 2px 0;
	padding: 5px 0 5px 15px;
	background: url(../images/bg-menu.png) repeat;
	behavior: url(js/iepngfix.htc);
}
#menu ul {
	background-color: transparent;
}
#menu li:hover {
	background-color: #000;
}
#content ul {
	font-size:0.85em;
}
#content li {
	padding:0 10px;
}
#content li a {
	text-transform: capitalize;
}
ul.wybor {
	float: right;
}
.wybor li{
	letter-spacing: 0;
	font-size: 0.9em;
	float: left;
}


/*------ LINKI ----------------------------------------------------------------------- */
#menu a, .wybor a {
	color: #c7006c;
	text-decoration: none;
}
#stopka a {
	color: #666;
}
#content a {
	letter-spacing: 0.1em;
	color:#fff;
	text-decoration: none;
}
#content a:hover {
	color: #c7006c;
}
/* ----- TEKST OGÓŁEM ---------------------------------------------------------------- */
h1, h2, p {

}

/*------ AKAPITY --------------------------------------------------------------------- */
p {
	margin: 10px 20px;
	font-size: 0.9em;
	font-weight: 100;
}

.sign {
	text-align: right;
	margin:5px 30px 20px 0;
	color: #c7006c;
	border-right:3px solid #fff;
	padding-right:10px;
	text-transform: capitalize;
}

#stopka p {
	font-size:0.7em;
	text-align: right;
	color:#666;
	margin:5px 20px;
}

/*------ NAGŁÓWKI -------------------------------------------------------------------- */
h1 {
	font-size: 1.6em;
	text-transform: uppercase;
	margin: 15px 10px;
	color: #fff;
	border-bottom:1px solid #c7006c;
}
h2, h3, h4, #content ul  {
	margin:0px 30px;
}
h2 {
	font-size:1.1em;
	text-transform: capitalize;
	margin-top: 50px;
}
h3 {
	font-size:0.9em;
	text-align:right;
	text-transform: uppercase;
}
h4 {
	font-size:0.9em;
	color: #fff;
	margin-top: 20px;
	text-transform: uppercase;
}

/*------ INNE ----------------------------------------------------------------- */

p img {
	margin:5px;
}

span {
	color:#c7006c;
}