body{
width:99%;
height:100%;
background:#5B85B2 url(images/back.jpg) no-repeat center;
background-attachment: fixed;
}

* {
    font-family: arial;
  }

a:active, a:focus, input {
outline-width:4px;
outline-color:red;

}

/*buttony */
#menu_b{
position: fixed;
left: 10;
top: 1%;
background:#4385e6;
border: 0px solid black;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;	
box-shadow: 0px 0px 10px black;
-moz-box-shadow: 0px 0px 10px black;
-webkit-box-shadow:  0px 0px 10px black;
}

#sekcja{
padding: 4px;
margin-bottom: 3px;
background:black;	
font-size:15px;
color:white;
font-family:arial;	
background:#3e6196;
/*#3e6196  #4385e6  */
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
box-shadow: 0px 0px 20px black;
-moz-box-shadow: 0px 0px 20px black;
-webkit-box-shadow:  0px 0px 20px black;

}

#font_change{
margin: 4px;
width: 40px;
height: 40px;
background:url(images/font.jpg) no-repeat;
cursor:pointer;
border: 0px solid black;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
box-shadow: 0px 0px 2px black;
-moz-box-shadow: 0px 0px 2px black;
-webkit-box-shadow:  0px 0px 2px black;
}

#style_1{
margin: 4px;
width: 40px;
height: 40px;
background:url(images/standard.jpg) no-repeat;
cursor:pointer;
border: 0px solid black;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
box-shadow: 0px 0px 2px black;
-moz-box-shadow: 0px 0px 2px black;
-webkit-box-shadow:  0px 0px 2px black;
}

#style_2{
margin: 4px;
width: 40px;
height: 40px;
background:url(images/contrast.jpg) no-repeat;
cursor:pointer;
border: 0px solid black;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
box-shadow: 0px 0px 2px black;
-moz-box-shadow: 0px 0px 2px black;
-webkit-box-shadow:  0px 0px 2px black;
}

#style_3{
margin: 4px;
width: 40px;
height: 40px;
background:url(images/dark.jpg) no-repeat;
cursor:pointer;
border: 0px solid black;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
box-shadow: 0px 0px 2px black;
-moz-box-shadow: 0px 0px 2px black;
-webkit-box-shadow:  0px 0px 2px black;
}





/**/


#historia_b{
margin-top:20px;
margin-bottom:20px;
width:200px;
height:200px;
border:none;
background:url(images/historia.jpg);
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
box-shadow: 0px 0px 20px black;
-moz-box-shadow: 0px 0px 20px black;
-webkit-box-shadow:  0px 0px 20px black;
}

#historia_b:hover{
cursor:pointer;
margin-top:20px;
margin-bottom:20px;
width:200px;
height:200px;
border:none;
background:url(images/historia.jpg);
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
box-shadow: 0px 0px 20px white;
-moz-box-shadow: 0px 0px 20px white;
-webkit-box-shadow:  0px 0px 20px white;
}

#ie_warn{
margin:auto;
width:500px;
height:70px;
background:white;
Border:1px solid red;
font-family:arial;
font-size:13px;
color:red;
text-align:center;
}

#gal_pict{
position:relative;
clear:both;
display:inline;
margin:5px;
border:0px solid gray;
width:50px;
box-shadow: 0px 2px 10px black;
-moz-box-shadow: 0px 2px 10px black;
-webkit-box-shadow:  0px 2px 10px black;
}

#main_table img {
margin:0px;
max-width:880px;
max-height:2000px;
border:0px solid red;
}

/*slider*/
#admin_slide{
max-width:300px;
}

#slider1 {
    width: 860px; /* important to be same as image width */
    height: 500px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	border:0px solid red;
}

#slider1Content {
    width: 860px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	border:0px solid red;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
	border:0px solid red;
}
.slider1Image span {
    position: absolute;
	font: 15px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 150px !important;
	height: 480px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul {
	list-style-type: none;
}



#gal_img{
border:0px solid black;
height:400px;
}


