/* CSS Obec Podolí */

/* základní vlastnosti */
body {
	background: #FFF url(../gfx/bg.png) repeat-x top fixed;
	font: 13px Arial, Helvetica, sans-serif;
	margin: 10px;
}
img {
	border-style: none;
}
p {
	text-align: justify;
}
table {
	border-collapse: collapse;
}
textarea {
	font: 13px Arial, Helvetica;
}
hr {
    clear: both;
    border-top: 1px solid #DCA;
    height: 0;
    margin: 15px 0;
}

/* texty */
h1 {
	font: bold 17px Verdana;
	margin-top: 0;
}
h2 {
	font: bold 15px Arial;
}
.errmsg {
	color: Red;
}

/* odkazy */
a {
	color: #000066;
}
a:hover {
	color: #C00;
}
#menu a {
	padding: 2px 10px 3px;
	font: bold 1em/1.58em Tahoma;
	text-decoration: none;
	color: #633;
}
#menu a:hover {
	color: Black;
	background-color: #DA8;
}
#levy a {
	background-color: #F6FFEE;
	border-top: 1px solid #BEE889;
	border-bottom: 1px solid #BEE889;
	display: block;
	margin: 4px 0;
	width: 100%; /* proti chybe v IE */
	font: bold 1em/1.7em Verdana;
	text-decoration: none;
	color: #360;
	text-indent: 5px;
}
#levy a:hover {
	color: Black;
	background-color: #E6F6CA;
	border-top: 1px solid #ADD667;
	border-bottom: 1px solid #ADD667;
}
#spodni a {
	color: White;
	font-weight: bold;
	text-decoration: none;
}
#spodni a:hover {
	text-decoration: underline;
}

/* layout */
#vrchni {
	background: White url(../gfx/title.jpg) no-repeat;
	border: 1px solid Silver;
	border-bottom-style: none;
	width: 678px;
	height: 90px;
	margin: 0 auto;
}
#stranka {
	background-color: White;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	position: relative;
	margin: 0 auto;
	padding: 10px 0;
	width: 678px;
}
#menu {
	background-color: #ECA;
	border: 1px solid #A63;
	margin: 0 auto;
	width: 678px;
	text-indent: 140px;
}
#levy {
	position: absolute;
	top: 8px;
	left: 5px;
	width: 135px;
}
#pravy {
	border-left: 1px dashed Silver;
	margin-left: 145px;
	min-height: 550px;
	_height: 550px; /* min-height pro IE */
	padding: 0 20px 70px;
}
#spodni {
	background-color: #7FBB66;
	font: bold 0.9em Arial;
	color: White;
	width: 680px;
	margin: 0 auto;
	text-align: center;
}
/* ostatek */
.fr {
	float: right;
	margin-left: 10px;
}
.fl {
	float: left;
	margin-right: 10px;
}
img.uvod {
	margin-bottom: 10px;
}
div.hr {
	background-color: Gray;
	height: 1px;
	clear: both;
	font-size: 0em;
}
th {
	width: 120px;
	text-align: left;
	font-weight: bold;
}
.pocet {
	margin-left: 50px;
}
.p_hl {
	margin: 0 auto 20px;
	width: 480px;
	border: 1px solid #CEA;
}
.p_jm {
	background-color: #E3FFCA;
	font-weight: bold;
	font-size: 0.9em;
	width: 300px;
	float: left;
}
.p_dt {
	background-color: #E3FFCA;
	text-align: right;
	font-weight: bold;
	font-size: 0.9em;
	width: 180px;
	float: right;
}
.p_pr {
	width: 480px;
	clear: both;
}

/* fotogalerie */
#foto_menu {
	margin: 5px 0;
	background-color: #EEE;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
#foto_menu a {
	margin: 2px 5px;
	display: inline-block;
	font: bold 12px Arial, Helvetica;
}
#foto_box {
	margin: 10px auto;
	width: 450px;
}
#foto_box img {
	margin: 10px;
}

/* návštěvní kniha */
#form_gb div {
    margin: 2px;
}
#form_gb label {
    display: inline-block;
    width: 150px;
    vertical-align: top;
    padding-top: 3px;
}
#form_gb input[type=text] {
    width: 200px;
}
#form_gb textarea {
    width: 300px;
    height: 100px;
    font: 13px Arial, Helvetica;
}
.prispevek_box {
    margin: 15px 0;
}
.prispevek_zahlavi {
    background-color: #E0E4C6;
    padding: 3px;
}
.prispevek_dat {
    color: #608030;
    float: right;
}
.prispevek_jmeno {
    font-weight: bold;
}
.prispevek_email {
    color: #608030;
}
.gb_strankovani {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    background-color: #EEE;
    padding: 5px;
    margin: 15px 0;
}
