
body {
	/* font-size: small; */
}

.agency {
	font-weight: bold;
}

.tel {
	font-weight: bold;
}

.photolink a:active{
	outline-style: none;
}

.filter {
	border: 3px solid #ffffff;
	/* float:right; */
}

.main_section {
  position:relative;
  top: 4.0em;
  /* left: 2.0em; */
  /* border: 1px solid green; */
}

.main_images_section {
  position:relative;
  top: 2.0em;
  /* left: 2.0em; */
}

.partner_block {
	position: absolute;
	text-align: center;

	right: 0.5em;
	top: 5.5em;

	width: 14.0em;
	font-size: 0.7em;
	font-family: sans-serif;
	color: #555555;
}

.partner_block_other {
	position: absolute;
	text-align: center;

	right: 1.0em;
	top: 1.0em;

	width: 14.0em;
	font-size: 0.7em;
	font-family: sans-serif;
	color: #555555;
}

.partner {
	position: relative;
	padding: 5px;
	margin: 5px;
	border: 1px solid #999999;
}

.adv a {
	color: green;
}

.upper_table {
	position: relative;
	left: 12.0em;
	top: 2.0em;
}

.description_text {
	/* font-family: Georgia; */
    font-style: italic;
    line-height: 1.5em;
    width: 31.0em;
    color: blue;
	text-indent: 1.0em;
}

.upper_table ul {
    list-style-type: none;
	margin: 0px;
	padding:0px;
}

.upper_table td {
	vertical-align: top;
}

.description_space {
	height: 1.5em;
	margin: 0px;
	padding: 0px;
}

.menu {
    width: 14.0em;
	height: 20.0em;

	position: absolute;
    top: 0.5em;
	left: 0.0em;

    font-size: 0.9em;
	font-family: sans-serif;
	
	text-align: left;
}

.menu_admin_active {
    width: 15.0em;
    position: absolute;
    top: 4.0em;
    right: 0.0em;
    
    font-size: 1.0em;

    text-align: left;
    
    height: 2.0em;
}

.menu li {
	margin: 4px;
	padding: 0;
	
	/* border: 1px solid green; */
}

.menu_admin_active li {
	margin: 5px;
	padding: 0;
        color: #eeeeee;
}

.menu_admin_active li {
	margin: 5px;
	padding: 0;
        color: #000000;
}

.menu li a {
	padding: 0.1em;
	margin: 0.1em;
	text-decoration: none;
	font-style: italic;
	
	color: #000000;
}

.menu_admin_active li a {
	padding: 0.1em;
	margin: 0.1em;
	text-decoration: none;
	font-style: italic;
	
	color: #000000;
	background: #ffffff;
}

.menu li a:hover {
	background: #eeeeee;
	/* font-weight: bold; */
}

.menu_admin_active li a:hover {
	color: #000000;
	background: #eeeeee;
}

.menu_important {

}

.search table {
        background: #eeeeee;
		/* border: 1px solid #999999; */
}

.search tr {
        /* background: #eeeeee; */
}

.search th {
        /* border: 1px solid #cccccc; */
}

.search td {
        /* border: 1px solid #cccccc; */
        /* background: #cceecc; */
        background: #ffffff;
}

.simple_header {
	font-size: 1.5em;
}

.footer {
	width: 100%;
	text-align: center;
	font-size: xx-small;
	position: relative;
	top: 10.0em;
	/* border: 1px solid green; */
}

