html {
	height: 100%;
}

body {
	background: #fff url("../images/body_bg.png") 0 0 repeat-x;
	font-family: "Gill Sans", sans-serif;
	font-size: 12px;
	color: #161513;
	height: 100%;
	overflow: hidden;
}

a {
	color: #545454;
}

a:hover {
	text-decoration: underline;
	color: #444;
}

div.over {
	position: relative;
	background: #fff url("../images/body_bg.png") 0 0 repeat-x;
	height: 120px;
}	
.close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 9999;	
}
#header {
	position: absolute;
	top: 25px;
	left: 5%;
	z-index: 550px;
}

.red {
	color: red;
	padding: 10px;
	font-size: 12px;
	margin: 5px;
}

#header h1 a span * {
	display: none;
}

#menu, .right {
	position: absolute;
	top: 50px;
	right: 5%;
}

#menu ul li a, #menu ul li span {
	font-size: 1em;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	padding: 5px 10px;
	color: #161513;
	border: 1px solid #fff;
	background: #fff;
	cursor: pointer;
}

#menu ul li a:hover,#menu ul li a.activ, #menu ul li span:hover, #menu ul li span.activ {
	background: #D3D3D3;
}

#menu ul li a.activ ul, #menu ul li span.activ ul {
	display: block;
}



#menu ul li {
	display: block;
	float: left;
}

#menu ul li:hover ul {
	display: block;
}

#menu ul li ul {
	display: none;
	position: absolute;
	right: -97px;
	width: 290px;
	background: #E1E1E1;
}

#menu ul li ul li a {
	background: transparent;
	color: #7D7D7D;
	padding: 8px 10px 5px 10px;
	border: 0;
	font-size: 0.8em;
}

#menu ul li ul li a:hover,#menu ul li ul li a.activ {
	background: transparent url("../images/menu_activ.png") bottom center
		no-repeat;
}

#content {
	position: absolute;
	top: 120px;
	font-size: 0.9em;
	width: 100%;
	z-index: 40;
}

.in_content {
	
	width: 900px;
	margin: 0 auto;
	
}
.in_content div.l { 
	float: left;
	width: 490px;
	padding-bottom: 50px;
	border-bottom: 1px solid #cfcfcf;
}
.in_content div.in_content_img {
	float: right;	
}
.in_content2 {
	
	width: 200px;
	margin: 0 auto;
	padding-bottom: 50px;
	border-bottom: 1px solid #cfcfcf;
}

#content p {
	padding: 5px 2px;
	margin: 5px 0;
}

.strong {
	font-weight: bold;
}

#footer {
	font-size: 0.7em;
	position: absolute;
	bottom: 5px;
	right: 10px;
}

#stopka-inna {
        bottom:5px;
        font-size:0.7em;
        position:absolute;
        left:10px;
}

.panel {
	overflow: hidden;	
}

.panel img {
	display: block;
	margin: 0 auto;
	height: 100%;
	width: auto;
}

a.zoom {
	background: transparent url("../images/zoom.png") 0 0 no-repeat;
	padding-left: 40px;
	line-height: 20px;
	display: block;
	height: 20px;
	text-decoration: none;
	color: #d3d3d3;
}

.login {
	width: 300px;
	
	background: #EFEFEF;
	margin: 0 auto;
}

h2.n,.m_title {
	background: #D3D3D3;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 20px;
}

.m_title {
	font-size: 0.9em;
	font-weight: normal;
	padding: 3px 10px;
	margin: 3px;
}

a.logout {
	display: block;
	text-align: center;
	width: 50px;
	float: right;
	margin-top: 40px;
	clear: both;
	color: #333;
}

.login label {
	display: block;
	margin: 8px 20px;
	padding: 3px;
	text-align: right;
	color: #595959;
	clear: both;
}

.login input[type=text], .login input[type=password] {
	background: #fff;
	border: 1px solid #D3D3D3;
	width: 164px;
	font-size: 0.9em;
	color: #595959;
	padding: 5px;
	margin: 0 3px;
}

.login input[type=submit] {
	font-size: 1em; background : #ACACAC;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: 0;
	padding: 3px;
	width: 200px;
	background: #ACACAC;
}

.n2 {
	text-align: center;
}
.filmstrip {
		height: 67px;
}
.filmstrip li {
	display: block;
	width: 100px;
	height: 67px;
	overflow: hidden;
	text-align: center;	
	
}
.filmstrip li * {
	visibility: hidden;
}
img.bg { /* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
#big_foto {
	display: none;
}

@media screen and (max-width: 1024px) {
	img.bg {
		left: 50%;
		margin-left: -512px;
	}
}