@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(images_uvod/menu_bg.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
}

.menu {

}

#menu a {
	color:#B1242A;
	background-color: ;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	background-image: url(images_uvod/menu_separator.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 11px;
	padding-bottom: 11px;
	top: 10px;
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#menu a:hover {
	color: #FFF;
	background-color: #B1242A;
}

#page {
	width: 100%;
	margin-top: 35px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ac0000;
	position: relative;
	height: 940px;
}

#page #obsah {
	height: 940px;
	width: 998px;
	position: relative;
	background-image: url(images_uvod/martin_jakubec_background.jpg);
	background-repeat: no-repeat;
	background-position: -70 bottom;
}

#page #obsah .nadpis {
	position: absolute;
	top: 54px;
	right: 0px;
}

#page #obsah .text {
	position: absolute;
	top: 230px;
	right: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	text-align: justify;
	width: 612px;
}

#page #obsah .podpis {
	position: absolute;
	top: 770px;
	right: 0px;
}

#page #banners {
	position: absolute;
	left: 1055px;
	top: 0px;
	text-align: center;
}

#page #banners #banner {
	padding: 2px;
	border: 1px solid #a60000;
	margin-bottom: 3px;
}

#pata {
	color: #a90506;
	margin-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-left: 5px;
	margin-bottom: 10px;
}
