/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-11-17, 15:33:33
    Author     : Tomek
*/
#whraper {
  width: 1035;
  margin-left:auto;
  margin-right:auto;
  border-width:1px;
  border-style:solid;
  border-color:red;
  margin-top:0px;
  padding: 0 0 0 0 0;
  overflow: hidden;
  -moz-box-shadow: 10px 10px 5px #888;
  -webkit-box-shadow: 10px 10px 5px #888;
  box-shadow: 0px 0px 20px #888;
  font-family: Calibri;
  }
#head {
      overflow: hidden;
      //height: 50px;
      margin: 0 0 0 0;
      padding: 0 0 0 0;
  //border-width: 1 1 1 1;
  //border-style: dotted;
  }
#baner {
  clear: both;
  
  }  
#language {
  font-family: Cambria;
  font-size: 14px;
  vertical-align: middle;
  text-align: right;  
  margin:2 2 0 0;
  //height: 30px;
  padding: 0 0 0 auto;
  width:250px;
  float:right;
  //border-width: 1 1 1 1;
  //border-style: dotted;
  overflow: hidden;
  }
#main {
    width: auto;
    overflow: hidden;
    margin: 0 auto 0 auto;
    padding: 0 5 10 5;
    text-align: center;
  //border-width: 1 1 1 1;
  //border-style: dotted;
  }
#main_box {
  width: 840;
  margin: 0 auto 0 auto;
  overflow: hidden;
  }
#main_button {
  margin: 0 10 0 10;
  padding: 0 0 0 0;
  float: left;
  //overflow: hidden;
  }
#main_button:hover{
  opacity: 0.8;
  cursor: pointer;
  }
#main_links {
    margin: 100 auto 0 auto;
    padding: 10 0 0 100;
    clear: both;
    width: 80%;
    border-color: red;
    border-style: dotted;
    border-width: 1 0 0 0 ;
    text-align: left;
    vertical-align: top;
  }
#foot {
  margin: 0 0 0 0;
  padding: 5 5 5 5;
  text-align: center;
  }
h1 {
  margin: 10 0 10 0;
  font-size: 70px;
  font-family: Tahoma;
  text-align: center;
  color: #ba1616;
  }
button{
    width:52px;
    //float:left;
    padding: 0 0 0 0;
    border-width: 0 0 0 0;
    cursor:pointer;
    margin: 0 0 0 0;
 }
 .main_instruction {
     font-style: italic;
 }
 a:visited, :link {
     color: #ba1616;
     text-decoration: none;
     cursor: pointer;
 } 
 a:hover {
    font-weight: bold;
    cursor: pointer;
 }
 a:active {
    color: #ba1616;
    text-decoration: none;
    cursor: pointer;
     
 }
 .justify {
     text-align: justify;
     text-indent: 20px;
 }
#link {
    float:left;
    border-color: red;
    border-style: solid;
    border-width: 0 1 0 0 ;
    padding: 1 5 1 1;
    margin: 5 2 0 2;
    height:  42px;
 }
 /*p {
     font-family: Tahoma;
 }*/