/*     Copyright ber2.cz      */

/*Nastavení parametrů stránky*/
img {
	border: 1px solid #FF8000;
}
a {
	color: #006400;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #A80000;
}
body {
	text-align: center;
	font:  12px arial, sans-serif;
	background: #FF8000 url(images/bgr_top.jpg) no-repeat;
}
h1 {
	position: absolute;
	color: #FF8000;
	font: 20px "arial", arial, sans-serif;
	font-weight: bold;
	z-index: 2;
    top: 13px;
    border-bottom: 1px solid #FF8000;
    width: 720px;
}
h2 {
	color: #8B6F0C;
	font: 15px "arial", arial, sans-serif;
	font-weight: bold;
    border-bottom: 1px solid #8B6F0C;
    width: 720px;
}


