﻿/* alternative clearing method */
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end - alternative clearing method */ 
.centered {
  text-align: center;
  margin: 0 auto;
  }
.to-right {
  text-align: right;
}
hr.clearer {
  display: block;
  clear: both;
  visibility: hidden;
  margin: -0.1em
  }

@font-face {
  font-family: 'trackitalic';
  src: url('../fonts/track_italic-webfont.eot');
  src: url('../fonts/track_italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/track_italic-webfont.woff') format('woff'),
    url('../fonts/track_italic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

a {
	color: #688dad;
	text-decoration: none;
}
#margines a {
    color: #fcd000;
}
.wazne {
	font-style: italic;
}
h2 {
	font-size: 24px;
}
h3 {
    font-size: 18px;
}

body {
  font-family: Arial;
  font-size: 17px;
  color: #585858;
  }
.container {
	background: transparent url( '../images/tlo_margines.png' ) 10px 0 repeat-y;
}
#margines {
	position: relative;
	z-index: 2;
}
#content {
	position: relative;
}
#margines h1 {
	position: absolute;
	left: 5px;
	font-family: trackitalic;
	width: 800px;
	padding-left: 230px;
	font-size: 28px;
	color: #4a4a4a;
	background: transparent url( '../images/logo_dantech.png' ) 0 0 no-repeat;
	line-height: 45px;
	margin-top: 40px;
}
#margines h2 {
	font-family: trackitalic;
	margin-top: 90px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	}
#margines h1 span {
	display: none;
}

#margines ul a {
	color: #FFF;
	text-decoration: none;
	line-height: 40px;
	display: block;
	padding-left: 20px;
}
#margines ul li {
	list-style: none;
	border-bottom: 1px solid #455463;
	border-top: 1px solid #718291;
}
#margines ul li.aktualna,
#margines ul li a:hover {
	background: transparent url( '../images/tlo_aktualna.png' ) 50% 50% no-repeat;
}
#margines ul li.aktualna a {
	font-weight: bold;
}
#margines ul {
	padding: 30px 20px 30px 35px;
}
#margines .sekcja {
    font-size: 13px;
    padding: 23px;
    color: #FFF;
}
#margines .sekcja h3 {
    margin: 0;
    color: #FFF;
}
#hd {
	background: #FFF url( '../images/tlo.jpg' ) 0 bottom no-repeat;
	height: 425px; width: 782px;
	position: absolute;
	left: -20px;
	z-index: 1;
}
#hd #adres {
	font-family: trackitalic;
	font-size: 14px;
	text-align: right;
	position: absolute;
	bottom: 200px; right: 120px;
}
#hd #adres .telefon {
	font-size: 30px;
	display: block;
    font-family: Arial;
}
#main {
	margin-top: 450px;
}
#hd #godziny {
	position: absolute;
	bottom: 130px; left: 450px;
	font-size: 16px;
}
#hd #godziny h3 {
    margin: 0;
}
#hd #godziny strong {
    color: #000;
}
#ft {
	border-top: 3px solid #cecece;
	padding-top: 2px;
	font-size: 13px;
}
#mapa-koszalin {
    border: 3px solid #FDD001;
}

#polityka-prywatnosci-cookies {
    position: fixed;
    width: 100%;
    z-index: 2;
    bottom: 0;
    background-color: #688dad;
    padding: 1em;
    margin: 0;
    text-align: center;
    color: #FFF;
    font-size: 11px;
}
#polityka-prywatnosci-cookies a {
    color: #FFF;
    text-decoration: underline;
}
#polityka-prywatnosci-cookies .zamknij {
    margin-left: 10px;
}