@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700);
html, body {
    font-size: 15px;
	background:#fff;
}
body
{
font-family: 'Open Sans', sans-serif;	
font-weight:400;
line-height:1.4em;
}
.inner
{
	margin:0 auto 40px;
	position:relative;
	width:95%;
	max-width:1100px;
}
.logo
{
	/*
	background:url(../img/logo.png) no-repeat;
	background-position:50%;
	*/
	display: block;
    max-width: 400px;
	width:100%;
	margin:10px auto;
}
a
{
	color:#009ee2;
	text-decoration:none;
}
td
{
	padding:10px;
}
.logo img
{
	width:100%;
}
strong
{
	font-weight:700;
}
p
{
	font-weight:400;
	margin:10px 0;
}
h1, h2
{
	font-weight:400;
	color:#000;
	font-size:2em;
	padding:7px 0;
	line-height:1.6em;
	position:relative;
	text-align:left;
}
.lang {
  text-align: center;
  font-size: 0.9em;
  padding:0.4em;
  background:#ddd;
  box-shadow:0px 1px 9px #888;
}
.lang a {
  padding: 1em;
  text-transform: uppercase;
}
.lang a.active, .lang a:hover
{
	color:#777;
}

@media (max-width: 567px)
{
	table.table-cookies td {
		display:block;
	}
	table.table-cookies th {
		display:none;
	}
}