@charset "utf-8";
body{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	background-color: #f7f7f7;
	background-image: url(../images/pozadi.jpg);
	background-repeat: repeat-x;
	background-position: center 40px;
}
.container, .container-fluid {
	margin: 0 auto;
	max-width: 1024px;
	background-color: #FFFFFF;
	padding: 15px 0px;
}
img {
    max-width: 100%;
    max-height: 100%;
}
.stin {
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0px 10px 6px 4px #ccc;
	-webkit-box-shadow:  0px 10px 6px 4px #ccc;
-moz-box-shadow:  0px 10px 6px 4px #ccc;
    margin-bottom: 20px;
}
h1{
	font-size: 44px;
	color: #18110B;
	font-weight: 800;
	line-height: 50px;
	margin: 5px auto;
}
h2 {
	font-size: 36px;
	color: #0c71ae;
	line-height:40px;
	font-weight: 700;
	margin: 10px auto;
}
h3 {
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	margin: 5px auto;
	font-weight: 600;
}
p{
	color:#333333;
	font-family: 'Open Sans', sans-serif;
}
a{
	color:#CC0000;
}
p {
	font-size:18px;
	line-height:24px;
}
.btn {
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2px;
	font-family: Arial;
	color: #ffffff;
	font-size: 26px;
	background: #009e3f;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	line-height: 30px;
	border: 2px solid rgb(51,153,0);
}

.btn:hover {
  background: #0a4d24;
  text-decoration: none;
}
.obsah {
	margin: 5px auto;
	background:#fff;
	padding:15px;
	font-size:14px;
	border-top: 1px solid #ccc;
	
