/*text*/
body {
	font: normal 0.8em tahoma, verdana, sans-serif;	 
	text-align: justify;
	background: #EBEBEB;
	color: #333;
}
h1, h2, h3, h4 {
	font: normal 1em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #da282d;
}
h1 { 
	font-size: 1.8em; 
	letter-spacing: -1px; 
	margin-bottom: 25px;
}
h2 { 
	font-size: 1.3em; 
	letter-spacing: -1px; 
}
a {
	text-decoration: underline;
	color: #da282d;
}
a:hover {
	color: #da282d;
	text-decoration: none;
}
strong {
	font-weight: bold;
	color: #da282d;
}
.stavby {
	font-weight: bold;
	color: #da282d;
	width: 130px;
	float: left;
}
.kontakt {
	font-weight: bold;
	width: 52px;
	float: left;
}
img {
	border: 0px;
}
/*layout*/
#frame {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -448px;
	background: #fff;
	float: left;
	width: 859px;
	padding: 15px;

}
#header {
	float: left;
	width: 859px;
	height: 357px;
	background: url(images/korok_03.jpg);
}
#menu {
	float: left;
	width: 194px;
	height: 211px;
	padding-left: 23px;
	padding-right: 32px;
	padding-top: 65px;
	background: url(images/korok_05.jpg) no-repeat;
}
#main {
	float: left;
	width: 570px;
	min-height: 400px;
	background: url(images/korok_back_06.jpg) no-repeat #fff;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 25px;
}
#footer {
	float: left;
	width: 859px;
	height: 112px;
	background: url(images/korok_08.jpg);
}
/*menu*/
#menu ul {
	color: #fff;
	margin-top: 10px;
	padding: 0px;
	font: normal 1.2em Georgia, Tahoma, Arial;
}
#menu ul li {
	padding-top: 0px;
}
#menu ul li a {
	display: block;
	padding-left: 45px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #fff;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #ccc;
	background: #CC0000;
}
/*pictures*/
.hor_thumb {
	width: 100px;
	height: 85px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	padding-top: 15px;
}
.vert_thumb {
	height: 100px;
	margin-left: 20px;
	float: left;
	margin-top: 20px;
	padding-left: 15px;
	width: 85px;
}
#main img {
	border: solid 3px #da282d;
}
.rychlik {
	float: left;
	margin-top: 40px;
	margin-left: 20px;
}
