	#fb
	{
	width: 355px;
	height: 410px;
	top: 50px;
	left: -309px;
	position: fixed;
	background: url('img/fb.png') no-repeat;
	background-position: left top;
	z-index: 100;
	display: none;
	}

	#fb iframe
	{
	width: 295px;
	height: 400px;
	float: left;
	background-color: #FFFFFF;
	margin: 5px;
	z-index: 105;
	display: none;
	}
p:first-child { 
    margin: 0px;
}
p:last-child { 
    margin-bottom: 0px;
}

@font-face {
    font-family: 'open_sanscondensed_light';
    src: url('img/fonts/opensans-condlight-webfont.eot');
    src: url('img/fonts/opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('img/fonts/opensans-condlight-webfont.woff2') format('woff2'),
         url('img/fonts/opensans-condlight-webfont.woff') format('woff'),
         url('img/fonts/opensans-condlight-webfont.ttf') format('truetype'),
         url('img/fonts/opensans-condlight-webfont.svg#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;

}
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	margin: 0px;
	background-color: #457DA0;
	background-image: url(../img/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
img {
	border: none;

}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.clear {
	clear:both;
}
.container {
	width: 1000px;
	margin: 0px auto;
}
.header {
	margin: 0px;
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	height: 380px;
}

.top-logo {
	float: left;
	width: 288px;
	height: 160px;
	margin-left: 120px;
}
.top-info {
	margin: 0px;
	float: right;
	font-size: 45px;
	padding: 20px;
	font-weight: bold;
}

.one {
	width: 1000px;
}
.padding20 {
	padding: 20px;

}
.left-side {
	float: left;
	width: 620px;
	background-color: #FFF;
	}


.right-side {
	float: left;
	width: 380px;
	background-color: #E1E1E1;
}
.right-side ul {
	margin:0px;
}
.footer {
	margin: 0px;
	float: left;
	width: 100%;
	margin-bottom: 70px;
	margin-top: 15px;
	border-top: 1px solid;
	border-color: #003D59;
	padding-top: 5px;
}
#footer {
	margin: 0px;
	padding: 10px;
	width: 700px;
	float: left;
	color: #FFF;
}

#subtitles {
	margin: 0px;
	float: right;
	padding: 10px;
	width: 250px;
	text-align: right;
	color: #FFF;
	font-size: 12px;
}
#linki {
	margin: 0px;
	padding: 10px;
	width: 980px;
	float: left;
	color: #CCC;
	text-align: center;
}
#tel {
	color: #FFF;
	position: static;
	width: 100%;
	text-align: center;
	font-size: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../img/bg-tel.png);
	bottom: 0px;
	margin-bottom: 10px;
}
#tel a{
	color: #FFF;
}
#toTop {
	width:35px;
	position:fixed; /* together with this to put the div at the bottom*/
	right:50px;
	z-index: 1000;
	height: 35px;
	background-image: url(../img/back-to-top.png);
	bottom: 50px;
}

h1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	margin: 0px;
	margin-bottom: 15px;
	width: 100%;
	font-weight: bold;
	color: #003366;
}
h2 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin-bottom: 10px;
	width: 100%;
	color: #000000;
	font-weight: bold;
}
h3 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	width: 100%;
	color: #000000;
	font-weight: bold;
}
h4 {
	margin: 0px;
	font-size: 22px;
	margin-bottom: 10px;
	width: 100%;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
@media (max-width: 800px) {
	.container{
	width:100%;
	}
	.top-logo{
	height: 160px;
	padding-top: 5px;
	margin: 0px auto;
	width: 288px;
	}
	.top-info{
	float: left;
	width: 100%;
	color: #FFF;
	text-align: center;
	text-shadow: 2px 2px 4px #000000;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	.top-info a{
	color: #FFF;
	}
.right-side {
	float: left;
	width: 100%;
}

.left-side {
	float: left;
	width: 100%;
}

	.footer{
	float: left;
	width: 100%;
	}
	#footer{
	width: 95%;
	float: left;
	}
	.subtitles{
	float: left;
	width: 95%;
	}
	#linki {
	float: left;
	width: 95%;
	}

	#tel {
	color: #FFF;
	position: fixed;
	width: 100%;
	text-align: center;
	font-size: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../img/bg-tel.png);
	bottom: 0px;
	margin-bottom: 10px;
	}
	#toTop {
	bottom: 100px; /* together with this to put the div at the bottom*/
	right: 10px;
	}
