div#hlavicka {
	width: 950px;
	height: 250px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	background-color: #565656;
	margin: auto;
	background-image: url(../pictures/img01.png);
	box-shadow: 8px 8px 15px black;
}

div#global {
	width: auto;
	height: 100%;
	margin: auto;
	margin-bottom: 20px;
}

div#obsah {
	width: 1000px;
	height: 550px;
   background-color: #565656;
   color: #c6c6c6;
   margin: auto;
   margin-top: 30px;
   background-image: url(../pictures/img01.png);
   box-shadow: 8px 8px 15px black;
   text-align: center;
   font-size: 18px;
   padding-top: 10px;
}

div#nadpis {
	width: 1000px;
	height: 50px;
	margin: auto;
}

div#text {
	height: 600px;
	width: 960px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 50px;
}

div#menu {
	width: 1000px;
	height: 80px;
	margin: auto;
	margin-bottom: 30px;
	box-shadow: 8px 8px 15px black;
   background-image: url(../pictures/400_F_7019512_RbVF2NPb4Nca3Z7oBtcC8tbiyrzvsfPA.jpg);
}

div#tlacitko {
	height: 60px;
	width: 100px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	
}

div#tlacitko:hover {
	border-bottom: 1px solid white;
}

div.tlacitko2 {
	height: 60px;
	width: 140px;
	float: right;
	margin-top: 10px;
	text-align: center;
}

div.tlacitko2:hover {
	border-bottom: 1px solid white;
}

body{
	background-position: center;
   background-image: url(../pictures/3514654.jpg);
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-color: black;
}

div.slider{
	width: 950px;
	height: 250px;
   overflow: hidden;
   margin: auto;
   background-repeat: no-repeat;
   background-position: center;
}

div.slider img{
	width: 950px;
	height: 250px;
	display: none;
}

p {
	font-size: 30px;
}


