/*** style.css - www.mkkovo.cz (by www.tvorba-www.com) ***/
/* hlavni */
body {
	background: #FFF url(../gfx/bg.png) repeat-x;
	font: 0.75em Verdana, Geneva, Arial;
	color: Black;
	margin: 6px;
}
table {
	border-collapse: collapse;
}
th {
	text-align: left;
	padding-right: 10px;
}
img {
	border-style: none;
}

/* texty */
h1 {
	font-size: 1.3em;
	text-decoration: underline;
	margin-top: 0;
	clear: both;
}
h2 {
	font-size: 1.1em;
	color: Navy;
	clear: both;
}
.tfix {
    width: 450px;
}

/* layout */
#page {
	background: #FAFAFA url(../gfx/left_bg.gif) repeat-y;
	margin: 0 auto; /*Silver*/
	border: 1px outset #DAA520;
	width: 700px;
	position: relative;
}
#top {
	background: #A7C3F5 url(../gfx/top.jpg) no-repeat;
	width: 100%;
	height: 150px;
}
#menu {
	position: absolute;
	top: 150px;
	left: 0;
	width: 170px;
}
#menu a {
	font-size: 0.92em;
	color: Navy;
	text-decoration: none;
	border-bottom: 1px dashed Gray;
	border-right-width: 10px;
	padding: 5px;
	padding-right: 15px;
	display: block;
	width: 140px; /* kvuli fatalni chybe v MSIE6 */
}
#menu a:hover {
	background-color: White;
	border-right: 10px solid White;
	font-weight: bold;
}
#text {
	background-color: White;
	margin-left: 170px;
	padding: 0 20px 40px;
	min-height: 350px;
	_height: 350px;
}
#bottom {
	background: #DAA520 url(../gfx/bottom.png) no-repeat;
	font-size: 0.85em;
	text-align: center;
	padding: 5px;
	padding-top: 25px;
}
/* ostatní */
.obr_vpravo {
	float: right;
	margin-left: 10px;
}
.obr_vlevo {
	float: left;
	margin-right: 10px;
}
#submit {
    border: 1px solid Black;
    background: WhiteSmoke;
    color: Black;
    font-weight: bold;
}
