* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: none;
}
body {
	background-color:#7f878d;
	margin: 5px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	margin-left: 16px;
}
#strona_intro {
	margin: 0 auto;
	width: 750px;
	border: 15px #49565D solid;
	background-color: #C2C4C9;
}
#intro_film {
	margin-top: 120px;
	width: 750px;
	height: 340px;
	background-image:url(/img/intro_tlo.gif);
}
#film {
	width: 532px;
	margin: 0 auto;
}
#intro_tresc {
	height: 140px;
	text-align: center;
}

#strona {
	margin: 0 auto;
	width: 750px;
	border: 15px #C2C4C9 solid;
	background-color: #FFFFFF;
}
#naglowek {
	width: 750px;
}
#lewa {
	float: left;
	width: 390px;
	height: 620px;
	background-color: #7F878D;
}
#prawa {
	float: right;
	width: 360px;
	height: 620px;
	background-color: #7F878D;
	background-image: url(/img/pieczec_tlo.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#menu {
	width: 360px;
	height: 80px;
	background-color: #FFFFFF;
}
p.menu {
	margin: 2px 4px;
}
p.menu a {
	color: #C2C4C9;
	font-size: 11px;
	text-decoration: none;
}
p.menu a:hover {
	text-decoration: underline;
}
#prawa_tresc {
	width: 360px !important;
	width: 320px;
	height: 470px;
	padding: 30px 20px 40px 20px;
}
#tresc {
	width: 320px !important;
	width: 310px;
	height: 460px;
	padding: 2px;
	overflow: auto;
}
#stopka {
	clear: both;
	background-color: #49565D;
	background-image:url(/img/stopka_tlo.gif);
	width: 720px;
	text-align: center;
	padding: 15px;
}
#stopka p {
	font-size: 10px;
	color: #FFFFFF;
}
form {
	font-size: 11px;
}
legend {
	margin: 0 4px;
	font-weight: bold;
}
option {
	color: #333;
}
select, textarea, input {
	border: #666 solid 1px;
	color: #333;
}
fieldset {
	border: #666 solid 1px;
	padding: 4px;
}
