body{
	background-color: white;
	font-family: "MV Boli";
}
.tabulka{
	width: 1280px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: auto;
	border-collapse: collapse;
	color: black;
	
}
h1{
}
.hlavicka{
	width: 1280px;
	height: 100px;
	background-image: url(obrazky/hlavicka.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	border: none;
	margin: 0px 0px 0px 0px;
	padding-top: 20px;
	
}
.navigacia{
	width: 1280px;
	height: 35px;
	background-image: url(obrazky/navigacia.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	border-bottom-style: none;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding-top: 6px;
}


.nav{
	padding-left: 2em;
	padding-right: 2em;
	margin: 0px;
}
.menu{
	color:black;
}
.menu:hover{
	color: red;
}
a{
	color: black;
	text-decoration: none;
}
a:hover{
	color: red;
}
.navb{
	color: orange;
}
.navb:hover{
	color: yellow;
	
}
.anketa{
	border: black;
	
}
.Bunka1{
	padding-top: 1em;
	width: 20%;
	padding-left: auto;
	vertical-align: top;
	height: 500px;
	border-right: medium double white;
	float: left;
}
.Bunka2{
	padding-top: 2em;
	margin-left: 300px;
	width: 70%;
	text-align: left;
	vertical-align: top;
	height: 500px;	

}
form{
	border: orange;
	
}
button{
	vertical-align: middle;
	margin: 20px;
}
.paticka{
	text-align: center;
	vertical-align: middle;
	color: white;
	background-image: url(obrazky/paticka.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#fmfi{
	vertical-align: bottom right;
	position: relative;
	right: auto;
	float: none;
}
#ja{
	vertical-align: bottom right;
	position: relative;
	right: auto;
	float: none;
}