#alt-text{
font-family:arial;
font-size:13px;
color:#323133;
font-weight:bold;
text-align:center;
}


#main_table{
width:1155px;
padding:10px;
border:0px solid #dedede;
margin:auto;
margin-top:10px;
background:alpha;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
box-shadow: 0px 0px 50px #021202;
-moz-box-shadow: 0px 0px 50px #021202;
-webkit-box-shadow:  0px 0px 50px #021202;

}

#cookies{
text-align:justify;
width:930px;
border:0px solid red;
margin:auto;
}

#right-but{
margin-left:9px;
width:60px;
height:25px;
border-left:3px solid black;
border-top:none;
border-bottom:none;
margin-bottom:10px;
text-align:center;
border-right:none;
font-family:'arial';
font-weight:bold;
text-align:left;
font-size: 15px;
color:white;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
background:#7A0000;
margin-bottom:10px;
text-align:center;
border-right:none;
font-family:'arial';
font-weight:bold;
text-align:left;
font-size: 15px;
color:white;
background:#cf3c3c;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
box-shadow: 0px 0px 20px #cf3c3c;
-moz-box-shadow: 0px 0px 20px #cf3c3c;
-webkit-box-shadow:  0px 0px 20px #cf3c3c;
}

#left-but{
margin-right:9px;
width:60px;
height:25px;
border-left:none;
border-top:none;
border-bottom:none;
margin-bottom:10px;
text-align:center;
border-right:3px solid black;
font-family:'arial';
font-weight:bold;
text-align:left;
font-size: 15px;
color:white;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
background:#7A0000;
}

#left-but:hover{
margin-right:9px;
width:65px;
height:25px;
border-left:none;
border-top:none;
border-bottom:none;
margin-bottom:10px;
text-align:center;
border-right:5px solid black;
font-family:'arial';
font-weight:bold;
text-align:left;
font-size: 15px;
color:white;
background:#cf3c3c;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
box-shadow: 0px 0px 20px #cf3c3c;
-moz-box-shadow: 0px 0px 20px #cf3c3c;
-webkit-box-shadow:  0px 0px 20px #cf3c3c;
}

#scroller{
margin-top:15px;
width:99%;
height:50px;
text-align:left;
overflow: hidden;
white-space:nowrap;
padding-top:0px;
padding-right:10px;
border:0px solid red;
}

#scroller a{
margin-top: 10px;
padding-left:3px;
padding-right:3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
box-shadow: 0px 0px 10px black;
-moz-box-shadow: 0px 0px 10px black;
-webkit-box-shadow:  0px 0px 10px black;
background:white;
text-align:center;
font-family: 'arial';
text-decoration:none;
font-weight:;
font-size: 18px;
color:#022b60;
}

#scroller a:hover{
text-align:center;
font-family: 'arial';
text-decoration:none;
font-size: 18px;
color:red;
font-weight:bold;
}
	 
#back{
padding-top:1px;
margin:auto;
border:0px solid red;
width:900px;
min-height:600px;
height:100%;
background:alpha;
}

#header{
margin:auto;
text-align:center;
margin-bottom:10px;
border:0px solid red;
width:1135px;
height:320px;
background:url(images/header.jpg) no-repeat;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
box-shadow: 0px 0px 15px black;
-moz-box-shadow: 0px 0px 15px black;
-webkit-box-shadow:  0px 0px 15px black;
}

#header_2{
width:1135px;
height:25px;
background:#0583F2;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom:0px solid blue;
}

#header_swf{
width:900px;
height:180px;
margin:auto;
margin-top:10px;
text-align:center;
border:0px solid white;
background: url(images/header.jpg) no-repeat;
box-shadow: 0px 0px 20px black;
-moz-box-shadow: 0px 0px 20px black;
-webkit-box-shadow:  0px 0px 20px black;
}

#hr_main{
border:0px solid red;
color: #022B60;
height: 2px;
}

