/* Ogólne */
html {
  height: 100%;
}
body {
  margin: 0px;
  padding: 0px;
	font-family: Tahoma;
  font-size: 14px;
  text-align: center;
  color: white;
  height: 100%;
  background: black;
}
h1, h2, h3, h4, h5, h6 {
  text-align: left;
  margin-top: 0px;
  padding-top: 0px;
  font-size: 16px;
  line-height: 25px;
  color: #ffbf26;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #ffbf26 !important;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
img {
  border: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ac {
  text-align: center;
}
.cb {
  clear: both;
}
.vm {
  vertical-align: middle;
}
.dark_grey {
  color: #4F4F4F;
} 
.font18 {
  font-size: 18px;
}
/* Szablon */
#kontener {
  width: 1280px;
  text-align: center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -123px; /* the bottom margin is the negative value of the footer's height */
  padding-bottom: 20px;
  background: black;

}
#header {
  width: 1280px;
  height: 480px;
  background: black url(/images/tlo.jpg) no-repeat top center;
  text-align: left;
}
#header_main {
  z-index: 2;
  width: 1150px;
  height: 480px;
  text-align: left;
  position: absolute;
  top: 0px;
  padding-left: 130px;
}
#tresc {
  position: absolute;
  top: 252px;
  width: 1280px;
  background: url(../images/tlo_tresci.png) no-repeat top center;
  height: auto;
  min-height: 300px;
  text-align: center;
  line-height: 16px;
  z-index: 10;
}
#tresc_inner {
  width: 900px;
  margin: 20px auto 0px auto;
  text-align: left;
}
#tresc a {
  color: white;
  text-decoration: none;
}
.logo {
  position: absolute;
  top: 103px;
  border: none;
}
#main_menu {
  background: url(../images/tlo_menu.png) no-repeat top center;
  width: 607px;
  height: 67px;
  position: relative;
  top: 155px;
  left: 372px;
}
#main_menu_items {
  width: 608px;
  height: 33px;
  position: relative;
  
  line-height: 25px;
  font-size: 16px;
  font-weight: bold;
}

#portfolio_submenu_items {
  line-height: 36px;
  font-size: 15px;
  font-weight: bold;
  border-top: 1px dotted #4F4F4F;
  border-bottom: 1px dotted #4F4F4F;
}

#portfolio_submenu_items .separator {
  margin: 0 10px;
}
#portfolio_submenu_items ul {
  margin: 0px;
}
#portfolio_submenu_items li {
  list-style: none;
  display: inline;
  margin: 0px;
}
#main_menu_items a, #portfolio_submenu_items a {
  text-decoration: none;
  color: white;
}
#main_menu_items a:hover, #portfolio_submenu_items a:hover {
  color: #ffbf26;
}
#main_menu_items li {
  list-style: none;
  display: inline;
  margin-right: 30px;
}
#main_menu_items_language {
  width: 280px;
  height: 22px;
  position: relative;
  left: 330px;
  line-height: 22px;
  font-size: 14px;
  font-weight: bold;
}
#main_menu_items_language a {
  text-decoration: none;
  color: white;
}

hr.margines {
  border: none;
  border-bottom: 1px solid #2d2d2d;
}

.portfolio_items {
  margin: 20px 0;
}
.portfolio_items_opis {
  padding: 0 0 0 30px;
  width: 400px;
}
.portfolio_items_opis p{
  font-size: 16px;
  line-height: 24px;
}
#galeria {
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
.pagination, .pagination a {
    color: #FFBF26 !important;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}
h2.portfolio_projekt {
    margin: 10px 0;
}
#portfolio_patrials a {
    padding: 3px;
    background-color: #FFBF26;
    color: black;
    font-weight: bold;
}
#portfolio_patrials a:hover {
    color: white;
}
.portfolio_tagi a {
    color: #FFBF26 !important;
    font-weight: bold;  
    font-size: 14px;
}
#portfolio_opis h1, #portfolio_opis h2, #portfolio_opis h3
{
  line-height: 25px;
  margin: 10px 0;
}
#portfolio_tag {
  margin-top: 10px;
}

input.bg_input {
  border : none;
  background : url("../images/input.png") no-repeat;
  color : white;
  padding-left : 20px;
  padding-right : 10px;
  width : 282px;
  height : 25px;
}
textarea.bg_input {
  border : none;
  background : url("../images/textarea.png") no-repeat;
  color : white;
  padding : 10px;
  width : 292px;
  height : 280px;
	font-family: Tahoma;
  font-size: 14px;
  margin-top: 5px;
}
.kontakt_form input[type=text]{
  margin-top: 5px;
  float: left;
  font-family: Tahoma;
}
.kontakt_form input[type=image], .zapros_znajomych_form input[type=image]{
  margin-top: 9px;
  margin-left: 160px;
}
.kontakt_form label{
  width: 150px;
  margin-top: 8px;
  margin-right: 10px;
  text-align: right;
  font-weight: bold;
}
.submit {
  background: url(/images/submit.png) no-repeat left top;
  border: none;
  width: 84px;
  height: 25px;
  font-weight: bold;
  color: white;
  margin-left: 160px;
  margin-top: 5px;
}
.kontakt_tel {
  margin-left: 50px;
}