body{
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	color: #000;
	background-color: #fff;
}

#header{
  width: 850px;
  height: 350px;
  background-image: url("../images/header.jpg");
  position: relative;
}

#main{
	width: 850px;
	margin: auto;
}

#content{
	margin: 0px 25px 0px 25px;
	padding-top: 10px;
	text-align: left;
}

#footer{
	margin: 2px 30px 0px 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #07B9E6;
}

/* elements */

h1,h2,h3,h4{
	margin: 0px;
	color: #05BBE9;
	text-align: left;
}

p{
	text-align: center;
}

h1{
	font-size: 15px;
}

h2{
	font-size: 12px;
}

a{
	color: #07B9E6;
}

a:hover{
	text-decoration: none;
}

/* add by Michal */
.noembedOdkaz{
  display: block; 
  width: 100px; 
  height: 50px; 
  position: absolute;
  top: 300px;
  text-decoration: none;
}