@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	background-color:#333;
	background-image:url(../img/olli-bckg-bottom.jpg);
	background-position:center 359px;
	background-repeat:no-repeat;
	text-align:center;
	color:#363636;
}
a {
	color:#FFF;
	border-bottom:1px solid #FFF;
}
a:hover {
	color:#f68b1f;
	border-bottom:1px solid #f68b1f;
}
.top {
	background-image:url(../img/olli-bckg-top.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	height:52px;
}
.middle {
	background-image:url(../img/olli-bckg-middle.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	height:308px;
}
.wrap {
	width:1050px;
	height:308px;
	margin:0 auto;
}
.logo {
	height:308px;
	display:table-cell;
	vertical-align:middle;
}
.logo img {
	margin-left:60px;
}
.button-left {
	float:left;
	background-image:url(../img/olli-rozcestnik---levy.jpg);
	width:536px;
	height:216px;
	margin-top:56px;
}
.button-right {
	float:left;
	background-image:url(../img/olli-rozcestnik---pravy.jpg);
	width:507px;
	height:216px;
	margin-top:56px;
}
.text {
	width:275px;
	float:right;
	margin-right:20px;
}
.text2 {
	width:300px;
	float:right;
	margin-right:35px;
}
.nadpis {
	font-weight:600;
	color:#FFF;
	font-size:47px;
	text-align:left;
	margin-top:30px;
	margin-bottom:0px;
	line-height:1.5;
}
.normal {
	font-weight:300;
	color:#FFF;
	font-size:32px;
	text-align:left;
	margin-top:10px;
	margin-bottom:0px;
	line-height:1.5;
}
