@CHARSET "UTF-8";
html,body {
    padding: 0;
    margin: 0;
    background-color: black;
    font-family: Georgia,Palatino,Times New Roman,serif;
    font-size: 12px;
    color: white;
    width: 100%;
    height: 100%;
}
table {
	font-size: 12px;
}
#main_table {
    height: 100%;
    width: 100%;
}
#top_bar {
    color: #BFBFBF;
    text-align: right;
    background-color: #2A2A2A;
    height: 2em;
}
a {
    color: #BFBFBF;
    text-decoration: none;
    white-space: nowrap;
    padding-bottom: 2px;
}
a:hover {
    color: white;
    border-bottom: 1px solid #E5D6C1;
}
#top_bar a {
    padding: 4px 0 4px 34px;
    margin-right: 1em;
}
#top_bar a:hover {
    border-bottom: none;
}
#pl_lang {
    background: url(graphic/pl.png) no-repeat;
}
#en_lang {
    background: url(graphic/en.png) no-repeat;
}
.link_selected {
    font-weight: bold;
}
#bottom_bar {
    background-color: #2A2A2A;
    color: #BFBFBF;
    text-align: center;
    height: 1.6em;
}
#content {
    /*background: url(graphic/foto.gif) no-repeat;*/
}
#content table {
    width: 100%;
}
#top_content {
    text-align: right;
    height: 95px;
}
#top_menu {
    background-color: #2A2A2A;
    height: 60px;      
    text-align: right;
}
#top_menu td {
    padding-left: 400px;
    border-top: double 5px #BFBFBF;
    border-bottom: double 5px #BFBFBF;
}
#top_menu a, #top_menu ul {
    margin-right: 1em;
    position: relative;
}
#content_container {
    width: 100%;
    height: 100%;
}
#content_left {
    width: 460px;
    border-right: solid 1px #BFBFBF;    
}
#content_right {
    /*border-left: solid 1px #BFBFBF;*/
    padding: .8em;
    text-align: center;
}
#content_right p {
    text-align: justify;
    line-height: 1.5em;
}
#content_right table {
    background-color: #1F1F1F;
    margin: 2em auto;    
}
#content_right table th {
    text-align: right;
    width: 150px;
}
#content_right table td {
    text-align: left;
}
#film {
    position: absolute;
    width: 600px;
    height: 500px;
   overflow: visible;
    background: url(graphic/film.png) no-repeat;
}
input, textarea {
    border: 1px solid #BFBFBF;
    background-color: #2A2A2A;
    color: white;
    padding: .2em;    
    margin: 0 auto;
}
p input, textarea {
    width: 100%;
}
label {
    display: block;
    margin-bottom: .4em;
}
fieldset {
    padding: 1em;
    border: 1px solid #BFBFBF;
    width: 80%;
    margin: 0 auto;
}
form {
    margin: 0 auto;
    text-align: center;
}
form p {
    padding: .6em;
    margin: .4em 0;
    text-align: center;
}
ul, ol {
    text-align: left;
}
#lightbox-nav a:hover {
    border: none;
}
.hide {
    display: none;
}
#content div {
    float: left;
    margin: 2em;
}
#counter {
    float: left;
    padding-left: .5em;
    font-size: .8em;
}
a.media 
{
	clear: both;
}
legend 
{
	color: #ffffff;
}
#akcesoria a 
{
	margin: 1em;
	clear: both;
	white-space: normal;
}
#akcesoria a:hover
{
	border-bottom: none;
}
#video a 
{
	margin: 1em;
	clear: both;
	white-space: normal;
}
#video a:hover
{
	border-bottom: none;
}




#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em;
float: right;
}

#nav a{
display:block;
padding:0px 5px;
border:1px solid #333;
color:#fff;
text-decoration:none;
background-color:#333;
}

#nav a:hover{
background-color:#fff;
color:#333;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:12em;
top:1.5em;
}

#nav li ul a{
width:12em;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}
