body { background-image: url(poz/1.jpg); margin: 0px; padding: 0px; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s;}



#barvy { background: rgba(255,255,255,0.3); position: fixed;margin: 0 auto; opacity: 0.5; width: 350px; height: 50px; text-align: center; padding-top: 27px; float: right; border-radius: 0px 0px 20px 0px; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s;}
#barvy:hover { opacity: 1; }
#barvy a { padding: 12px 20px; border-radius: 20px; text-decoration: none; }
#barvy a:hover { padding: 14px 22px; }

.bg-black { background-image: url(poz/1m.jpg); 
			background-position:center;}
.bg-blue { background-image: url(poz/2m.jpg); 
		   background-position:center;}
.bg-red { background-image: url(poz/3m.jpg); 
		  background-position:center;}
.bg-green { background-image: url(poz/4m.jpg);
            background-position:center; }
.bg-orange { background-image: url(poz/5m.jpg); 
             background-position:center;}
.bg-yellow {background-image: url(poz/6m.jpg);
            background-position:center; }
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #FFF;
}		
.fixed {
	position: fixed;
	left: 77%;
	top: 100px;
}

#stred {
	color: white;
	max-width: 900px;
	margin: 0 auto;
	border: 5px solid grey;
	border-radius: 20px;
	padding: 10px;
	background-image: url(poz/seda.jpg);






	//*background: rgba(0,0,0,0.4);*/
	box-shadow: 0px 0px 50px 10px white;
	font-family: "Comic Sans MS", cursive;
}
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.absolute {
	position: absolute;
	left: 1321px;
	top: 224px;
	width: 292px;
	height: 105px;
}
.relative {
	position: relative;
	left: 470px;
	top: 5px;
}
.fixed {
	position: fixed;
	left: 77%;
	top: 100px;
}
.static {
	position: static;
	left: 460px;
	top: 5px;
}