/* CSS Obec Podolí */

/* základní vlastnosti */
body {
    background: url(../gfx/bg.png) repeat-x #FFF;
    font: 13px Arial;
    margin: 0;
    margin-top: -1px;
}
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: 20px Tahoma;
    color: #CC3300;
    padding: 5px;
    border-bottom: 1px solid silver;
}
#menu span {
    display: block;
    font: bold 13px Tahoma;
    color: whitesmoke;
    background: #1A4A68;
    padding: 5px;
}
#menu ul li {
    margin-left: -10px;
    margin-bottom: 5px;
    color: #3677A0;
    list-style-type: square;
    font: bold 13px Tahoma;
    letter-spacing: 1px;
}
#menu ul li:hover {
    color: #000;
}
#bottom span {
    margin-left: 40px;
}
h2 {
	font: bold 15px Arial;
}
.errmsg {
	color: Red;
}

/* odkazy */
a {
	color: #000066;
}
a:hover {
	color: #C00;
}
#menu ul li a {
    text-decoration: none;
    color: #0C3A58;
}
#menu ul li a:hover {
    text-decoration: underline;
}

/* layout */
#page {
    width: 900px;
    min-height: 650px;
    background: url(../gfx/main.jpg) no-repeat;
    margin: 0 auto;
    position: relative;
    border: 1px solid transparent;
}
#menu {
    position: absolute;
    width: 195px;
    top: 265px;
    left: 35px;
}
#cont {
    margin-top: 320px;
    margin-left: 280px;
    width: 650px;
}
#bottom {
    margin: 70px auto;
    width: 100%;
    height: 200px;
    background: url(../gfx/bg_bottom.png) repeat-x;
    text-align: center;
    padding-top: 15px;
    font-weight: bold;
}

/* 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;
}
.clear {
    clear: both;
}

/* fotogalerie */
#foto_menu {
	margin: 5px 0;
	background-color: #CDE;
	border-top: 1px solid #BCD;
	border-bottom: 1px solid #BCD;
}
#foto_menu a {
	margin: 2px 5px;
	display: inline-block;
	font-weight: bold;
}
#foto_box {
	margin: 10px auto;
	width: 600px;
}
#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;
}

