body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	/*background-color: #42413C;*/
	margin: 0;
	padding: 0;
	color: #000;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	font-size: 1em;
}
a img { 
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.copyright a:link {
	color: #4ca6ff;
	text-decoration: none;
}
.copyright a:visited {
	color: #4ca6ff;
	text-decoration: none;
}
.copyright a:hover, a:active, a:focus { 
	color: #4c79ff;
	text-decoration: underline;
}
.copyright {
	text-align: center;
	padding: 50px 0;
	font-size: 12px;
}
.container {
	background-color: #FFF;
}
.banner-top {
	width: 100%;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
}
.banner-top img {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
header {
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 0;
}
.content {
	width: 100%;
	margin: auto;
	padding: 0;
	font-size: 0.8em;
}
/*
footer {
	padding: 10px 0;
	background-color: #00AEEF;
	position: relative;
	clear: both;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
}
*/
section, footer, aside, article, figure {
	display: block;
	text-align: center;
}
#piskotki {
	font-size: 0.8em;
	width: 100%;
	text-align: center;
	background: #e8ebe7;
	display: none;
	padding: 10px 0;
}
#piskotki .button.bootstrap {
	background-color: #d7d7d7;
    background-image: linear-gradient(to bottom, #e8e7e7, #d3d3d3);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    margin-bottom: 0;
    margin-right: 0.3em;
    outline: medium none;
    padding: 2px 10px;
    text-align: center;
    text-decoration: none;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
    vertical-align: middle;
    margin-left: 10px;
}
#piskotki .button.bootstrap:hover {
    background-color: #C8C8C8;
    background-image: linear-gradient(to bottom, #DEDEDE, #C2C2C2);
}