body {
	background-color: white;
	margin: 10;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url('images/patron.jpg');
	background-repeat: no-repeat;
	background-position: 50% 10px
}
td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input, textarea, select 
	{font-family: Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 background-color: #ffffff;
	 color: black; 
	 border: 1px solid #C0C0C0
	 }
a {
	text-decoration: underline
}
a:link {
	color: #5D5D5D;
	}
a:visited {
	color: #5D5D5D;
	
}
a:active {
	color: #5D5D5D;
	
}
a:hover {
	color: #5D5D5D;
	
}
a:hover {
	color: #F06000;
	}
#roh {
	position: absolute;
	top: 0px;
	left: 0px
}

#vzor {
	position: relative
	width: 200px;
	height: 20px;
	top: 130px;
	left: 40%;
	background-color: rgb(255, 102, 0)
}