#footer{
padding-top: 5px;
line-height:4px;
float:left;
margin:auto;
margin-left:5px;
margin-bottom:5px;
border:0px solid red;
width:1135px;
height:65px;
font-size:14px;
color:gold;
font-weight:bold;
font-family:arial;
text-align:center;
background:#232D35;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
box-shadow: 0px 0px 20px black;
-moz-box-shadow: 0px 0px 20px black;
-webkit-box-shadow:  0px 0px 20px black;
}

#hr_footer{
width:880px;
border:0px solid red;
color: white;
background-color: white;
height: 1px;
}

#footer_menu_table{
height:8px;
margin:auto;
border:0px solid red;
}

#banery{
width:180px;
margin-left:0px;
padding:10px;
padding-top:25px;
padding-bottom:20px;
border:0px solid red;
background:white;
text-align:center;
margin-bottom:10px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
box-shadow: 0px 0px 20px black;
-moz-box-shadow: 0px 0px 20px black;
-webkit-box-shadow:  0px 0px 20px black;
}

#baner_img{
max-width:150px;
margin-bottom:2px;
margin:auto;
border:0px solid red;
}

#baner_title{
padding:1px;
max-width:100px;
height:30px;
float:left;
border:0px solid brown;
font-size:10px;
color:black;
font-family:arial;
text-align:center;
}

#menu{
vertical-align:bottom;
text-align:left;
margin:auto;
margin-top:0px;
margin-bottom:0px;
width:200px;
border:0px solid brown;
background:#232D35;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
box-shadow: 0px 0px 20px black;
-moz-box-shadow: 0px 0px 20px black;
-webkit-box-shadow:  0px 0px 20px black;

}

#title{
width:97%;
padding:5px;
border-right:20px solid #253855;
font-family:arial;
font-weight:bold;
text-align:left;
color:white;
background:#3e6196;
}

#title_2{
padding:5px;
border-right:20px solid #253855;
font-family:arial;
font-weight:bold;
text-align:center;
color:white;
background:#3e6196;
}

#main_up{
width:890px;
height:16px;
background:white;
font-family:arial;
font-size: 12px;
color:navy;
border:0px solid red;
font-weight:bold;
text-align:left;
font-size: 12px;
}

#main_window{
float:left;
width:900px;
min-height:500px;
padding:15px;
border:0px solid green;
background:white;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
box-shadow: 0px 0px 20px black;
-moz-box-shadow: 0px 0px 20px black;
-webkit-box-shadow:  0px 0px 20px black;
}

#nav{
color:white;
position: relative; bottom: 5px;
background:#3e6196;
width:330px;
margin-left:300px;
margin-bottom:5px;
text-align:center;
border:0px solid red;
font-family:'arial';
font-size:10px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}

#nav_button{
font-family:'arial';
font-size:10px;
color:white;
width:25px;
background:#3e6196;
border:0px solid #D3FFE4;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}

#nav_button:hover{
clear:both;
font-family:'arial';
font-size:10px;
color:navy;
width:25px;
background:#c2d7f1;
border:0px solid #D3FFE4;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
box-shadow: 0px 0px 40px #c2d7f1;
-moz-box-shadow: 0px 0px 40px #c2d7f1;
-webkit-box-shadow:  0px 0px 40px #c2d7f1;
}

#nav_select{
font-family:'arial';
font-size:10px;
text-align:center;
color:navy;
width:45px;
background:#c2d7f1;
border:0px solid #022B60;
margin-right:2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}

#margin{
clear:both;
height:30px;
border:0px solid red;
}

#gallery_admin{
border:2px solid silver;
width:800px;
height:500px;
text-align:center;
overflow-x:auto;
padding:10px;
}

#filmy_admin{
border:2px solid silver;
width:800px;
height:600px;
text-align:center;
overflow-x:auto;
padding:10px;
}

#film{
margin-left:20px;
float:left;
text-align:right;
box-shadow: 5px 5px 10px black;
-moz-box-shadow: 5px 5px 10px black;
-webkit-box-shadow:  5px 5px 10px black;
}

