body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
header {
	background-image: url(header_bg_003.png);
	background-repeat: no-repeat;
	background-position: right top;
}
header div {
	padding-top: 20px;
}
#subtitle {
	font-size: x-large;
	font-weight: bold;
}
h1 {
	margin-top: 0px;
	color: #e4bf23;
	font-size: x-large;
}
h2 {
	color: #e4bf23;
}
h3 {
	margin: 0px;
}
hr {
	margin: 0px;
}
iframe {
	border: 0px;
	width: 320px;
	height: 240px;
	margin: 20px 20px 0px 0px;
}
.colored-text {
	color: #e4bf23;
}
#top-nav {
	list-style-type: none;
    margin: 0px auto;
    padding: 0;
    overflow: hidden;
}
#top-nav li {
	float: left;
}
#top-nav li a {
    display: block;
    padding: 8px;
}
#active-nav {
	color: black;
	background-color: #e4bf23;
	display: block;
    padding: 8px;
}
.img-responsive {
  max-width:100%;
  height:auto;
}
main {
	padding: 0px 30px 30px 30px;
	max-width: 900px;
	margin: 0px auto;
}
#top-nav-icon {
	font-size: 22px;
}
.bigger-text {
	color: #e4bf23;
	font-size: large;
}
.slideshow img {
	width: 300px;
    height: 200px;
}
footer {
	background-color: #e4bf23;
	color: black;
	margin-top: 20px;
	padding-top: 20px;
}
.footer-subtitle {
	font-size: large;
	margin-top: 0px;
}
.footer-left {
	padding: 0px 0px 0px 20px;
}
.footer-left p {
	margin: 0px;
}
#kontakt-form {
	max-width: 600px;
}
#kontakt-form textarea{
	height: 150px;
}
.empty-input {
	border: 1px solid red;
	background-color: red;
}
#thumbnails { display: block; margin-bottom: 10px; }
#thumbnails ul li { float: left; margin-right: 26px; margin-bottom: 12px; height: 120px; }

/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; list-style: none; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

