div, ul, li, form, p {
	margin:0;
	padding: 0;
}


div#tabber {
	font-family: tahoma, arial, helvetica, sans-serif ;
	font-size: 11px;
	color: #143254;
}

/* ======================================== */


/* tabber stilusok */

div#tabber {
	overflow: hidden;
	padding-top: 1em;
	width: 451px;
	margin-left: 25px;
	margin-bottom: 25px;
}
ul#tabs {
	border-bottom: 1px solid black;
	padding: 3px 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
li.tab {
  display: inline;
	list-style: none;			
	cursor: pointer;			
	text-align: center;
}
li.tab.on {
	
}		
ul#tabs li.tab a {
	text-decoration: none;
	border: 1px solid #143254;
	border-bottom: 0; 
	background-color: #CDD0B3;
	color: #444;	
	margin-right: 3px;
	padding: 3px 10px;
}
ul#tabs li.tab a:hover {
	background-color: #52554d;
	color: white;
}
ul#tabs li.tab.on a, ul#tabs li.tab.on a:hover {
	background-color: #ffb81e;
	border-bottom: 1px solid #ffb81e;
	color: #143254;
}

div#div1, div#div2, div#div3, div#div4, div#div5 {
	border: 1px solid black;
	border-top: 0;
	height: 80px;
	width: 449px;
	background-color: #ffb81e;
	padding-top: 15px; 
}
div#div1 p, div#div2 p, div#div3 p, div#div4 p, div#div5 p {
	margin-left: 10px;
}

/* tabber stilusok vege */

/* form */

.objektum {
	background-color:#EEECEF;
	border:1px solid #777788;
	color:#143254;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
}
img.tovabb-gomb {
	border: 0;
	margin-left: 15px;
	vertical-align: text-bottom;
}

p.left-box {
   margin: 15px;
}