#check{
width:980px;
height:80px;
background:#393833;
border:0px solid red;
margin:-10px 0px 20px -10px;
box-shadow: 0px 5px 10px black;
-moz-box-shadow: 0px 5px 10px black;
-webkit-box-shadow: 0px 5px 10px black;
padding-right:10px;
font-family: Arial;
text-align:right;
font-size: 14px;
color: white;
}

#main_window_admin{
width:970px;
margin-top:10px;
min-height:600px;
background:silver;
border-top:5px solid #535353;
border:0px solid blue;
padding:10px;
font-family: Arial;
font-size: 12px;
margin:auto;
padding:10px;
box-shadow: 0px 0px 20px black;
-moz-box-shadow: 0px 0px 20px black;
-webkit-box-shadow:  0px 0px 20px black;
}

#img_upload_admin{
max-width:80px;
max-height:80px;
}

#menu_header_button{
height:16px;
font-family:arial;
font-size:13px;
color:white;
background:none;
border:0px solid red;
}

#menu_header_button:hover{
cursor:pointer;
height:16px;
font-family:arial;
font-size:13px;
color:yellow;
background:none;
border:0px solid red;
}

#menu_header_active_button{
cursor:pointer;
height:16px;
font-weight:bold;
font-family:arial;
font-size:13px;
color:gold;
background:none;
border:0px solid red;
}

#menu_button{
text-align:left;
margin-left:5px;
margin-bottom:3px;
border:0px solid gray;
min-width:195px;
height:25px;
font-size:14px;
color:white;
font-family:arial;
background:#232d35;
border-radius: 5px;
box-shadow: 0px 0px 5px black;
-moz-box-shadow: 0px 0px 5px black;
-webkit-box-shadow:  0px 0px 5px black;
}

#menu_button_active{
cursor:pointer;
text-align:left;
margin-left:5px;
margin-bottom:3px;
border:0px solid gray;
min-width:195px;
height:25px;
font-size:14px;
color:gold;
font-family:arial;
background:#4385e6;
border-radius: 5px;
box-shadow: 0px 0px 5px black;
-moz-box-shadow: 0px 0px 5px black;
-webkit-box-shadow:  0px 0px 5px black;
}

#menu_button:hover{
cursor:pointer;
text-align:left;
margin-left:5px;

margin-bottom:3px;
border:0px solid red;
min-width:195px;
height:25px;
font-size:14px;
color:gold;
font-family:arial;
background:#4385e6;
border-radius: 5px;
box-shadow: 0px 0px 5px black;
-moz-box-shadow: 0px 0px 5px black;
-webkit-box-shadow:  0px 0px 5px black;

/*
box-shadow: 0px 0px 5px #c2d7f1;
-moz-box-shadow: 0px 0px 5px #c2d7f1;
-webkit-box-shadow:  0px 0px 5px #c2d7f1;
*/
}

#czytaj{
margin-top:5px;
width:60px;
height:25px;
border:0px solid black;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
background:none;
font-family: arial;
font-size:14px;
color:#3e6196;
}

#czytaj:hover{
margin-top:5px;
width:65px;
height:25px;
border:0px solid black;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
background:none;
font-family: arial;
font-size:14px;
color:#3e6196;
font-weight:bold;
}

#info_font{
font-size:12px;
color:navy;
font-family: arial;
float:right;
}

#button_poczta{
width: 100px;
height: 150px;
margin-bottom: 5px;
}

#button_admin_s{
width: 100px;
margin-bottom: 5px;
}

#button_admin_m{
width: 160px;
margin-bottom: 5px;
}

/*POCZTA*/
#pw_dane{
        width:550px;
        text-align:left;
        border: none;
        vertical-align: top;
        padding: 2px;
        }
#pw_tresc{
        width:400px;
        min-height:60px;
        background:white;
        padding: 5px;
        border: 1px solid #b8bebf;
        text-align:justify;
        vertical-align:top;
        }
