html, body {
   margin : 0;
   padding : 0;
}

body {
     font : 15px  Helvetica,Arial,sans-serif;

   color : #333333;
   background : #FFF;
   width : 100%;
   background : url(hatter.gif) repeat;
}

a:link {
   color : #494949;
   background : transparent;
   text-decoration : none;
}

a:visited {
   color : #666666;
   text-decoration : none;
}

a:hover {
   color : #a52a2a;
   text-decoration : underline;
  }

a:active {
   color : #484500;
}

h1 {
   text-align : center;
   margin : 1.2em 0.5em 1.2em 0.5em;
   font : 24px  Helvetica,Arial,sans-serif;
   font-weight: bold;
}

#wrapper {
   margin : 0 auto;
   width : 750px;
   /* background : url(coffeebckgr.jpg) repeat-y; */
   background : url(bckgrnd.gif) repeat-y;

}

#header {
   background-image : url(banner_c.gif);
   background-repeat : no-repeat;
   margin : 0 25px 0 25px;
   height : 200px;
}

#headertext {
   margin : 0 25px 0 25px;
   color: #D0D4AF;
    height : 200px;
   font : 35px "Lucida Sans Unicode", Verdana, sans-serif;
   font-weight: bold;
}

#content {
   margin : 0 25px 0 25px;
   padding : 10px;
  /*  background : #C1D3C0; */


}

#content p {
   margin : 0 20px 6px 20px;
   text-align : justify;

}

#ingatlan {

 /* margin: 0px 20px 6px 200px; */
   margin : 0;
   padding-left : 100px;


}

.ertekbecsles {

 /* margin: 0px 20px 6px 200px; */
   margin : 0;
   padding-left : 200px;
   font-size : 12px;
   text-align : center;


}



#rightcol {
   float : right;
   width : 110px;
   margin : 7em 5px 0 0;
   border-left : 1px solid #9CB2B8;
   padding : 0 0 0 5px;
}

#rightcol p {
   margin : 1.2em 0.5em 1.2em 0.5em;
   font-size : 10px;
}

 #navcontainer {
   margin-top : -32px;
   margin-left : 25px;
  background : #094F05;
  font : 13px  Helvetica,Arial,sans-serif;
}

#navcontainer ul {


   list-style : none;
   margin : 0;
   padding : 0;
   text-align : center;

}

#navcontainer li {
/*border-top : 4px solid #9CB2B8;*/
   border-top : 4px solid #687073;
   display : block;

   float : left;
}

#navcontainer li a {
   /* color : #444; */
    color : #C1D3C0;
   display : block;
   width : 118px;
   height: 35px;
   text-decoration : none;
/*   background : #deffff;*/
/*  background : #D0D4AF; */
   background : #094F05;
   padding : 2px 10px;
   border-left : 1px solid #84979C;
   border-bottom : 1px solid #84979C;
   border-right : none;
}

#navcontainer ul li a:hover {
   color : #000;
   background : #ccc;
}

#navcontainer a:active	{
   background : #9CB2B8;
   color : #fff;
}

#specialborder {
   border-right : 1px solid #84979C;
}

#searchform {
	background: #fff;
	padding: 2px;
	width: auto;
	border: 1px solid #999;
}

#searchbut {
	background: #fff;
	font-size: 90%;
	width: auto;
	border: 1px solid #333333;
   margin-left : 2px;
}

#searchinput {
	background: #deffff;
	font-size: 90%;
	border: 1px solid #1d4151;
   margin-left : 2px;
   width : 53px;
}

#footer {
   border-bottom : 1px solid #000;
   border-top : 1px solid #000;
   margin : 0 28px 0 25px;
   padding : 10px;
   background : #C1D3C0;
}

#counter {
   display : none;
}

.hide {
 display : none;
}

.selected	{
	font-weight: bold;
	}

.leftModule	{
	float: left;
	width: 240px;
	text-align: left;

	}

.rightModule	{
	float: right;
	width: 300px;
	text-align: right;
        }

.middleModule	{
        float: left;
	width: 100px;
	text-align: center;
        }

#clear	{
	height: 1px;
	clear: both;

}



.beruhazas_left	{
	float: left;
	width: 320px;
        padding-left: 10px;

	}

.beruhazas_right	{
	float: right;
	width: 320px;
        padding-right: 1px;
        }

.beruhazas_left a img {
         border: 0;
}

.beruhazas_right a img {
         border: 0;
}

/* Spearmint tints > http://inspire.server101.com/bttdb/html/tables/ */

/* table */
table {
margin: 0 0 1em;
background: #FFF;
border-collapse: collapse;
border-top: 1px solid #363;
border-bottom: 2px solid #363;
width: 100%;
}

/* caption = table title/heading */
caption {
text-align: left;
font: bold small-caps 120%/1.3 "trebuchet ms",Helvetica,Arial,Sans-Serif;
color: #363;
margin: .3em 0;
}

/* reduced font size to save space */
tr { font-size: 90%; }
/* prevent nested tables reducing font size further */
tr tr { font-size: 100%; }

/* tinted rows */
/* in CSS3 selectors: tbody tr:even or tbody tr:nth-child(2n) */
tr.odd {
background: #DFD;
}

/* table cells */
th, td {
font-weight: normal;
padding: .3em .7em;
text-align: left;
vertical-align: top;
}
tbody{
font : 13px  Helvetica,Arial,sans-serif;
}
/* borders to separate body sections */
tbody tr:first-child th,
tbody tr:first-child td,
tfoot tr:first-child th,
tfoot tr:first-child td {
border-top: 1px solid #363;
}

/* tints for column headings */
thead {
background: #9C9;
white-space: nowrap;
}

/* tints for totals */
tfoot {
background: #ADA;
}

/* bold text for totals */
tfoot th,
tfoot td {
font-weight: bold;
}


