
.tabs { 
	float:left;
	list-style:none; 
	margin-left:100px; 
	padding:0;
	height:33px; /* A fülek magassága */
	width:280px;
	border:0;
}

.tabs li { 
	float:left;	 
	text-indent:0;
	width:280px;
	padding:0;
	margin:0;
	border:1px solid #f3f3f3;
	list-style-image:none; 
}

 /* A fülek általános tulajdonságai */
.tabs a { 
	background: #e1d2c6; /* háttérszín */
	font-size:15pt; /* betűméret */
	font-family: Arial;
	display:block;
	height: 33px; /* magasság */
	line-height:33px;
	text-align:left;	
	text-decoration:none;
	color: #000000; /* betűszín */
	padding-left:6px;
	margin:0px;	
	border:1px #f3f3f3 solid;
	cursor: pointer;
/*  -moz-border-top-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -khtml-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-top-right-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -khtml-border-top-right-radius: 20px;
  border-top-right-radius: 20px;*/
}

.tabs a:active {
	color:#000000;
	font-weight:bold;
	background-color:#ad8563;
	}

.tabs a:hover {
	background: #cfcfcf; /* annak a fülnek a háttérszíne amelyik fölött az egérrel állunk */
	cursor: pointer;
}

.tabs .current, .tabs .current:hover, .tabs li.current a {
	background: #ad8563; /* az aktív fül háttérszíne */		
	cursor: default; 
	color: #000000; /* aktív fül betűszíne */
	font-weight: bold;
}


/* a blokkok (oldalak) tulajdonságai */ 
.multipanes {
  float:left;
  margin-top:0;
  margin-left:20px;	
  background:#EDE4DC;  /* háttérszín */
  color:#00000;
  width:600px;  /* oldalak szélessége */
  padding:20px;
  font-family: arial;
  font-size:12pt;
  height:auto;
  text-align:left;
  border:0;  /* oldal kerete */
 /* -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  -moz-border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -khtml-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-top-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -khtml-border-top-right-radius: 0px;
  border-top-right-radius: 0px;*/
}
.multipanes p {line-height:1.5em;margin-top:10px}
@media only screen 
and (min-width:234px)
and (max-width:319px)
 {
	.multipanes {margin-left:0;width:200px;}
	}
.arak {
	width:550px;
	margin-top:40px;	
	border:0;
	}
.tr1{
	height:25px;
	background:#e1d2c6;	
	}
.arak tr{
	height:25px;
		}
table, th, td {
    border: 0;
    border-collapse: collapse;
}
p {
	margin-top:40px;
	font-family:Arial;
	font-size:12pt;
	}