#pw_main_table{
        width:650px;
        border:0px ridge silver;
        padding:5px;
        margin:15px;
        margin-left:100px;
        background: #bcbebf;
        text-align:left;
        box-shadow: 5px 5px 5px black;
        -moz-box-shadow: 5px 5px 5px black;
        -webkit-box-shadow:  5px 5px 5px black;
        }
/*buttony*/
#kosz{
        width: 30px;
        height: 30px;
        background:url(images/kosz.png) no-repeat;
        cursor:pointer;
        border: 0px;
        }
        
#send_pw{
        width: 30px;
        height: 30px;
        background:url(images/pw_send.png) no-repeat;
        cursor:pointer;
        border: 0px;
        }
        
#pw_open{
        width: 50px;
        height: 30px;
        background:url(images/pw_open.png) no-repeat;
        cursor:pointer;
        border: 0px;
        }

#new_pw{
        width: 80px;
        height: 80px;
        background:url(images/pw_send_new.png) no-repeat;
        cursor:pointer;
        border: 0px;
font-weight:bold;
text-align:center;
font-size: 20px;
color: white;
padding-top:3px;
padding-bottom:3px;
}
/*buttony w menu*/
#mail_button{
        width: 50px;
        height: 50px;
        background:url(images/mail.png) no-repeat;
        cursor:pointer;
        border: 0px;
font-weight:bold;
text-align:center;
font-size: 20px;
color: white;
padding-top:3px;
padding-bottom:3px;
}

#edit_account_button{
        width: 50px;
        height: 50px;
        background:url(images/edit_account.png) no-repeat;
        cursor:pointer;
        border: 0px;
font-weight:bold;
text-align:center;
font-size: 20px;
color: white;
padding-top:3px;
padding-bottom:3px;
}

#upload_button{
        width: 50px;
        height: 50px;
        background:url(images/upload.png) no-repeat;
        cursor:pointer;
        border: 0px;
font-weight:bold;
text-align:center;
font-size: 20px;
color: white;
padding-top:3px;
padding-bottom:3px;
}

#users_button{
        width: 50px;
        height: 50px;
        background:url(images/users.png) no-repeat;
        cursor:pointer;
        border: 0px;
font-weight:bold;
text-align:center;
font-size: 20px;
color: white;
padding-top:3px;
padding-bottom:3px;
}

#add_user_button{
        width: 50px;
        height: 50px;
        background:url(images/add_user.png) no-repeat;
        cursor:pointer;
        border: 0px;
font-weight:bold;
text-align:center;
font-size: 20px;
color: white;
padding-top:3px;
padding-bottom:3px;
}

#banners_button{
        width: 50px;
        height: 50px;
        background:url(images/banner.png) no-repeat;
        cursor:pointer;
        border: 0px;
font-weight:bold;
text-align:center;
font-size: 20px;
color: white;
padding-top:3px;
padding-bottom:3px;
}

#metatags_button{
        width: 50px;
        height: 50px;
        background:url(images/metatags.png) no-repeat;
        cursor:pointer;
        border: 0px;
font-weight:bold;
text-align:center;
font-size: 20px;
color: white;
padding-top:3px;
padding-bottom:3px;
}

#footer_edit_button{
        width: 50px;
        height: 50px;
        background:url(images/footer_edit.png) no-repeat;
        cursor:pointer;
        border: 0px;
font-weight:bold;
text-align:center;
font-size: 20px;
color: white;
padding-top:3px;
padding-bottom:3px;
}

#menu_table{
 width:90px;
 text-align:&#162;
 font-size:12px;
 color:red;
}

#add_folder_button{
        width: 50px;
        height: 50px;
        background:url(images/add_folder.png) no-repeat;
        cursor:pointer;
        border: 0px;
font-weight:bold;
text-align:center;
font-size: 20px;
color: white;
padding-top:3px;
padding-bottom:3px;
}
