﻿

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 15px;
	padding: 0px;
	margin: 0px;
	width: 811px;
	margin: 0 auto;
	margin-top: 30px;
	background-color: #FAF8E1;
}
@media (max-width: 414px)
{body {
	
	
	font-size: 15px;
	padding: 0px; margin: 0px; 
	width: 100%; 
	margin: 0 auto;
	margin-top: 30px;
	

	background-color: #FAF8E1;
}
}


img {
  max-width: 100%;
  height: auto;
}
h1 {
	text-align: center;
	color: #444444;
}
h2 {
	text-align: center;
	
}

nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	
	
}

nav ul li {
	display: block;
	float:left;
	background: url('bg_button.png');
	-webkit-transition: 200ms linear 0s;
	-moz-transition: 200ms linear 0s;
	-ie-transition: 200ms linear 0s;
	-o-transition: 200ms linear 0s;
	transition: 200ms linear 0s;
	width: 141px;
	height: 34px;
	text-align: center;
	padding-top: 10px;
	margin-right: 26px;
}
@media (max-width: 414px)
{
nav ul li {
	
	margin-left:15px;
	margin-right: 15px;
	}

}
nav ul li a {
	color: #F90;
	font-weight: normal;
	text-decoration: none;
}

#last-li {
	margin-right: 0px;
}

nav ul li:hover {
	background: url('bg_button_hover.png');
	-webkit-transition: 500ms linear 0s;
	-moz-transition: 500ms linear 0s;
	-ie-transition: 500ms linear 0s;
	-o-transition: 500ms linear 0s;
	transition: 500ms linear 0s;
	cursor: pointer;
}

article {
	background: url('bg_article_middle.png');
	padding: 1px 10px;
	font-size: 16px;
	
}

#article-top {
	background: url('bg_article_top.png') no-repeat bottom; 
	height: 16px;
	margin-top: 10px;
}

footer {
	background: url('bg_article_bottom.png') no-repeat top; 
	height: 21px; 
	padding-top: 28px;
	font-size: 12px;
	text-align: center;
}

.intro {
	text-align: center;
	font-size: 14px;
}
#logo {
	float: top center;
	font-size: 12px;
}
#tlacitka {
	text-align: center; 
width: 100%;
	
}
.style10 {
	color: #F60;
	font-size: 14px;
	text-align: center;	
}
.style8 {color: #AA0055;
	font-weight: bold;
	font-size: 14px;}



.style9 {
	color: #CC3300;
	font-weight: bold;
	font-size: 16px;
}

video {
	text-align: center;
}
#video iframe {
	text-align: center;
}
