body {
	font-family: serif;
	font-size: 16px;
	color: White;
	padding: 0;
	margin: 0;
}


#obalovaci {
     margin-left: auto; 
     margin-right: auto;
     width: 900px;
     position: relative;
}
 
  #pata {
	position: absolute;
	width: 866px;
	height: 35px;
	background: url("pata.png");
	font-family: sans-serif;
	font-size: 11px;
	color: White;
	text-align: right;
}
#pata a {
	font-family: sans-serif;
	font-size: 11px;
	color: White;
}
#pata a:hover {
	font-family: sans-serif;
	font-size: 11px;
	color: #FFA500;
}
#pata a:hover, a:focus, a:active, a:visited,a:link {
	border: Black;
}

	.menu {
	width: 125px;
	display: block;
	margin: 0em 0;
	padding: 0px 0 10px 0px;
	font-family: sans-serif;
	font-size: 14px;
	color: Black;
	background: url("menu/active.png");
	text-decoration: none;
	font-weight: bold;
}
 
 	#menu a {
	width: 125px;
	display: block;
	margin: 0em 0;
	padding: 0px 0 10px 0px;
	font-family: sans-serif;
	font-size: 14px;
	color: Black;
	background: url("menu/noactive.png");
	text-decoration: none;
	font-weight: bold;
}
	#menu a:hover {
	width: 125px;
	font-family: sans-serif;
	font-size: 14px;
	color: Black;
	background: url("menu/active.png");
	font-weight: bold;
}
	#menu a:active {
	font-family: sans-serif;
	font-size: 14px;
	color: Black;
	background: url("menu/active.png");
	font-weight: bold;
}



a {
	font-family: serif;
	font-size: 16px;
	color: White;
	font-weight: bold;
}
a:hover {
	font-family: serif;
	font-size: 16px;
	color: Red;
	font-weight: bold;
}
a:hover, a:focus, a:active, a:visited,a:link {
	border: Black;
}
h1 {
	font-family: serif;
	font-size: 40px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	color: White;
	font-weight: bold;
}
h2 {
	font-family: serif;
	font-size: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-weight: bold;
	color: White;
}

