body {
        margin: 10px;
        font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
        background-color: #FFFFFF;
        color: #7da001;
	font-size : x-small;
}

a {color:#7da001}

.noshow {display:none}

/* Cele 1 */
#cele1 {
        position: relative; top:15px;
	text-align:center;
}

/* Cele 2 */
#cele2 {
	position: relative; width:700px;
	text-align:left;
 margin-left:auto;
 margin-right:auto;
}


/* Titulek */
#title {
	text-align: center;
}

/* BAS L*/
#basl {
        position: relative; top:30px; left:-80px;
}

/* BAS R*/
#basr {
        position: relative; top:30px; left:80px;
}

/* ADRESA */
#address p {
        font-weight:bold;
        text-align:center;
}

/* HLOBR */
#hlobr {
	margin-left:170px;
}


/* MENU*/
#men {
	float:left;
	position:relative; top:100px;
}

#men a {
	display:block;
	margin:2px;
	padding: 4px 2px 4px 15px;
	font-size:medium;
	text-decoration:none;
}

#men a:hover {
	background: url("image/tapka.gif") left 7px no-repeat;

}

#men a.toptop {
 font-weight:bold;
 color:#fff;
 background:#7da001;
}

#men a.toptop:hover {
 font-weight:bold;
 color:#7da001;
 background:#fff url("image/tapka.gif") left 7px no-repeat;
}


/* P A T A */
#pata {
        position: relative;
        padding: 3px;
	margin-bottom:5px;
        font-size:xx-small;
        text-align:right;
}

